Leaked source code of windows server 2003
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.
|
|
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
|