Author: sega
Date: 2009-05-03 09:16:04 +0200 (Sun, 03 May 2009)
New Revision: 1763

Modified:
   trunk/extra/SConscript
   trunk/pkg/dem/SConscript
Log:
Fix link errors

Modified: trunk/extra/SConscript
===================================================================
--- trunk/extra/SConscript      2009-05-01 15:49:53 UTC (rev 1762)
+++ trunk/extra/SConscript      2009-05-03 07:16:04 UTC (rev 1763)
@@ -41,7 +41,7 @@
        
        
env.SharedLibrary('TetraTestGen',['tetra/TetraTestGen.cpp'],LIBS=env['LIBS']+['Shop','Tetra']),
 
-       
env.SharedLibrary('UniaxialStrainControlledTest',['usct/UniaxialStrainControlledTest.cpp'],LIBS=env['LIBS']+['Shop','GlobalStiffnessTimeStepper','Brefcom','PositionOrientationRecorder']),
+       
env.SharedLibrary('UniaxialStrainControlledTest',['usct/UniaxialStrainControlledTest.cpp'],LIBS=env['LIBS']+['Shop','ConstitutiveLawDispatcher','GlobalStiffnessTimeStepper','Brefcom','PositionOrientationRecorder']),
 
        
env.SharedLibrary('Brefcom',['Brefcom.cpp'],CXXFLAGS=env['CXXFLAGS']+brefcomInclude,LIBS=env['LIBS']+['Shop','InteractingSphere2InteractingSphere4SpheresContactGeometry','DemXDofGeom']),
 

Modified: trunk/pkg/dem/SConscript
===================================================================
--- trunk/pkg/dem/SConscript    2009-05-01 15:49:53 UTC (rev 1762)
+++ trunk/pkg/dem/SConscript    2009-05-03 07:16:04 UTC (rev 1763)
@@ -220,6 +220,7 @@
                LIBS=env['LIBS']+['SDECLinkPhysics',
                        'ElasticContactInteraction',
                        'SDECLinkGeometry',
+                       'DemXDofGeom',
                        'SpheresContactGeometry',
                        'BodyMacroParameters',
                        'yade-serialization',


_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp
_______________________________________________
yade-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/yade-dev

Reply via email to