OSDN Git Service

BuildScript: Specify Win32 target for 32-bit ShellExtension.
authorKimmo Varis <kimmov@gmail.com>
Wed, 27 Oct 2010 19:40:45 +0000 (19:40 +0000)
committerKimmo Varis <kimmov@gmail.com>
Wed, 27 Oct 2010 19:40:45 +0000 (19:40 +0000)
Tools/Scripts/create_release.py

index deeb9d0..4cf5007 100644 (file)
@@ -289,7 +289,7 @@ def build_shellext(vs_cmd):
 
     # devenv Src\Merge.dsp /rebuild Release
     print 'Build ShellExtension dlls...'
-    ret = call([vs_cmd, solution_path, '/rebuild', 'Unicode Release MinDependency'])
+    ret = call([vs_cmd, solution_path, '/rebuild', 'Unicode Release MinDependency|Win32'])
     if ret == 0:
         if build_64bit == True:
             ret = call([vs_cmd, solution_path, '/rebuild', 'X64 Release|x64'])