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
564 B
27 lines
564 B
TARGETNAME=uddi.xp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=uddi.xp.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
386_STDCALL=0
|
|
USE_MFCUNICODE=1
|
|
USE_STL=1
|
|
USE_MSVCRT=1
|
|
|
|
|
|
TARGETLIBS=\
|
|
opends60.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\comsvcs.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib
|
|
|
|
SOURCES=\
|
|
uddi.xp.cpp \
|
|
xp_recalculate_statistics.cpp \
|
|
xp_reset_key.cpp
|
|
|
|
BINPLACE_PLACEFILE=placefil.txt
|