2025-04-27 07:49:33 -04:00

22 lines
340 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.