COIN-OR::LEMON - Graph Library

Changeset 17:0b3b26cd1cea in lemon-tutorial for .hgignore


Ignore:
Timestamp:
11/05/08 18:10:54 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Better build system

  • configure script added
  • demo/*.cc are now compiled (the executables are in demo/build)
  • version number appears in the doc and automatically updates
  • the cross reference to the lemon doc can be relocated (e.g. to a local copy of the doc)
  • some repo reorganization has taken place
  • better .hgignore
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .hgignore

    r10 r17  
    1010*.bak
    1111*.tag
     12*.tmp
    1213.dirstamp
     14Doxyfile
     15Makefile
    1316
    1417syntax: regexp
    1518(.*/)?\#[^/]*\#$
     19(.*/)?\.\#[^/]*$
    1620^html/.*
    1721^gen-images/.*
    1822^gen-dox/.*
     23^demo/build/.*
Note: See TracChangeset for help on using the changeset viewer.