Fork me on GitHub

Changeset 427 in svn for trunk


Ignore:
Timestamp:
Jun 17, 2009, 9:15:58 PM (15 years ago)
Author:
Xavier Rouby
Message:

added flags for compilation -Dwindows and -Dlinux when needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/genMakefile.tcl

    r425 r427  
    218218ifneq (,$(findstring macos,$(ARCH)))
    219219CXXFLAGS += -Dmacos
     220else ifneq (,$(findstring win,$(ARCH)))
     221CXXFLAGS += -Dwindows
     222else
     223CXXFLAGS += -Dlinux
    220224endif
    221225
Note: See TracChangeset for help on using the changeset viewer.