mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
11 lines
163 B
Makefile
11 lines
163 B
Makefile
MODULE = view.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = comdlg32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
view.c
|
|
|
|
RC_SRCS = view.rc
|
|
PO_SRCS = view.rc
|
|
|
|
@MAKE_PROG_RULES@
|