From 5f499a8233c7bb68b52b8fdeddac9a06061ea4d7 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 28 Apr 2009 18:32:15 +0200 Subject: Moved a lot of stuff around to get abstract cbitmap working --- ue2/imgsynth2/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ue2/imgsynth2/Makefile') diff --git a/ue2/imgsynth2/Makefile b/ue2/imgsynth2/Makefile index cbf3d33..d8f3372 100644 --- a/ue2/imgsynth2/Makefile +++ b/ue2/imgsynth2/Makefile @@ -5,15 +5,16 @@ CC= g++ LD= $(CC) DEBUGFLAGS= -DNDEBUG -CFLAGS= -O -ansi -pedantic-errors -Wall $(DEBUGFLAGS) +#TODO CFLAGS= -O -ansi -pedantic-errors -Wall -I/usr/local/include $(DEBUGFLAGS) +CFLAGS= -O -ansi -Wall -I/usr/local/include $(DEBUGFLAGS) LDFLAGS= -LIBS= -lboost_program_options +LIBS= -L/usr/local/lib -lboost_program_options BIN= imgsynth2 OBJS= cpixelformat_bgr24.o cpixelformat_bgr555.o \ - cbitmap.o cscriptparser.o imgsynth2.o + cwindowsbitmap.o cbitmap.o cscriptparser.o imgsynth2.o HEADERS= cpixelformat.h cpixelformat_bgr24.h cpixelformat_bgr555.h \ - cfile.h cbitmap.h cscriptparser.h + cfile.h cbitmap.h cwindowsbitmap.h cscriptparser.h .SUFFIXES: .cpp .o -- cgit v1.2.3