Changeset 622


Ignore:
Timestamp:
Sep 20, 2012, 4:34:46 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 8

Location:
cmtcvs/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cmtcvs/HEAD/ChangeLog

    r439 r622  
     12012-09-20    <rybkin@lal.in2p3.fr> 8
     2
     3        * cmt/requirements: In order to build with CMT v1r20p20090520 (introduced
     4        support for "cmt checkout" from Subversion repository) and later, add more
     5        CMT source files to application sources, and for Linux tag remove -ansi
     6        flag. For Linux tag, disable warnings
     7       
    182008-02-07    <rybkin@lal.in2p3.fr> 7
    29
  • cmtcvs/HEAD/cmt/requirements

    r433 r622  
    77
    88application cmtcvs cmtcvs.cxx \
    9   -s=$(cmtsourcedir) cmt_string.cxx cmt_system.cxx cmt_awk.cxx cmt_regexp.cxx cmt_error.cxx
     9  -s=$(cmtsourcedir) cmt_string.cxx cmt_system.cxx cmt_awk.cxx cmt_regexp.cxx cmt_error.cxx \
     10  cmt_use.cxx cmt_database.cxx cmt_parser.cxx cmt_project.cxx cmt_scope_section.cxx cmt_include.cxx cmt_pattern.cxx cmt_symbol.cxx cmt_script.cxx cmt_syntax.cxx \
     11  cmt_branch.cxx cmt_constituent.cxx cmt_fragment.cxx cmt_group.cxx cmt_language.cxx cmt_tag.cxx cmt_cmtpath_pattern.cxx \
     12  cmt_log.cxx cmt_lock.cxx cmt_generator.cxx cmt_install_area.cxx cmt_model.cxx cmt_triggers.cxx cmt_sequence.cxx cmt_commands.cxx cmt_vcs.cxx \
     13  cmt_generators.cxx cmt_deps_builder.cxx
    1014
    1115macro h "\#"
     
    1620             WIN32 ' /DVERSION=$(q)V(v1r1)$(q)'
    1721
     22macro_remove cppflags "" \
     23             Linux '-ansi -pedantic -W -Wall -Wwrite-strings -Wpointer-arith -Woverloaded-virtual'
    1824
    1925macro_append cpplink "-static" Darwin "" VisualC " advapi32.lib "
     
    2228
    2329document exporter do_export -group=Export
    24 
Note: See TracChangeset for help on using the changeset viewer.