Fixed linux makefile

This commit is contained in:
Rob Pearce 2009-01-21 19:38:54 +00:00
parent 65fc8f8b96
commit 4c269d2964
1 changed files with 1 additions and 1 deletions

View File

@ -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