← Back to team overview

yade-dev team mailing list archive

small question on the order of directories in .pro files

 

Hello

In yade-packages/yade-package-dem/src/Engine, the pro file is like this :

SUBDIRS += DeusExMachina \
           MetaEngine \
           EngineUnit \      
           StandAloneEngine

I have to modify this in order to link some DeusExs with some standalone 
ones...
Is it because my design is flawed? Will I break the install procedure if 
change this to :

SUBDIRS +=
           MetaEngine \
           EngineUnit \      
           StandAloneEngine
DeusExMachina \

I will try this and let you know.

Bruno



-- 
_______________
Chareyre Bruno
Maître de conférence

Institut National Polytechnique de Grenoble
Laboratoire 3S (Soils Solids Structures) - bureau I08
BP 53 - 38041, Grenoble cedex 9 - France     
Tél : 04.56.52.86.21
________________

_______________________________________________
yade-dev mailing list
yade-dev@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-dev



Follow ups

References