[commit] r1105 - trunk/Install/Build

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Dec 2 17:32:51 CST 2010


Author: ksmyth
Date: Thu Dec  2 17:32:51 2010
New Revision: 1105

Log:
Need to compile PatternProcessor

Modified:
   trunk/Install/Build/build.py

Modified: trunk/Install/Build/build.py
==============================================================================
--- trunk/Install/Build/build.py	Thu Dec  2 17:32:39 2010	(r1104)
+++ trunk/Install/Build/build.py	Thu Dec  2 17:32:51 2010	(r1105)
@@ -114,6 +114,9 @@
 
 def compile_samples():
     "Compile sample components"
+
+    sln_file = os.path.join(GME_ROOT, "SDK", "PatternProcessor", "PatternProcessor.sln");
+    tools.build_VS( sln_file, "Release" )
     
     # SF Paradigm
     sln_file = os.path.join(GME_ROOT, "Paradigms", "SF", "SFInterpreter", "SFInterpreter.sln");


More information about the gme-commit mailing list