Makefile.in 259 Bytes
Newer Older
1
MODULE    = winemine.exe
2
APPMODE   = -mwindows -municode
3
IMPORTS   = user32 gdi32 advapi32
4
DELAYIMPORTS = shell32
Joshua Thielen's avatar
Joshua Thielen committed
5 6

C_SRCS = \
7
	dialog.c \
8
	main.c
Joshua Thielen's avatar
Joshua Thielen committed
9

10
RC_SRCS = winemine.rc
11
PO_SRCS = winemine.rc
Joshua Thielen's avatar
Joshua Thielen committed
12

13
MANPAGE = winemine.man
14

Herve Chanal's avatar
Herve Chanal committed
15 16
SVG_SRCS = winemine.svg

17
@MAKE_PROG_RULES@