1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2026-05-22 05:40:38 -05:00

file rename and delete

This commit is contained in:
Bo Brantén
2020-01-24 00:39:29 +01:00
parent 42a0e26281
commit 8ea50eec18
6 changed files with 8 additions and 9455 deletions
+2 -2
View File
@@ -274,10 +274,10 @@
<ClCompile Include="write.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Ext3fsd.rc" />
<ClInclude Include="include\ext2fs.h" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\ext2fs.h" />
<ResourceCompile Include="Ext4Fsd.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
+5 -5
View File
@@ -275,14 +275,14 @@
<Filter>Source Files\nls</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Ext3fsd.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\ext2fs.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Ext4Fsd.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -32,7 +32,7 @@ TARGETLIBS= $(TARGETLIBS) \
!ENDIF
# The source code:
SOURCES= ..\Ext3fsd.rc \
SOURCES= ..\Ext4Fsd.rc \
..\access.c \
..\fastio.c \
..\memory.c \