[commit] r1804 - trunk/Install/Build
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Jan 13 15:22:10 CST 2012
Author: ksmyth
Date: Fri Jan 13 15:22:10 2012
New Revision: 1804
Log:
Compile DsmlGenerator
Modified:
trunk/Install/Build/build.py
Modified: trunk/Install/Build/build.py
==============================================================================
--- trunk/Install/Build/build.py Fri Jan 13 15:21:59 2012 (r1803)
+++ trunk/Install/Build/build.py Fri Jan 13 15:22:10 2012 (r1804)
@@ -191,6 +191,9 @@
sln_file = os.path.join(GME_ROOT, "SDK", "DotNet", "CSharpComponentWizard", "CSharpComponentWizard.sln");
tools.build_VS( sln_file, "Release" )
+ sln_file = os.path.join(GME_ROOT, "SDK", "DotNet", "DsmlGenerator", "DsmlGenerator.sln");
+ tools.build_VS( sln_file, "Release" )
+
def compile_samples():
"Compile sample components"
More information about the gme-commit
mailing list