mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2026-03-16 05:10:37 -05:00
Ext4Fsd master
This commit is contained in:
32
Ext2Mgr/SOURCES
Normal file
32
Ext2Mgr/SOURCES
Normal file
@@ -0,0 +1,32 @@
|
||||
TARGETNAME=Ext2Mgr
|
||||
TARGETPATH=obj
|
||||
TARGETTYPE=PROGRAM
|
||||
|
||||
USE_MFC=1
|
||||
|
||||
!IF $(_NT_TARGET_VERSION) > 0x500
|
||||
C_DEFINES=/DUSE_MFC6_WITH_ATL7=1,$(C_DEFINES)
|
||||
!ENDIF
|
||||
INCLUDES= .;..\Ext2Srv\;..\Ext3Fsd\include;..\Ext2Srv\Libraries; \
|
||||
$(DDK_INC_PATH);$(SDK_INC_PATH); $(MFC_INC_PATH); \
|
||||
$(MFC_INC_PATH)\..\atlmfc;$(INCLUDES)
|
||||
TARGETLIBS= $(DDK_LIB_PATH)\ntdll.lib $(DDK_LIB_PATH)\setupapi.lib \
|
||||
$(DDK_LIB_PATH)\shell32.lib $(DDK_LIB_PATH)\Comctl32.lib
|
||||
|
||||
PRECOMPILED_CXX=1
|
||||
PRECOMPILED_INCLUDE=stdafx.h
|
||||
|
||||
SXS_MANIFEST=Ext2Mgr.exe.manifest
|
||||
SXS_ASSEMBLY_NAME=Ext2Mgr
|
||||
SXS_ASSEMBLY_VERSION=1.0
|
||||
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|
||||
SXS_MANIFEST_IN_RESOURCES=1
|
||||
|
||||
SOURCES= DelDeadLetter.cpp DiskBox.cpp DlgView.cpp \
|
||||
Donate.cpp enumDisk.cpp Ext2Attribute.cpp \
|
||||
Ext2Mgr.cpp Ext2MgrDlg.cpp Ext2Pipe.cpp \
|
||||
HyperLink.cpp MountPoints.cpp PartBox.cpp \
|
||||
PartitionType.cpp PerfStatDlg.cpp Properties.cpp \
|
||||
SelectDrvLetter.cpp ServiceManage.cpp Splash.cpp \
|
||||
SysTray.cpp toolbar.cpp TreeList.cpp \
|
||||
Ext2Mgr.rc
|
||||
Reference in New Issue
Block a user