X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=makefile;h=a3f094c114a55e70d2ceb958ffa7eb825cff8304;hb=d37fbfc90748851561e9ebee88a274985a1f1546;hp=e8bffd2e0a5322d1afea87a4d572b3a33e097e53;hpb=40a3dd7b76b6b10ae05dbd074f1f80ea7b4aa96d;p=lugaru.git diff --git a/makefile b/makefile index e8bffd2..a3f094c 100644 --- a/makefile +++ b/makefile @@ -35,7 +35,8 @@ INCLUDES := \ -I./OpenGL/GL \ -I$(SRCDIR) \ -CFLAGS := -w -g -c $(OPT) $(INCLUDES) $(DEFINES) -fsigned-char +CFLAGS := -g -c $(OPT) $(INCLUDES) $(DEFINES) -fsigned-char +#CFLAGS += -w ifeq ($(strip $(macosx)),true) CFLAGS += -fpascal-strings -faltivec -fasm -force_cpusubtype_ALL -Wno-long-double -mdynamic-no-pic @@ -80,6 +81,7 @@ SRCS := \ logger/logger.cpp \ Driver.cc \ Md5.cc \ + SDLInput.cpp \ OBJS := $(SRCS:.cpp=.o)