mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-30 05:18:31 -05:00
file rename and delete
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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
@@ -32,7 +32,7 @@ TARGETLIBS= $(TARGETLIBS) \
|
||||
!ENDIF
|
||||
|
||||
# The source code:
|
||||
SOURCES= ..\Ext3fsd.rc \
|
||||
SOURCES= ..\Ext4Fsd.rc \
|
||||
..\access.c \
|
||||
..\fastio.c \
|
||||
..\memory.c \
|
||||
|
||||
Reference in New Issue
Block a user