mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
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@
|