Fork me on GitHub

Changeset 425 in svn for trunk/genMakefile.tcl


Ignore:
Timestamp:
Jun 9, 2009, 12:50:48 PM (15 years ago)
Author:
Xavier Rouby
Message:

-Dmacos automatically added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/genMakefile.tcl

    r350 r425  
    215215endif
    216216
     217
     218ifneq (,$(findstring macos,$(ARCH)))
     219CXXFLAGS += -Dmacos
     220endif
     221
     222
    217223SrcSuf = cc
    218224
     
    221227LIBS = $(ROOTLIBS) -lEG $(SYSLIBS)
    222228GLIBS = $(ROOTGLIBS) $(SYSLIBS)
    223        
     229
    224230###
    225231
Note: See TracChangeset for help on using the changeset viewer.