mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
11 lines
145 B
Makefile
11 lines
145 B
Makefile
MODULE = write.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = user32 gdi32
|
|
|
|
C_SRCS = write.c
|
|
|
|
RC_SRCS = write.rc
|
|
PO_SRCS = write.rc
|
|
|
|
@MAKE_PROG_RULES@
|