Changeset 2437 in Sophya for trunk/SophyaLib/Mgr/Makefile.slb
- Timestamp:
- Sep 17, 2003, 2:20:44 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/SophyaLib/Mgr/Makefile.slb (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/Makefile.slb
r2432 r2437 47 47 USECXX4SO := Y 48 48 # On utilise le compilo g++ pour la fabrication des shared libs 49 ifeq ($( EROSCXX), g++)49 ifeq ($(SOPHYACXX), g++) 50 50 override USECXX4SO := Y 51 51 override CMDSHLCXX := $(LINK.cc) -shared … … 54 54 55 55 # On utilise le compilo KCC pour la fabrication des shared libs 56 ifeq ($( EROSCXX), KCC)56 ifeq ($(SOPHYACXX), KCC) 57 57 override USECXX4SO := Y 58 58 override CMDSHLCXX := $(LINK.cc) … … 60 60 61 61 # On utilise le compilo aCC (HP) pour la fabrication des shared libs 62 ifeq ($( EROSCXX), aCC)62 ifeq ($(SOPHYACXX), aCC) 63 63 override USECXX4SO := Y 64 64 override CMDSHLCXX := $(LINK.cc) -b … … 93 93 override FGSHLN := --no-whole-archiv 94 94 override CMDSHLCXX := $(LINK.cc) -shared 95 ifeq ($( EROSCXX), KCC)95 ifeq ($(SOPHYACXX), KCC) 96 96 override CMDSHLCXX := $(LINK.cc) 97 97 endif … … 120 120 override FGSHLN := -notall 121 121 override TILSHL := 122 ifeq ($( EROSCXX), CC)122 ifeq ($(SOPHYACXX), CC) 123 123 override CMDSHLCXX := CC -shared 124 124 endif
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/PI/chrome/site/your_project_logo.png)