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.

35 lines
858 B

  1. !include ..\..\..\cobra.mk
  2. !include $(COBRA_ROOT)\tools\utiltool\utiltool.mk
  3. # component
  4. MINORCOMP=utiltool
  5. # target
  6. TARGETNAME=sdpb
  7. TARGETTYPE=PROGRAM
  8. TARGETPATH=obj
  9. SOURCES= \
  10. main.c \
  11. resource.rc \
  12. # app settings
  13. UMTYPE=console
  14. UMENTRY=main
  15. TARGETLIBS=$(TARGETLIBS) \
  16. $(SDK_LIB_PATH)\wininet.lib \
  17. $(COBRA_ROOT)\bin\$(O)\log.lib \
  18. $(COBRA_ROOT)\lib\$(O)\utils.lib \
  19. $(COBRA_ROOT)\lib\$(O)\version.lib \
  20. $(COBRA_ROOT)\lib\$(O)\modimage.lib \
  21. $(COBRA_ROOT)\lib\$(O)\inf.lib \
  22. $(COBRA_ROOT)\bin\$(O)\migism.lib \
  23. $(COBRA_ROOT)\lib\$(O)\file.lib \
  24. $(COBRA_ROOT)\lib\$(O)\linkpif.lib \