File:  [Local Repository] / froggix / src / Makefile.am
Revision 1.1: download - view: text, annotated - select for diffs
Sat Mar 28 03:48:45 2009 UTC (15 years, 7 months ago) by nick
Branches: MAIN
CVS tags: HEAD
First steps being taken for cross-compilation with Win32

AM_CFLAGS = -Wall `sdl-config --cflags`
AM_LDFLAGS = `sdl-config --libs` -lSDL -lSDL_mixer -lSDL_image -lSDL_ttf

bin_PROGRAMS = froggix
froggix_SOURCES = froggix.c

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>