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.

29 lines
554 B

  1. !include ..\..\..\cobra.mk
  2. !include $(COBRA_ROOT)\tools\utiltool\utiltool.mk
  3. # component
  4. MINORCOMP=icontool
  5. # target
  6. TARGETNAME=icontool
  7. TARGETTYPE=PROGRAM
  8. SOURCES= \
  9. icontool.c \
  10. resource.rc \
  11. # app settings
  12. UMTYPE=console
  13. UMENTRY=main
  14. # SDK link libraries
  15. TARGETLIBS=$(TARGETLIBS) \
  16. $(SDK_LIB_PATH)\setupapi.lib \
  17. $(COBRA_ROOT)\lib\$(O)\modimage.lib \
  18. $(COBRA_ROOT)\lib\$(O)\icons.lib \
  19. $(COBRA_ROOT)\lib\$(O)\file.lib