mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 10:43:30 +00:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
MODULE = xmllite.dll
|
|
IMPORTLIB = xmllite
|
|
|
|
C_SRCS = \
|
|
reader.c \
|
|
writer.c \
|
|
xmllite_main.c
|