Changeset 1019 in Sophya for trunk/SophyaExt/JThreadsC++/JTCSrc


Ignore:
Timestamp:
May 20, 2000, 11:06:43 AM (25 years ago)
Author:
ansari
Message:

Suite Adaptation multiplateforme - Reza 19/5/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/JThreadsC++/JTCSrc/Makefile

    r1018 r1019  
    3232OBJLIST =  $(OBJ)Cond.o $(OBJ)Event.o $(OBJ)License.o $(OBJ)Monitor.o $(OBJ)Mutex.o $(OBJ)TSS.o $(OBJ)TSSManager.o $(OBJ)Thread.o $(OBJ)ThreadGroup.o $(OBJ)Version.o
    3333
    34 SYSLIBS = -lpthread
     34#  Fabrication de shared lib
     35CMDSLB := $(CXX) -shared
     36SYSLIBS := -lpthread
     37ifeq ($(CXX),cxx)
     38  CMDSLB := $(CXX)
     39endif
    3540
    3641# ---------------- Building Library
Note: See TracChangeset for help on using the changeset viewer.