[commit] r1990 - trunk/Install/Build

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Aug 2 17:53:25 CDT 2012


Author: ksmyth
Date: Thu Aug  2 17:53:25 2012
New Revision: 1990

Log:
Register CSharpDSMLGenerator on x64

Modified:
   trunk/Install/Build/build.py

Modified: trunk/Install/Build/build.py
==============================================================================
--- trunk/Install/Build/build.py	Thu Aug  2 17:53:16 2012	(r1989)
+++ trunk/Install/Build/build.py	Thu Aug  2 17:53:25 2012	(r1990)
@@ -188,7 +188,10 @@
 
     sln_file = os.path.join(GME_ROOT, "SDK", "DotNet", "DsmlGenerator", "DsmlGenerator.sln")
     tools.build_VS(sln_file, "Release", arch='Any CPU')
-    if prefs['arch'] == 'x64': return
+    if prefs['arch'] == 'x64':
+        tools.system([r'%windir%\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe', '/codebase',
+                      os.path.join(GME_ROOT, 'SDK', 'DotNet', 'DsmlGenerator', 'CSharpDsmlGenerator', 'bin', 'Release', 'CSharpDSMLGenerator.dll')])
+        return
 
     # Table Editor
     sln_file = os.path.join(GME_ROOT, "Tools", "TableEditor", "TableEditor.sln")


More information about the gme-commit mailing list