Changeset 1979 in Sophya


Ignore:
Timestamp:
May 3, 2002, 4:45:08 PM (23 years ago)
Author:
ansari
Message:

Ajout test sur var.env MYBUILDDEVREP pour permettre la construction de lib externe utilisant Sophya, ArchTOIPipe en particulier - Reza 3/5/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile.h

    r1918 r1979  
    8585GLB := /usr/local/lib/
    8686#--
     87
     88#  Si Makefile.h utilise pour la construction d'autres librairies
     89ifdef MYBUILDDEVREP
     90  MYPP := ${MYBUILDDEVREP}/${MACHDIR}/
     91  MYLIB := ${MYPP}/Libs/
     92  MYSLB := ${MYPP}/ShLibs/
     93  OBJ := ${MYPP}/Objs/
     94  MYEXE := ${MYPP}/Exec/ 
     95endif
    8796
    8897#-   Flag for optimisation/ debug
Note: See TracChangeset for help on using the changeset viewer.