10 lines
108 B
Makefile
10 lines
108 B
Makefile
MODULE = ntprint.dll
|
|
IMPORTS = winspool
|
|
|
|
C_SRCS = \
|
|
ntprint.c
|
|
|
|
RC_SRCS = ntprint.rc
|
|
|
|
@MAKE_DLL_RULES@
|