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.
38 lines
886 B
38 lines
886 B
TARGETNAME=cfgutil
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
|
|
INCLUDES= .; \
|
|
..\inc; \
|
|
..\..\inc; \
|
|
$(DS_INC_PATH)
|
|
|
|
# DS_INC_PATH included ONLY for crypt.h
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
386_STDCALL=1
|
|
|
|
USE_MSVCRT=1
|
|
USE_STL=1
|
|
USE_NATIVE_EH=ASYNC
|
|
USE_VCCOM=1
|
|
USE_ATL=1
|
|
|
|
SOURCES= \
|
|
extcfg.cpp \
|
|
cfgutil.cpp \
|
|
wlbsprivate.cpp
|
|
|
|
UMTYPE=console
|
|
UMLIBS= \
|
|
..\wmibase\$(O)\wmibase.lib \
|
|
|
|
#
|
|
# The following statement specifies the list of files to be preprocessed
|
|
# for tracing macros. See http://coreos/tech/tracing/ for details.
|
|
# The ini file tracewpp.ini explains to the preprocessor how to interpret
|
|
# various trace macros, like LOG_CRIT.
|
|
# The "-gen..." is so that this will work on BOTH w2k and XP.
|
|
#
|
|
RUN_WPP= $(SOURCES) -dll -ini:tracewpp.ini -gen:{um-w2k.tpl}*.tmh
|