Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4643 in orxonox.OLD


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
Files:
1 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure.ac

    r4569 r4643  
    596596                 src/lib/gui/Makefile
    597597                 src/lib/tinyxml/Makefile
    598                  src/lib/newmat/Makefile
    599                  src/subprojects/Makefile
     598                 src/lib/newmat/Makefile src/subprojects/Makefile
    600599                 src/subprojects/testmain/Makefile
    601600                 src/subprojects/importer/Makefile
  • orxonox/trunk/orxonox.kdevelop

    r4606 r4643  
    1212    <description/>
    1313    <secondaryLanguages/>
     14    <versioncontrol/>
    1415  </general>
    1516  <kdevautoproject>
    1617    <general>
    17       <activetarget>src/orxonox</activetarget>
     18      <activetarget>src/subprojects/particles/particles</activetarget>
    1819      <useconfiguration>default</useconfiguration>
    1920    </general>
     
    149150      <headerCompletionDelay>250</headerCompletionDelay>
    150151    </codecompletion>
     152    <creategettersetter>
     153      <prefixGet/>
     154      <prefixSet>set</prefixSet>
     155      <prefixVariable>m_,_</prefixVariable>
     156      <parameterName>theValue</parameterName>
     157      <inlineGet>true</inlineGet>
     158      <inlineSet>true</inlineSet>
     159    </creategettersetter>
    151160  </kdevcppsupport>
    152161  <kdevfileview>
     
    173182    </projectdoc>
    174183  </kdevdocumentation>
     184  <ctagspart>
     185    <customArguments/>
     186    <customTagfilePath/>
     187  </ctagspart>
    175188</kdevelop>
  • 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.