Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2005, 11:42:08 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: reverted to old revision 5409, removing the LIBTOOL-stuff with command:
svn merge . . -r HEAD:5409

Reason:
Timing:
Default:


real 1m1.111s
user 1m31.534s
sys 0m6.903s

LIBTOOL:


real 2m21.384s
user 3m12.141s
sys 0m36.896s

→ compileTime doubled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_detection/Makefile.am

    r5410 r5413  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LTLIBRARIES = libORXcd.la
     4noinst_LIBRARIES = libORXcd.a
    55
    6 libORXcd_la_SOURCES = cd_engine.cc \
    7                       collision.cc \
    8                       obb.cc \
    9                       obb_tree.cc \
    10                       obb_tree_node.cc \
    11                       bv_tree.cc \
    12                       bv_tree_node.cc \
    13                       bounding_volume.cc \
    14                       bounding_sphere.cc
     6libORXcd_a_SOURCES = cd_engine.cc \
     7                     collision.cc \
     8                     obb.cc \
     9                     obb_tree.cc \
     10                     obb_tree_node.cc \
     11                     bv_tree.cc \
     12                     bv_tree_node.cc \
     13                     bounding_volume.cc \
     14                     bounding_sphere.cc
    1515
    1616
Note: See TracChangeset for help on using the changeset viewer.