mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 01:12:25 +00:00
12 lines
163 B
Makefile
12 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@
|