X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2F3dengfx%2FMakefile;h=04824c1ba34b43ce2bfec50ef3a1a5553ef86a37;hb=6c322d339ec9c5063c8f47117633b46e2a8eafd0;hp=73b00ee78d46f27d43d816cc16397881d83519d3;hpb=6e23259dbabaeb1711a2a5ca25b9cb421f693759;p=summerhack diff --git a/src/3dengfx/Makefile b/src/3dengfx/Makefile index 73b00ee..04824c1 100644 --- a/src/3dengfx/Makefile +++ b/src/3dengfx/Makefile @@ -2,7 +2,7 @@ PREFIX = /usr/local dbg = -g opt = -O1 -ffast-math -fomit-frame-pointer -inc_flags = -Isrc -Ilibs -I/usr/local/include +inc_flags = -Isrc -I../../libs -I../../libs/zlib -I../../libs/libpng -I../../libs/jpeglib warn_flags = -Wall -Wno-sign-compare -Wno-strict-aliasing -Wno-char-subscripts CXXFLAGS = $(opt) $(dbg) -ansi -pedantic $(warn_flags) -MMD $(inc_flags) \ @@ -17,7 +17,6 @@ include src/dsys/makefile.part include src/common/makefile.part include src/fxwt/makefile.part include src/sim/makefile.part -include libs/lib3ds/makefile.part # get all the object files in one variable $(obj) obj = $(3dengfx_obj) \ @@ -26,8 +25,7 @@ obj = $(3dengfx_obj) \ $(dsys_obj) \ $(common_obj) \ $(fxwt_obj) \ - $(sim_obj) \ - $(lib3ds_obj) + $(sim_obj) lib3dengfx.a: $(obj) $(AR) rcs $@ $(obj)