2007-10-08 19:38:06 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = qmgr.dll
|
|
|
|
IMPORTS = kernel32
|
|
|
|
EXTRALIBS =
|
|
|
|
|
|
|
|
C_SRCS = \
|
2007-12-06 02:23:41 +01:00
|
|
|
qmgr_main.c
|
2007-10-08 19:38:06 +02:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|