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
505 B
27 lines
505 B
BINPLACE_PLACEFILE=placesup.txt
|
|
|
|
TARGETNAME=suptools
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
BLDCRT=1
|
|
USE_MSVCRT=1
|
|
DLLENTRY=_DllMainCRTStartup
|
|
DLLDEF=suptools.def
|
|
|
|
USE_ATL=1
|
|
ATL_VER=30
|
|
|
|
INCLUDES=.\inc;$(TERMSRV_INC_PATH)
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\psapi.lib \
|
|
$(SDK_LIB_PATH)\msi.lib
|
|
|
|
SOURCES=suptools.cpp
|
|
|