mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 02:04:34 +00:00
9 lines
92 B
Makefile
9 lines
92 B
Makefile
STATICLIB = libwpp.a
|
|
|
|
C_SRCS = \
|
|
preproc.c \
|
|
wpp.c
|
|
|
|
LEX_SRCS = ppl.l
|
|
BISON_SRCS = ppy.y
|