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:
authorKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-07-17 08:59:25 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-07-17 08:59:25 +0400
commit5ff83fa2b8c63a9267722f01b5626ee0da41adda (patch)
tree853a6457a1b5c7b69a57cff826dd29e0bd1a8299 /extern/Makefile
parentc0985f4cebd300577141900b6a49da0bf07328a7 (diff)
One more cleanup for MSVC - need separation for debug/release because MSVC can't handle debug and optimisation flags at the same time.
Diffstat (limited to 'extern/Makefile')
-rw-r--r--extern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/Makefile b/extern/Makefile
index aa52317b98e..ef2bb518dad 100644
--- a/extern/Makefile
+++ b/extern/Makefile
@@ -34,7 +34,7 @@ include nan_definitions.mk
SOURCEDIR = extern
DIR = $(OCGDIR)/extern
-DIRS = qhull/src solid/src ode
+DIRS = qhull/src solid
TARGET =
ifneq ($(OS),irix)