Makefile.in 239 Bytes
Newer Older
1
MODULE    = winemine.exe
2
IMPORTS   = user32 gdi32 advapi32
3
DELAYIMPORTS = shell32
Joshua Thielen's avatar
Joshua Thielen committed
4

5 6
EXTRADLLFLAGS = -mwindows -municode -mno-cygwin

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

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

13
MANPAGES = winemine.man.in
14

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