Ignore:
Timestamp:
05/02/03 12:46:43 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile.conf.general

    r1965 r2054  
    1212#
    1313
    14 DEFINES   = -D__MARS__ -DMARSVER=\"\<cvs\>\" -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF)
     14#
     15# You can use this flags to further costumize compilation:
     16#   export MARSDEFINES="-DHAVE_DARKBACKGROUND -DHAVE_XPM"
     17#   export MARSFLAGS=
     18#   export MARSLIBS="-lX11 -lXpm -L/usr/X11R6/lib"
     19#
     20DEFINES   = -DMARSVER=\"\<cvs\>\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES)
    1521
    1622CXXFLAGS  = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
    17 CFLAGS    = $(CXXFLAGS)
     23CFLAGS    = $(CXXFLAGS) $(MARSFLAGS)
    1824FFLAGS    = $(CXXFLAGS)
    1925
Note: See TracChangeset for help on using the changeset viewer.