mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
9 lines
94 B
Makefile
9 lines
94 B
Makefile
MODULE = xmllite.dll
|
|
|
|
C_SRCS = \
|
|
reader.c \
|
|
writer.c \
|
|
xmllite_main.c
|
|
|
|
@MAKE_DLL_RULES@
|