Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7239 in orxonox.OLD


Ignore:
Timestamp:
Mar 22, 2006, 11:31:28 AM (18 years ago)
Author:
bensch
Message:

orxonox/branches/resource: created new lib (src/lib/util/libORXlibutil.a)

File:
1 copied

Legend:

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

    r7237 r7239  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXgraphics.a
     4noinst_LIBRARIES = libORXlibutil.a
    55
    6 libORXgraphics_a_SOURCES = graphics_engine.cc \
    7                            light.cc \
    8                            shader.cc \
    9                            \
    10                            render2D/render_2d.cc \
    11                            render2D/element_2d.cc \
    12                            render2D/billboard.cc \
    13                            \
    14                            text_engine/text_engine.cc \
    15                            text_engine/text.cc \
    16                            text_engine/font.cc \
    17                            \
    18                            effects/graphics_effect.cc \
    19                            effects/fog_effect.cc \
    20                            effects/lense_flare.cc
     6libORXlibutil_a_SOURCES = \
     7                substring.cc \
     8                color.cc \
     9                helper_functions.cc \
     10                multi_type.cc \
     11                executor/executor.cc \
     12                \
     13                loading/resource.cc \
     14                loading/resource_manager.cc \
     15                loading/game_loader.cc \
     16                loading/load_param.cc \
     17                loading/load_param_description.cc \
     18                loading/factory.cc \
     19                loading/dynamic_loader.cc
    2120
     21noinst_HEADERS = \
     22                substring.h \
     23                multi_type.h \
     24                color.h \
     25                helper_functions.h \
     26                executor/executor.h \
     27                executor/executor_specials.h \
     28                executor/functor_list.h \
     29                \
     30                loading/resource.h \
     31                loading/resource_manager.h \
     32                loading/game_loader.h \
     33                loading/load_param.h \
     34                loading/load_param_description.h \
     35                loading/factory.h \
     36                loading/dynamic_loader.h \
     37                \
     38                count_pointer.h \
     39                list.h
    2240
    23 noinst_HEADERS = graphics_engine.h \
    24                  light.h \
    25                  shader.h \
    26                  \
    27                  render2D/render_2d.h \
    28                  render2D/element_2d.h \
    29                  render2D/billboard.h \
    30                  \
    31                  text_engine/text_engine.h \
    32                  text_engine/text.h \
    33                  text_engine/font.h \
    34                  text_engine/default_font.xpm \
    35                  \
    36                  effects/graphics_effect.h \
    37                  effects/fog_effect.h \
    38                  effects/lense_flare.h
    39 
    40 
    41 SUBDIRS = importer \
    42           spatial_separation
     41SUBDIRS =
    4342
    4443EXTRA_DIST =
Note: See TracChangeset for help on using the changeset viewer.