]> git.jsancho.org Git - lugaru.git/blobdiff - makefile
Don't disable all warnings...
[lugaru.git] / makefile
index e8bffd2e0a5322d1afea87a4d572b3a33e097e53..a3f094c114a55e70d2ceb958ffa7eb825cff8304 100644 (file)
--- 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)