Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7245 in orxonox.OLD


Ignore:
Timestamp:
Mar 24, 2006, 5:04:44 PM (18 years ago)
Author:
bensch
Message:

orxonox/branches/preferences: fixed the linking bug

Location:
branches/preferences/src/lib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/preferences/src/lib/BuildLibs.am

    r7242 r7245  
    1616                $(LIB_PREFIX)/parser/tinyxml/libtinyxml.a \
    1717                $(LIB_PREFIX)/parser/preferences/libPrefsParser.a \
     18                $(LIB_PREFIX)/parser/cmdline_parser/libCmdLineParser.a \
    1819                $(LIB_PREFIX)/parser/ini_parser/libIniParser.a \
    19                 $(LIB_PREFIX)/parser/cmdline_parser/libCmdLineParser.a \
    2020                $(LIB_PREFIX)/shell/libORXshell.a \
    21                 $(LIB_PREFIX)/math/libORXmath.a
     21                $(LIB_PREFIX)/math/libORXmath.a \
     22                $(LIB_PREFIX)/libORXlibs.a
  • branches/preferences/src/lib/Makefile.am

    r7221 r7245  
    2323                util/loading/factory.cc \
    2424                util/loading/dynamic_loader.cc \
     25                util/preferences.cc \
    2526                \
    2627                data/data_tank.cc
     
    3940                util/executor/executor_specials.h \
    4041                util/executor/functor_list.h \
     42                util/preferences.h \
    4143                \
    4244                util/loading/resource_manager.h \
  • branches/preferences/src/lib/parser/preferences/Makefile.am

    r7234 r7245  
    55
    66libPrefsParser_a_SOURCES = \
    7                                                                 cmd_line_prefs_reader.cc \
    8                                                                 ini_file_prefs_reader.cc
     7                cmd_line_prefs_reader.cc \
     8                ini_file_prefs_reader.cc
    99
    1010
    1111noinst_HEADERS = \
    12                                                                 cmd_line_prefs_reader.h \
    13                                                                 ini_file_prefs_reader.h
    14 
    15 
    16 
     12                cmd_line_prefs_reader.h \
     13                ini_file_prefs_reader.h
Note: See TracChangeset for help on using the changeset viewer.