2007-06-19 00:02:15 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = ntprint.dll
|
2007-06-21 06:09:58 +02:00
|
|
|
IMPORTS = winspool kernel32
|
2007-06-19 00:02:15 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
ntprint.c
|
|
|
|
|
2007-06-19 00:08:28 +02:00
|
|
|
RC_SRCS = ntprint.rc
|
|
|
|
|
2007-06-19 00:02:15 +02:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|