wine/programs/start/Makefile.in

11 lines
157 B
Makefile
Raw Normal View History

2003-01-21 20:14:36 +00:00
MODULE = start.exe
2007-12-11 20:14:13 +00:00
APPMODE = -mconsole -municode
IMPORTS = shell32 user32
2003-01-21 20:14:36 +00:00
C_SRCS = start.c
RC_SRCS = start.rc
PO_SRCS = start.rc
2003-01-21 20:14:36 +00:00
@MAKE_PROG_RULES@