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.
47 lines
1.0 KiB
47 lines
1.0 KiB
TARGETNAME=localuictrl
|
|
TARGETPATH=$(SASS_BINDIR)
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
DLLDEF=localuicontrols.def
|
|
|
|
INCLUDES=\
|
|
$(SASS_INC);\
|
|
$(BASEDIR)\public\sdk\inc\atl30; \
|
|
$(BASEDIR)\public\sdk\inc\crt; \
|
|
|
|
|
|
MIDL_OPTIMIZATION=-Oicf -robust -no_format_opt -error all
|
|
|
|
USE_STATIC_ATL=1
|
|
ATL_VER=30
|
|
USE_STL=1
|
|
USE_RTTI=1
|
|
USE_VCCOM=1
|
|
USE_MSVCRT=1
|
|
|
|
USER_C_FLAGS=/EHsc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SASS_LIB)\satrace.lib \
|
|
$(SASS_LIB)\sacommon.lib \
|
|
$(SASS_LIB)\sauuid.lib \
|
|
$(SASS_LIB)\utils.lib \
|
|
$(SASS_LIB)\debug.lib \
|
|
|
|
SOURCES=\
|
|
LocalUIControls.idl \
|
|
hostname.cpp \
|
|
staticip.cpp \
|
|
stdafx.cpp \
|
|
localuicontrols.cpp \
|
|
localuicontrols.rc
|