2025-04-27 07:49:33 -04:00

29 lines
597 B
Plaintext

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