Windows2003-3790/windows/advcore/gdiplus/test/comtest/sources

29 lines
597 B
Plaintext
Raw Normal View History

2001-01-01 00:00:00 +01:00
MAJORCOMP=windows
MINORCOMP=comtest
TARGETNAME=comtest
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=DYNLINK
DLLENTRY=DllMain
USE_MSVCRT=1
C_DEFINES=-DUNICODE -D_UNICODE
SOURCES=\
comtest.idl \
comtest.cpp \
combase.cpp
UMTYPE=windows
TARGETLIBS=\
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\urlmon.lib
PRECOMPILED_INCLUDE=precomp.hpp
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj