Ignore:
Timestamp:
Jan 17, 2006, 2:32:13 PM (20 years ago)
Author:
cmv
Message:

Variables pour tenir compte des lib archive Sophya+PI cmv 17/01/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/Darwin_g++_make.inc

    r2862 r2910  
    4545LIBFORT =
    4646
    47 # --- Chemin pour l'ensemble les librairies SOPHYA , +ExtLibs, +PI
     47# --- Chemin pour l ensemble les librairies SOPHYA , +ExtLibs, +PI
     48SOPHYALIBLIST = -L$(SOPHYALIBP) $(SOPMODLIBLIST)  $(SOPBASELIBS)
     49SOPHYAEXTLIBLIST = -L$(SOPHYALIBP) $(SOPMODLIBLIST) $(SOPEXTLIBS) $(SOPBASELIBS)
     50SOPHYAALLLIBLIST = -L$(SOPHYALIBP) $(SOPMODLIBLIST) $(SOPPILIBLIST) $(PILIBS) $(SOPEXTLIBS) $(SOPBASELIBS)
     51
    4852SOPHYASLBLIST = -L$(SOPHYASLBP) -lsophya  $(SOPBASELIBS)
    4953SOPHYAEXTSLBLIST = -L$(SOPHYASLBP) -lextsophya -lsophya $(SOPEXTLIBS) $(SOPBASELIBS)
Note: See TracChangeset for help on using the changeset viewer.