Changeset 9563
- Timestamp:
- 03/30/10 13:14:34 (15 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9562 r9563 19 19 -*-*- END OF LINE -*-*- 20 20 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 21 29 2010/03/01 Stefan Ruegamer 22 30 23 * resources/hilocalib.rc 31 * resources/hilocalib.rc: 24 32 - added df factors for p23-25, using the same as for p22. Sequences 25 33 are not running with df in these periods, therefore the correct 26 34 factors cannot be determined, and it doesn't matter anyway. 27 35 28 * datacenter/read_lapalma-tapes 36 * datacenter/read_lapalma-tapes: 29 37 - added automationsetup before movingrawfiles 30 38 -
trunk/MagicSoft/Mars/Makefile.conf.general
r9536 r9563 19 19 OSTYPE = $(shell uname -s | tr '[:upper:]' '[:lower:]') 20 20 21 DEFINES := -DMARSVER=\"\<cvs\>\" -D__MARS__ $( ARCHDEF) $(MARSDEFINES)21 DEFINES := -DMARSVER=\"\<cvs\>\" -D__MARS__ $(MARSDEFINES) 22 22 23 CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $( DEFINES)23 CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(ARCHDEF) $(DEFINES) 24 24 CFLAGS = $(CXXFLAGS) $(MARSFLAGS) 25 25 FFLAGS = $(CXXFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.