Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2005-01-03 20:57:16 +0300
committerKent Mein <mein@cs.umn.edu>2005-01-03 20:57:16 +0300
commit8055b5c24745a653d03023368198363a4ab15ef2 (patch)
tree4a440942b2868177926433ff654acab3f18b53b2 /source/blender/blenlib
parentefd7a0acc4908afc5312b88b6e8e0c7af1111794 (diff)
Some of the Makefiles had CPPFLAGS += LEVEL_(X)_C_WARNINGS
I changed them so that they have CPPFLAGS += LEVEL(X)_CPP_WARNINGS instead. Kent
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/Makefile b/source/blender/blenlib/intern/Makefile
index 6644f13928b..602876d6f5e 100644
--- a/source/blender/blenlib/intern/Makefile
+++ b/source/blender/blenlib/intern/Makefile
@@ -40,7 +40,7 @@ ifeq ($(OS),$(findstring $(OS), "beos darwin freebsd linux openbsd solaris windo
CFLAGS += -funsigned-char
endif
-# CPPFLAGS += $(LEVEL_2_C_WARNINGS)
+# CPPFLAGS += $(LEVEL_2_CPP_WARNINGS)
# path to SDNA types
CPPFLAGS += -I../../makesdna