From 0681447e9e68ddb46625ffd25d35bf3b6e8be71f Mon Sep 17 00:00:00 2001 From: Neils Wagenaar Date: Sun, 31 Aug 2003 12:59:51 +0000 Subject: [PATCH] Small changes with includes and library positions. --- Makefile.win32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.37.2