Makefile.in 359 Bytes
Newer Older
Joshua Thielen's avatar
Joshua Thielen committed
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = winemine.exe
6
APPMODE   = -mwindows
7
IMPORTS   = user32 gdi32 advapi32 kernel32
Joshua Thielen's avatar
Joshua Thielen committed
8 9

C_SRCS = \
10 11
        dialog.c \
	main.c
Joshua Thielen's avatar
Joshua Thielen committed
12 13

RC_SRCS = rsrc.rc
14 15 16 17 18 19
RC_BINSRC = rsrc.rc
RC_BINARIES = \
	faces.bmp \
	leds.bmp \
	mines.bmp \
	winemine.ico
Joshua Thielen's avatar
Joshua Thielen committed
20

21
@MAKE_PROG_RULES@
Joshua Thielen's avatar
Joshua Thielen committed
22 23

### Dependencies: