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)\tools\utiltool\utiltool.mk
# component MINORCOMP=utiltool
# target TARGETNAME=sdpb TARGETTYPE=PROGRAM TARGETPATH=obj
SOURCES= \ main.c \ resource.rc \
# app settings UMTYPE=console UMENTRY=main
TARGETLIBS=$(TARGETLIBS) \ $(SDK_LIB_PATH)\wininet.lib \ $(COBRA_ROOT)\bin\$(O)\log.lib \ $(COBRA_ROOT)\lib\$(O)\utils.lib \ $(COBRA_ROOT)\lib\$(O)\version.lib \ $(COBRA_ROOT)\lib\$(O)\modimage.lib \ $(COBRA_ROOT)\lib\$(O)\inf.lib \ $(COBRA_ROOT)\bin\$(O)\migism.lib \ $(COBRA_ROOT)\lib\$(O)\file.lib \ $(COBRA_ROOT)\lib\$(O)\linkpif.lib \
|