22 lines
319 B
Plaintext
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.
|
|
|
|
|