mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 23:20:56 +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
|