mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
10 lines
107 B
Makefile
10 lines
107 B
Makefile
MODULE = printui.dll
|
|
IMPORTS = shell32
|
|
|
|
C_SRCS = \
|
|
printui.c
|
|
|
|
RC_SRCS = printui.rc
|
|
|
|
@MAKE_DLL_RULES@
|