mirror of
https://github.com/ladislav-zezula/FileTest
synced 2026-06-08 15:24:12 +00:00
69 lines
1.4 KiB
Plaintext
69 lines
1.4 KiB
Plaintext
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
|