Fork me on GitHub

Changeset 432 in svn for trunk/genMakefile.tcl


Ignore:
Timestamp:
Jun 17, 2009, 10:04:02 PM (15 years ago)
Author:
Xavier Rouby
Message:

-Dlinux/-Dmacos/-Dwindows automatically set in Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/genMakefile.tcl

    r427 r432  
    218218ifneq (,$(findstring macos,$(ARCH)))
    219219CXXFLAGS += -Dmacos
    220 else ifneq (,$(findstring win,$(ARCH)))
     220else
     221ifneq (,$(findstring win,$(ARCH)))
    221222CXXFLAGS += -Dwindows
    222223else
    223224CXXFLAGS += -Dlinux
     225endif
    224226endif
    225227
Note: See TracChangeset for help on using the changeset viewer.