windows-nt/Source/XPSP1/NT/base/ntsetup/win95upg/common/fileenum/sources

22 lines
319 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!include ..\..\win95upg.mk
# component
MINORCOMP=fileenum
# target
TARGETNAME=fileenum
TARGETTYPE=LIBRARY
# compiler options
C_DEFINES=-DUNICODE $(C_DEFINES)
# x86-specific sources
I386_SOURCES=\
fileenum.c \
copyfile.c \
ansi.c
# !!! NO PCH ALLOWED !!! It won't compile otherwise.