Ignore:
Timestamp:
May 8, 2010, 7:14:29 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
4d2636
Parents:
3bbc59
git-author:
Frederik Heber <heber@…> (05/08/10 18:40:49)
git-committer:
Frederik Heber <heber@…> (05/08/10 19:14:29)
Message:

Begin of Refactoring of ParseCommandLineOptions().

  • new singleton class CommandLineParser which wraps boost's program_options
  • main() uses the new CommandLineParser and calls UIFactory with CommandLine specizliation if commands detected.
  • files added toe Makefile.am
  • BOOST_PROGRAM_OPTIONS added to configure.ac
  • BOOST_PROGRAM_OPTIONS_LIB added to molecuilder/src/Makefile.am

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/configure.ac

    r3bbc59 ra71ad8  
    2828# Boost libraries
    2929AX_BOOST_BASE([1.33.1])
    30 #AX_BOOST_PROGRAM_OPTIONS
     30AX_BOOST_PROGRAM_OPTIONS
    3131#AX_BOOST_FOREACH
    3232#AX_BOOST_FILESYSTEM
Note: See TracChangeset for help on using the changeset viewer.