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.
 
 
 
 
 
 

31 lines
645 B

!INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
MAJORCOMP=sr
MINORCOMP=snapshot
TARGETNAME=snapshot
TARGETTYPE=LIBRARY
USE_MSVCRT=1
USE_TRACING=1
USE_NATIVE_EH=1
USE_STL=1
UNICODE=1
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
INCLUDES=$(INCLUDES);\
$(PROJECT_ROOT)\pchealth\sr\inc; \
$(PROJECT_ROOT)\pchealth\sr\enumlogs; \
SOURCES= \
snapshot.cpp \
snappatch.cpp \
!IF "$(NTNOPCH)" == ""
PRECOMPILED_INCLUDE=snapshoth.h
PRECOMPILED_CXX=1
PRECOMPILED_PCH=snapshoth.pch
PRECOMPILED_OBJ=snapshoth.obj
!ENDIF
!INCLUDE $(PROJECT_ROOT)\pchealth\build\sources.all