mirror of https://github.com/tongzx/nt5src
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.
34 lines
647 B
34 lines
647 B
|
|
TARGETNAME=hmonres
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLENTRY=_DllMainCRTStartup
|
|
UMTYPE=windows
|
|
USE_MFCUNICODE=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
USE_ATL=1
|
|
#ATL_VER=30
|
|
USE_VCCOM=1
|
|
# required for C++ exceptions
|
|
USE_NATIVE_EH=1
|
|
# required for thread-safe heap
|
|
USE_MSVCRT=1
|
|
# required to support dynamic_cast
|
|
USE_RTTI=1
|
|
# required for STL (list, vector, string, etc.)
|
|
USE_STL=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib
|
|
|
|
INCLUDES=.\;
|
|
|
|
SOURCES= stdafx.cpp \
|
|
hmonres.cpp \
|
|
hmonres.rc
|