Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7275 in orxonox.OLD for branches/shared_lib/src/lib/Makefile.am


Ignore:
Timestamp:
Apr 2, 2006, 8:34:49 PM (19 years ago)
Author:
bensch
Message:

compiles and links in windows

File:
1 edited

Legend:

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

    r7256 r7275  
    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_manager.cc \
    19                 util/loading/resource.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                 util/preferences.cc \
    2612                \
    2713                data/data_tank.cc
     
    3319                coord/p_node.h \
    3420                \
    35                 util/substring.h \
    36                 util/multi_type.h \
    37                 util/color.h \
    38                 util/helper_functions.h \
    39                 util/executor/executor.h \
    40                 util/executor/executor_specials.h \
    41                 util/executor/functor_list.h \
    42                 util/preferences.h \
    43                 \
    44                 util/loading/resource_manager.h \
    45                 util/loading/resource.h \
    46                 util/loading/game_loader.h \
    47                 util/loading/load_param.h \
    48                 util/loading/load_param_description.h \
    49                 util/loading/factory.h \
    50                 util/loading/dynamic_loader.h \
    51                 \
    52                 util/count_pointer.h \
    53                 util/list.h \
    54                 \
    5521                \
    5622                data/data_tank.h
     
    5925        . \
    6026        math \
     27        util \
    6128        graphics \
    6229        sound \
Note: See TracChangeset for help on using the changeset viewer.