Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7240 in orxonox.OLD for branches/resources/src/lib/Makefile.am


Ignore:
Timestamp:
Mar 22, 2006, 12:52:16 PM (19 years ago)
Author:
bensch
Message:

resources: lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/resources/src/lib/Makefile.am

    r7237 r7240  
    1010                coord/p_node.cc \
    1111                \
    12                 util/substring.cc \
    13                 util/color.cc \
    14                 util/helper_functions.cc \
    15                 util/multi_type.cc \
    16                 util/executor/executor.cc \
    17                 \
    18                 util/loading/resource.cc \
    19                 util/loading/resource_manager.cc \
    20                 util/loading/game_loader.cc \
    21                 util/loading/load_param.cc \
    22                 util/loading/load_param_description.cc \
    23                 util/loading/factory.cc \
    24                 util/loading/dynamic_loader.cc \
    25                 \
    2612                data/data_tank.cc
    2713
     
    3218                coord/p_node.h \
    3319                \
    34                 util/substring.h \
    35                 util/multi_type.h \
    36                 util/color.h \
    37                 util/helper_functions.h \
    38                 util/executor/executor.h \
    39                 util/executor/executor_specials.h \
    40                 util/executor/functor_list.h \
    41                 \
    42                 util/loading/resource.h \
    43                 util/loading/resource_manager.h \
    44                 util/loading/game_loader.h \
    45                 util/loading/load_param.h \
    46                 util/loading/load_param_description.h \
    47                 util/loading/factory.h \
    48                 util/loading/dynamic_loader.h \
    49                 \
    50                 util/count_pointer.h \
    51                 util/list.h \
    52                 \
    5320                \
    5421                data/data_tank.h
     
    5724        . \
    5825        math \
     26        util \
    5927        graphics \
    6028        sound \
Note: See TracChangeset for help on using the changeset viewer.