[commit] r2639 - trunk/Install/Build
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Jun 17 14:36:10 CDT 2016
Author: ksmyth
Date: Fri Jun 17 14:36:10 2016
New Revision: 2639
Log:
Install build.py: set HKLM...JavaClassPath
Modified:
trunk/Install/Build/build.py
Modified: trunk/Install/Build/build.py
==============================================================================
--- trunk/Install/Build/build.py Fri Jun 17 14:36:06 2016 (r2638)
+++ trunk/Install/Build/build.py Fri Jun 17 14:36:10 2016 (r2639)
@@ -221,6 +221,8 @@
def compile_JBON():
"Compile Java component support (JBON)"
if prefs['arch'] == 'x64': return
+ tools.system(r"reg add HKLM\Software\GME /t REG_SZ /v JavaClassPath /d".split() +
+ [os.path.join(GME_ROOT, "SDK", "Java", "gme.jar"), "/reg:32", "/f"])
sln_file = os.path.join(GME_ROOT, "SDK", "Java", "native", "JavaSupport.sln")
tools.build_VS( sln_file, "Release" )
More information about the gme-commit
mailing list