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:
authorFrank van Beek <frank@iae.nl>2003-01-26 13:19:06 +0300
committerFrank van Beek <frank@iae.nl>2003-01-26 13:19:06 +0300
commit4eead021344fe0865494f4a98abff89e48e9aa15 (patch)
tree8e94aac032eef45424be0685141a461e9bb86bd8 /extern/ode
parent3bf8d2aa0cb57ffdeb7f3c18ee0ecd17738ac9a8 (diff)
- create lib dir when compiling blender for windows
Diffstat (limited to 'extern/ode')
-rw-r--r--extern/ode/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/ode/Makefile b/extern/ode/Makefile
index a80698153f6..36128208049 100644
--- a/extern/ode/Makefile
+++ b/extern/ode/Makefile
@@ -46,6 +46,7 @@ all:
$(MAKE) -C $(DISTDIR)
endif
ifeq ($(OS),windows)
+ [ -d $(DISTDIR)/lib ] || mkdir $(DISTDIR)/lib
# compile with MSVC
mv $(USERSETTINGS) $(TEMPSETTINGS)
cat $(TEMPSETTINGS) | sed s/unix-gcc/msvc/ > $(USERSETTINGS)