windows-nt/Source/XPSP1/NT/base/ntsetup/win95upg/common/fileenum/sources
2020-09-26 16:20:57 +08:00

22 lines
319 B
Plaintext

!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.