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
path: root/tools
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-11-14 02:12:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-11-14 02:12:38 +0300
commitff0c599c4b0c8d8a8e87081bf83f01eff7b5893b (patch)
treefce476b506e83645cb44c2b71d846d18aef3fd04 /tools
parentdc4ef17eea1a0dba1e9b9e99970005a394b1d37d (diff)
update for compiling cross compiling win32 on linux, had a lot of trouble with makesdna, the only way I could build and link was as a
win32 binary. Still unable to link blender.exe and run with wine.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/crossmingw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/crossmingw.py b/tools/crossmingw.py
index 1c8924ca7f6..299bfca929d 100755
--- a/tools/crossmingw.py
+++ b/tools/crossmingw.py
@@ -109,7 +109,7 @@ def shlib_emitter(target, source, env):
#JB """ I'm blindly susbstuting lines from the mingw.py
#JB file becase these lines cause python errors here. """
#JB shlib_action = SCons.Action.Action(shlib_generator,generator=1)
-shlib_action = SCons.Action.CommandGenerator(shlib_generator)
+shlib_action = SCons.Action.CommandGeneratorAction(shlib_generator)
res_action = SCons.Action.Action('$RCCOM', '$RCCOMSTR')