Changeset 2769 in Sophya for trunk/SophyaPI/DemoPIApp


Ignore:
Timestamp:
May 25, 2005, 11:32:50 PM (20 years ago)
Author:
cmv
Message:

nouvelle gestion de CXXTEMPFLG cmv 25/05/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/DemoPIApp/Makefile

    r2746 r2769  
    1414
    1515%.so:$(SOPHYAOBJP)%.o
    16         $(CXXLINK) -shared -o $@ $< $(SOPHYAALLSLBLIST)
     16        $(CXXLINK) $(CXXTEMPFLG) -shared -o $@ $< $(SOPHYAALLSLBLIST)
    1717
    1818$(SOPHYAOBJP)%.o:%.cc
    19         $(CXXCOMPILE) -o $@ $<
     19        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ $<
    2020
    2121$(SOPHYAOBJP)%.o:%.c
Note: See TracChangeset for help on using the changeset viewer.