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.
38 lines
810 B
38 lines
810 B
SYNCHRONIZE_DRAIN=1
|
|
SYNCHRONIZE_BLOCK=1
|
|
|
|
TARGETNAME=app
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=app.def
|
|
DLLENTRY=DllMain
|
|
|
|
DELAYLOAD=urlmon.dll
|
|
C_DEFINES=$(C_DEFINES) -DDELAYLOAD="\"urlmon.dll\0\""
|
|
|
|
INCLUDES=$(INCLUDES);\
|
|
$(COM_INC_PATH)
|
|
|
|
DLLENTRY= _DllMainCRTStartup
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\wininet.lib \
|
|
$(SDK_LIB_PATH)\urlmon.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib
|
|
|
|
SOURCES= \
|
|
app.rc \
|
|
functions.cxx \
|
|
AppProtocolFactory.cxx \
|
|
AppProtocol.cxx
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|