ometah-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[oMetah-devel] ometah SConstruct


From: Johann
Subject: [oMetah-devel] ometah SConstruct
Date: Sat, 12 Mar 2005 17:44:17 -0500

CVSROOT:        /cvsroot/ometah
Module name:    ometah
Branch:         
Changes by:     Johann <address@hidden> 05/03/12 22:44:17

Modified files:
        .              : SConstruct 

Log message:
        * communication files

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/ometah/ometah/SConstruct.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: ometah/SConstruct
diff -u ometah/SConstruct:1.3 ometah/SConstruct:1.4
--- ometah/SConstruct:1.3       Fri Mar 11 21:28:50 2005
+++ ometah/SConstruct   Sat Mar 12 22:44:17 2005
@@ -11,6 +11,9 @@
 problem = ['itsProblem.cpp','itsRosenbrock.cpp']
 problem = ['problem/'+i for i in problem]
 
+communication = 
['itsCommunication.cpp','itsCommunicationClient.cpp','itsCommunicationServer.cpp','itsCommunicationClient_embedded.cpp','itsCommunicationServer_embedded.cpp']
+communication = ['communication/'+i for i in communication]
+
 interface = ['ometah.cpp']
 interface = ['interface/'+i for i in interface]
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]