Sweden-Number/programs/winemine/Makefile.in

21 lines
376 B
Makefile
Raw Normal View History

2000-03-15 20:06:39 +01:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winemine.exe
2004-03-02 22:00:00 +01:00
APPMODE = -mwindows
IMPORTS = user32 gdi32 advapi32 kernel32
DELAYIMPORTS = shell32
2000-03-15 20:06:39 +01:00
C_SRCS = \
2000-11-11 00:45:20 +01:00
dialog.c \
main.c
2000-03-15 20:06:39 +01:00
RC_SRCS = rsrc.rc
2008-04-01 12:17:13 +02:00
SVG_SRCS = winemine.svg
2000-11-11 00:45:20 +01:00
@MAKE_PROG_RULES@
2000-03-15 20:06:39 +01:00
@DEPENDENCIES@ # everything below this line is overwritten by make depend