mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
8 lines
90 B
Makefile
8 lines
90 B
Makefile
MODULE = ntprint.dll
|
|
IMPORTS = winspool
|
|
|
|
C_SRCS = \
|
|
ntprint.c
|
|
|
|
RC_SRCS = ntprint.rc
|