mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
55f0f125f2
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
126 B
Makefile
9 lines
126 B
Makefile
MODULE = printui.dll
|
|
IMPORTS = shell32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
printui.c
|
|
|
|
RC_SRCS = printui.rc
|