Source code of Windows XP (NT5)
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.

21 lines
319 B

  1. !include ..\..\win95upg.mk
  2. # component
  3. MINORCOMP=fileenum
  4. # target
  5. TARGETNAME=fileenum
  6. TARGETTYPE=LIBRARY
  7. # compiler options
  8. C_DEFINES=-DUNICODE $(C_DEFINES)
  9. # x86-specific sources
  10. I386_SOURCES=\
  11. fileenum.c \
  12. copyfile.c \
  13. ansi.c
  14. # !!! NO PCH ALLOWED !!! It won't compile otherwise.