forked from ladislav-zezula/FileTest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources
More file actions
65 lines (59 loc) · 1.35 KB
/
Copy pathsources
File metadata and controls
65 lines (59 loc) · 1.35 KB
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
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=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 \
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