Changeset 931 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
09/20/01 13:05:56 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r929 r931  
    11                                                                  -*-*- END -*-*-
     2
     3 2001/09/20: Thomas Bretz
     4 
     5   * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
     6     - switched to root version >= 3.00
     7     
     8   * Makefile.conf.linux:
     9     - added to support the new Linux distributions
     10
     11
     12
    213 2001/09/13: Thomas Bretz
    314 
    415   * Makefile.conf.linux-gnu:
    5      - removed "-Woverloaded/virtual"
     16     - removed "-Woverloaded-virtual". it doesn't really help
    617
    718
  • trunk/MagicSoft/Mars/Makefile.conf.linux

    r930 r931  
    2020#
    2121
    22 OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
     22OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
    2323DEBUG    = -g
    2424
Note: See TracChangeset for help on using the changeset viewer.