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.

33 lines
841 B

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