Ticket #31845: patch-Makefile.diff
File patch-Makefile.diff, 423 bytes (added by rudloff@…, 13 years ago) |
---|
-
Makefile
old new 55 55 ############### 56 56 #Compiler flags 57 57 CXXINCS = -I../../include -Izlib -Ijpeglib -Ilibpng 58 CPPFLAGS += $(CXXINCS) -DIRRLICHT_EXPORTS=1 58 CPPFLAGS += $(CXXINCS) -DIRRLICHT_EXPORTS=1 -IMacOSX 59 59 CXXFLAGS += -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing 60 60 ifndef NDEBUG 61 61 CXXFLAGS += -g -D_DEBUG