ometah-devel
[Top][All Lists]
Advanced

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

[oMetah-devel] ometah SConstruct ometah.prj


From: Johann
Subject: [oMetah-devel] ometah SConstruct ometah.prj
Date: Wed, 16 Mar 2005 14:12:50 -0500

CVSROOT:        /cvsroot/ometah
Module name:    ometah
Branch:         
Changes by:     Johann <address@hidden> 05/03/16 19:12:50

Modified files:
        .              : SConstruct ometah.prj 

Log message:
        * corrections for compilation

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

Patches:
Index: ometah/SConstruct
diff -u ometah/SConstruct:1.4 ometah/SConstruct:1.5
--- ometah/SConstruct:1.4       Sat Mar 12 22:44:17 2005
+++ ometah/SConstruct   Wed Mar 16 19:12:50 2005
@@ -2,7 +2,8 @@
 
 
 
-common = 
['geometry.cpp','itsPoint.cpp','itsSet.cpp','logic.cpp','matrix.cpp','random.cpp','string.cpp']
+common = ['geometry.cpp','itsPoint.cpp','itsSet.cpp','logic.cpp','matrix.cpp', 
\
+          'random.cpp','string.cpp']
 common = ['common/'+i for i in common]
 
 metaheuristic = ['itsMetaheuristic.cpp','itsEstimationOfDistribution.cpp']
@@ -11,7 +12,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 = ['itsCommunication.cpp', \
+                'itsCommunicationClient.cpp', 'itsCommunicationServer.cpp', \
+                'itsCommunicationClient_embedded.cpp', 
'itsCommunicationServer_embedded.cpp']
 communication = ['communication/'+i for i in communication]
 
 interface = ['ometah.cpp']
Index: ometah/ometah.prj
diff -u ometah/ometah.prj:1.1 ometah/ometah.prj:1.2
--- ometah/ometah.prj:1.1       Thu Mar 10 18:06:43 2005
+++ ometah/ometah.prj   Wed Mar 16 19:12:50 2005
@@ -9,7 +9,7 @@
 <CONFIG_LIBS_END>
 <CONFIG_HEADERS_START>
 /***************************************************************************
- *  $Id: ometah.prj,v 1.1 2005/03/10 18:06:43 nojhan Exp $
+ *  $Id: ometah.prj,v 1.2 2005/03/16 19:12:50 nojhan Exp $
  *  Copyright : Université Paris 12 Val-de-Marne
  *  Author : Johann Dréo <address@hidden>
  ****************************************************************************/
@@ -102,7 +102,10 @@
        common/logic.hpp\
        communication/itsCommunicationClient.hpp\
        problem/itsRosenbrock.hpp\
-       communication/itsCommunicationServer.hpp
+       communication/itsCommunicationServer.hpp\
+       communication/itsCommunication.hpp\
+       communication/itsCommunicationClient_embedded.hpp\
+       communication/itsCommunicationServer_embedded.hpp
 
 module.source.name=.
 module.source.type=
@@ -119,7 +122,12 @@
        problem/itsRosenbrock.cpp\
        interface/ometah.cpp\
        common/itsSet.cpp\
-       SConstruct
+       SConstruct\
+       communication/itsCommunication.cpp\
+       communication/itsCommunicationClient.cpp\
+       communication/itsCommunicationServer.cpp\
+       communication/itsCommunicationClient_embedded.cpp\
+       communication/itsCommunicationServer_embedded.cpp
 
 module.pixmap.name=.
 module.pixmap.type=




reply via email to

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