mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
9 lines
126 B
Makefile
9 lines
126 B
Makefile
MODULE = view.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = comdlg32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
view.c
|
|
|
|
RC_SRCS = view.rc
|