Sweden-Number/programs/start/Makefile.in

16 lines
297 B
Makefile
Raw Normal View History

2003-01-21 21:14:36 +01:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = start.exe
2004-03-02 22:00:00 +01:00
APPMODE = -mconsole
IMPORTS = shell32 user32 kernel32
2003-01-21 21:14:36 +01:00
C_SRCS = start.c
RC_SRCS = rsrc.rc
@MAKE_PROG_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend