]> Shamusworld >> Repos - virtualjaguar/commitdiff
Small changes with includes and library positions.
authorNeils Wagenaar <sdlemu@ngemu.com>
Sun, 31 Aug 2003 12:59:51 +0000 (12:59 +0000)
committerNeils Wagenaar <sdlemu@ngemu.com>
Sun, 31 Aug 2003 12:59:51 +0000 (12:59 +0000)
Makefile.win32

index 29edcced996613ca5a8b9dfe4108af480bb24cad..f3d1b8f9eaf5ed993c2a1718b38d10fb4cdab901 100644 (file)
@@ -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)