Changeset 631 in Sophya for trunk/SophyaLib/Mgr


Ignore:
Timestamp:
Nov 24, 1999, 11:11:31 AM (26 years ago)
Author:
ansari
Message:

changes in Makefile.h + remove static for g++ with NOSHLIB
Sophie 24 nov 99

File:
1 edited

Legend:

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

    r554 r631  
    189189                    $(OPTFLAG) $(DBGFLAG) $(MYCFLAGS)
    190190  LDLIBS      := $(LDLIBS) $(XLDLIBS)
    191 #  Il faut trouver un moyen d'automatiser ca $CHECK$  Reza 23/12/98
    192   ifdef GCCV28
    193     CXXFLAGS := $(CXXFLAGS) -fguiding-decls -fname-mangling-version-1 -DCOMPILER_EXCEPTIONS
    194   endif
    195   ifdef NOSHLIB
    196     LDFLAGS := -static
    197   endif
     191#  ifdef NOSHLIB
     192#    LDFLAGS := -static
     193#  endif
    198194endif
    199195ifeq ($(CXX), egcs++)
Note: See TracChangeset for help on using the changeset viewer.