[commit] r1173 - trunk/Install/Build
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon Feb 14 10:28:11 CST 2011
Author: ksmyth
Date: Mon Feb 14 10:28:10 2011
New Revision: 1173
Log:
Build CSharpComponentWizard
Modified:
trunk/Install/Build/build.py
Modified: trunk/Install/Build/build.py
==============================================================================
--- trunk/Install/Build/build.py Sun Feb 13 12:32:34 2011 (r1172)
+++ trunk/Install/Build/build.py Mon Feb 14 10:28:10 2011 (r1173)
@@ -115,6 +115,9 @@
sln_file = os.path.join(GME_ROOT, "Tools", "GMEplink", "GMEplink.sln");
tools.build_VS( sln_file, "Release" )
+ sln_file = os.path.join(GME_ROOT, "SDK", "DotNet", "CSharpComponentWizard", "CSharpComponentWizard.sln");
+ tools.build_VS( sln_file, "Release" )
+
def compile_samples():
"Compile sample components"
More information about the gme-commit
mailing list