From 4c269d2964b6668258746b97e809e335166febb5 Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Wed, 21 Jan 2009 19:38:54 +0000 Subject: [PATCH] Fixed linux makefile --- Makefile.posix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.posix b/Makefile.posix index 1afd334..f560530 100644 --- a/Makefile.posix +++ b/Makefile.posix @@ -1,2 +1,2 @@ rc: rc.c rc.h - gcc -mwindows -Wall -orc -g rc.c `sdl-config --cflags --libs` -I/usr/local/include -L/usr/local/lib -lSDLmain -lSDL -lSDL_image -lSDL_gfx -lSDL_ttf + gcc -Wall -DREV=`./getsvnrev.sh` -orc -g rc.c shared.c `sdl-config --cflags --libs` -I/usr/local/include -L/usr/local/lib -lSDLmain -lSDL -lSDL_image -lSDL_gfx -lSDL_ttf -lSDL_mixer