Changeset 9563


Ignore:
Timestamp:
03/30/10 13:14:34 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9562 r9563  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2010/03/30 Thomas Bretz
     22
     23   * Makefile.conf.general:
     24     - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
     25       ignored
     26
     27
     28
    2129 2010/03/01 Stefan Ruegamer
    2230
    23    * resources/hilocalib.rc
     31   * resources/hilocalib.rc:
    2432     - added df factors for p23-25, using the same as for p22. Sequences
    2533       are not running with df in these periods, therefore the correct
    2634       factors cannot be determined, and it doesn't matter anyway.
    2735
    28    * datacenter/read_lapalma-tapes
     36   * datacenter/read_lapalma-tapes:
    2937     - added automationsetup before movingrawfiles
    3038
  • trunk/MagicSoft/Mars/Makefile.conf.general

    r9536 r9563  
    1919OSTYPE   = $(shell uname -s | tr '[:upper:]' '[:lower:]')
    2020
    21 DEFINES  := -DMARSVER=\"\<cvs\>\" -D__MARS__ $(ARCHDEF) $(MARSDEFINES)
     21DEFINES  := -DMARSVER=\"\<cvs\>\" -D__MARS__ $(MARSDEFINES)
    2222
    23 CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
     23CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(ARCHDEF) $(DEFINES)
    2424CFLAGS   = $(CXXFLAGS) $(MARSFLAGS)
    2525FFLAGS   = $(CXXFLAGS)
Note: See TracChangeset for help on using the changeset viewer.