Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SOURCES « Ext2Mgr - github.com/matt-wu/Ext3Fsd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d4e451a9910de64f19a8b95c7137a1cdc6757cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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