mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
10 lines
136 B
Makefile
10 lines
136 B
Makefile
MODULE = localui.dll
|
|
IMPORTS = winspool user32
|
|
|
|
C_SRCS = \
|
|
localui.c
|
|
|
|
RC_SRCS = localui.rc
|
|
PO_SRCS = localui.rc
|
|
|
|
@MAKE_DLL_RULES@
|