-
Notifications
You must be signed in to change notification settings - Fork 77
/
sources
68 lines (62 loc) · 1.41 KB
/
sources
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
NOT_LEAN_AND_MEAN=1
TARGETNAME=FileTest
TARGETTYPE=PROGRAM
UMTYPE=windows
UMENTRY=_tWinMain
UMENTRYABS = wWinMainCRTStartup
USE_NATIVE_EH=1
USE_MSVCRT=1
USE_STL=1
STL_VER=70
#USE_LIBCMT=1
MSC_WARNING_LEVEL=/W4
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=FileTest.h
INCLUDES=$(WDKDIR)\inc\mfc42;..\aaa\inc
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DWDK_BUILD
LINKER_FLAGS=/PDBALTPATH:%_PDB%
!if $(AMD64)
USR_LIB_PATH=..\aaa\lib64
!else
USR_LIB_PATH=..\aaa\lib32
!endif
SOURCES=AceCondition.cpp \
AceResource.cpp \
DateTime.cpp \
DlgCopyFile.cpp \
DlgDataEditor.cpp \
DlgEaEditor.cpp \
DlgEasEditor.cpp \
DlgFileTest.cpp \
DlgFlags.cpp \
DlgPrivileges.cpp \
DlgSimple.cpp \
NtStatus2Text.cpp \
Page00Transaction.cpp \
Page01Create.cpp \
Page02NtCreate.cpp \
Page03ReadWrite.cpp \
Page04Mapping.cpp \
Page05FileOps.cpp \
Page06NtFileInfo.cpp \
Page07NtFsInfo.cpp \
Page08Ea.cpp \
Page09Security.cpp \
Page10Links.cpp \
Page11Streams.cpp \
Page12Ioctl.cpp \
ReparseDataHsm.cpp \
TestCode.cpp \
TAceHelper.cpp \
TDataEditor.cpp \
TToolTip.cpp \
Utils.cpp \
WinMain.cpp \
FileTest.rc
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\Comctl32.lib \
$(SDK_LIB_PATH)\Comdlg32.lib \
$(SDK_LIB_PATH)\Version.lib \
$(USR_LIB_PATH)\UtilsWDK.lib \
$(USR_LIB_PATH)\ntdll.lib