mirror of
https://github.com/reactos/wine.git
synced 2025-01-21 03:15:18 +00:00
11 lines
157 B
Makefile
11 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@
|