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:
authorStefan Gartner <stefang@aon.at>2003-07-18 14:11:40 +0400
committerStefan Gartner <stefang@aon.at>2003-07-18 14:11:40 +0400
commit90f325ea6e58a7599da1efd9c7738253cc6c2bf0 (patch)
tree6359a0eca7c5b9a867804f615341fbd3324cae0b /source/blender/src/Makefile
parent93c9ed32b7677fe426188c420055738f75b146e7 (diff)
some sdl related stuff:
* moved references to libSDL out of ifeq($(INTERNATIONAL), true) (win32) and ifeq($(WITH_FREETYPE2),true) (irix) conditionals in source/Makefile * look for sdl in $(LCGDIR)/sdl if sdl-config isn't found thanks to LarstiQ for doing most of the work
Diffstat (limited to 'source/blender/src/Makefile')
-rw-r--r--source/blender/src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/Makefile b/source/blender/src/Makefile
index 7bf75126752..16813367fbc 100644
--- a/source/blender/src/Makefile
+++ b/source/blender/src/Makefile
@@ -87,7 +87,6 @@ CPPFLAGS += -I$(NAN_BSP)/include
CPPFLAGS += -I../readstreamglue
CPPFLAGS += -I../include
-CPPFLAGS += -I$(NAN_SDL)/include/SDL
ifdef NAN_BUILDINFO
CPPFLAGS += -DNAN_BUILDINFO