Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
574 B

!INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
MAJORCOMP=sr
MINORCOMP=filelist
TARGETNAME=filelist
TARGETTYPE=LIBRARY
USE_MSVCRT=1
USE_STATIC_ATL=1
ATL_VER=30
USE_NATIVE_EH=1
USE_STL=1
USE_TRACING=1
UNICODE=1
C_DEFINES=-DUSE_NTDEVICENAMES -D_UNICODE -DUNICODE
INCLUDES=$(INCLUDES);\
$(SDXROOT)\admin\pchealth\sr\inc;\
$(SDXROOT)\admin\pchealth\sr\enumlogs;\
$(SDXROOT)\admin\pchealth\sr\datastor;
SOURCES= flbuilder.cpp flpathtree.cpp flhashlist.cpp commonlib.cpp
!INCLUDE $(PROJECT_ROOT)\pchealth\build\sources.all