Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4643 in orxonox.OLD for orxonox/trunk/src


Ignore:
Timestamp:
Jun 16, 2005, 10:43:54 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: deleted the newMat-lib, because it is not needed anymore

Location:
orxonox/trunk/src
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/Makefile.am

    r4571 r4643  
    1515                       lib/particles/libORXparticles.a \
    1616                       lib/collision_detection/libORXcd.a \
    17                        lib/tinyxml/libtinyxml.a \
    18                        lib/newmat/libnewmat.a
     17                       lib/tinyxml/libtinyxml.a
    1918
    2019orxonox_LDADD = lib/gui/libORXgui.a \
     
    2625                lib/collision_detection/libORXcd.a \
    2726                lib/tinyxml/libtinyxml.a \
    28                 lib/newmat/libnewmat.a \
    2927                $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
    3028
  • orxonox/trunk/src/Makefile.in

    r4571 r4643  
    241241                       lib/particles/libORXparticles.a \
    242242                       lib/collision_detection/libORXcd.a \
    243                        lib/tinyxml/libtinyxml.a \
    244                        lib/newmat/libnewmat.a
     243                       lib/tinyxml/libtinyxml.a
    245244
    246245orxonox_LDADD = lib/gui/libORXgui.a \
     
    252251                lib/collision_detection/libORXcd.a \
    253252                lib/tinyxml/libtinyxml.a \
    254                 lib/newmat/libnewmat.a \
    255253                $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
    256254
  • orxonox/trunk/src/lib/Makefile.am

    r4569 r4643  
    99          collision_detection \
    1010          tinyxml \
    11           newmat \
    1211          gui \
    1312          $(GTK_PROGS)
  • orxonox/trunk/src/lib/Makefile.in

    r4569 r4643  
    174174          collision_detection \
    175175          tinyxml \
    176           newmat \
    177176          gui \
    178177          $(GTK_PROGS)
  • orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc

    r4638 r4643  
    2525#include <math.h>
    2626
    27 
    28 #define WANT_STREAM
    29 #define WANT_MATH
    30 #define WANT_FSTREAM
    31 
    3227#include "stdincl.h"
    33 
    34 #include "include.h"
    35 #include "newmat.h"
    36 #include "newmatap.h"
    37 #include "newmatio.h"
    3828
    3929#include "lin_alg.h"
Note: See TracChangeset for help on using the changeset viewer.