Last change
on this file since 33 was
21,
checked in by nicolasc, 17 years ago
|
added ogreode and Colladaplugin
|
File size:
741 bytes
|
Line | |
---|
1 | TinyXml for OgreOde |
---|
2 | =================== |
---|
3 | |
---|
4 | To build TinyXml for use with OgreOde you should be able to use the supplied |
---|
5 | MSVC projects. The only change you need to make is that you must change the Code |
---|
6 | Generation option to "Multi-threaded DLL" for Release builds, or |
---|
7 | "Multi-threaded Debug DLL" for Debug builds. |
---|
8 | |
---|
9 | The only project you are required to build is the TinyXml one, the STL version |
---|
10 | and the test programs are not required. The TinyXml libraries should be placed |
---|
11 | under 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 |
---|
13 | MSVC then you will need to place the libraries in a place which is accessible to |
---|
14 | you OgreOde build environment. |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.