Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/tinyxml/OgreOde_readme.txt @ 21

Last change on this file since 21 was 21, checked in by nicolasc, 16 years ago

added ogreode and Colladaplugin

File size: 741 bytes
Line 
1TinyXml for OgreOde
2===================
3
4To build TinyXml for use with OgreOde you should be able to use the supplied
5MSVC projects. The only change you need to make is that you must change the Code
6Generation option to "Multi-threaded DLL" for Release builds, or
7"Multi-threaded Debug DLL" for Debug builds.
8
9The only project you are required to build is the TinyXml one, the STL version
10and the test programs are not required. The TinyXml libraries should be placed
11under the Debug and Release subdirectories of this one, which should be
12$OGRE_TOP/OgreOde/tinyxml, if you are compiling using an environment other than
13MSVC then you will need to place the libraries in a place which is accessible to
14you OgreOde build environment.
15
Note: See TracBrowser for help on using the repository browser.