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.
29 lines
397 B
29 lines
397 B
TARGETNAME=confprop
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
|
|
|
|
!if "$(BUILD_PRODUCT)" != "NT"
|
|
! if !$(FREEBUILD)
|
|
DEBUG_CRTS=1
|
|
! endif
|
|
!endif
|
|
|
|
USE_ATL=1
|
|
USE_MSVCRT=1
|
|
USE_NATIVE_EH=1
|
|
USE_STL=1
|
|
|
|
INCLUDES=\
|
|
..\avtapi;
|
|
|
|
SOURCES=\
|
|
confinfo.cpp \
|
|
confprop.cpp \
|
|
cpgen.cpp \
|
|
objsec.cpp \
|
|
rndsec.cpp \
|
|
wnd.cpp
|
|
|
|
|