Sweden-Number/programs/start/Makefile.in

11 lines
157 B
Makefile
Raw Normal View History

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