Sweden-Number/dlls/xmllite/Makefile.in

13 lines
188 B
Makefile
Raw Normal View History

2009-04-20 21:22:15 +02:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = xmllite.dll
IMPORTS = kernel32
C_SRCS = \
reader.c \
2009-04-20 21:22:15 +02:00
xmllite_main.c
@MAKE_DLL_RULES@