- create lib dir when compiling blender for windows

This commit is contained in:
Frank van Beek 2003-01-26 10:19:06 +00:00
parent 3bf8d2aa0c
commit 4eead02134

1
extern/ode/Makefile vendored

@ -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)