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.

23 lines
460 B

  1. !include ..\..\..\cobra.mk
  2. !include $(COBRA_ROOT)\tools\utiltool\utiltool.mk
  3. # component
  4. MINORCOMP=utiltool
  5. # target
  6. TARGETNAME=FileEnum
  7. TARGETTYPE=PROGRAM
  8. SOURCES= \
  9. main.c \
  10. resource.rc \
  11. TARGETLIBS=$(TARGETLIBS) \
  12. $(COBRA_ROOT)\lib\$(O)\utils.lib \
  13. $(COBRA_ROOT)\lib\$(O)\file.lib \
  14. # app settings
  15. UMTYPE=console
  16. UMENTRY=main
  17. # C_DEFINES=$(C_DEFINES) -DUNICODE