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
572 B
31 lines
572 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=\
|
|
comptest.cpp \
|
|
media.cpp \
|
|
section.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\uniuser\$(O)\compuser_u.lib\
|
|
|
|
!if 0
|
|
$(PROJECT_ROOT)\ntsetup\winnt32\$(O)\winnt32u.lib
|
|
!endif
|