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.
|
|
!include ..\..\..\cobra.mk
!include $(COBRA_ROOT)\app\app.mk
MINORCOMP=migoobe
# target TARGETNAME=migoobe TARGETTYPE=DYNLINK
# compiler options USE_MSVCRT=1
#includes INCLUDES = \ $(INCLUDES) \ $(SHELL_INC_PATH);
SOURCES= \ ..\cowsite.cpp \ ..\dll.cpp \ ..\guids.cpp \ ..\registry.cpp \ ..\migeng.cpp \ ..\miginf.cpp \ ..\migfact.cpp \ ..\migoobe.cpp \ ..\migtask.cpp \ ..\migutil.cpp \ ..\migwiz.rc
DLLENTRY=_DllMainCRTStartup DLLDEF=..\migoobe.def
# extra libs TARGETLIBS= $(TARGETLIBS) \ $(SHELL_LIB_PATH)\shlwapip.lib \ $(SDK_LIB_PATH)\oleaut32.lib \ $(COBRA_ROOT)\bin\$(O)\migism.lib \ $(COBRA_ROOT)\bin\$(O)\log.lib \
|