Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

27 lines
452 B

TARGETNAME=comptest
TARGETPATH=obj
TARGETTYPE=PROGRAM
USER_C_FLAGS=-EHc
USE_NATIVE_EH=1
USE_MSVCRT=1
USE_STL=1
USE_RTTI=1
INCLUDES=$(INCLUDES) \
$(PROJECT_ROOT)\ntsetup\inc; \
SOURCES=\
section.cpp \
comptest.cpp \
compfile.cpp
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
UMTYPE=console
TARGETLIBS=\
$(SDK_LIB_PATH)\kernel32.lib\
$(SDK_LIB_PATH)\user32.lib\
$(PROJECT_ROOT)\ntsetup\complnce\ansiuser\$(O)\compuser_a.lib