From: Neils Wagenaar Date: Sun, 31 Aug 2003 12:59:51 +0000 (+0000) Subject: Small changes with includes and library positions. X-Git-Tag: 1.0.6~49 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0681447e9e68ddb46625ffd25d35bf3b6e8be71f;p=virtualjaguar Small changes with includes and library positions. --- diff --git a/Makefile.win32 b/Makefile.win32 index 29edcce..f3d1b8f 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -41,9 +41,9 @@ OBJS = \ # obj/m68kdasmAG.o \ # obj/gpu2.o \ -LIBS = `sdl-config --libs` -lstdc++ -lz +LIBS = -L/usr/local/lib `sdl-config --libs` -lstdc++ -lz -INCS = -I. -Isrc -Isrc/include `sdl-config --cflags` +INCS = -I. -Isrc -Isrc/include -I/usr/local/include `sdl-config --cflags` THECC = $(CC) $(CFLAGS) $(INCS)