mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
10 lines
157 B
Makefile
10 lines
157 B
Makefile
MODULE = start.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = shell32 user32
|
|
|
|
C_SRCS = start.c
|
|
|
|
RC_SRCS = start.rc
|
|
PO_SRCS = start.rc
|
|
|
|
@MAKE_PROG_RULES@
|