wine/dlls/ntprint/Makefile.in
2010-07-21 17:38:36 +02:00

14 lines
193 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = ntprint.dll
IMPORTS = winspool
C_SRCS = \
ntprint.c
RC_SRCS = ntprint.rc
@MAKE_DLL_RULES@