mirror of
https://github.com/reactos/wine.git
synced 2025-02-10 14:23:52 +00:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
MODULE = write.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = user32 gdi32
|
|
|
|
C_SRCS = write.c
|
|
|
|
RC_SRCS = write.rc
|