Last change
on this file since 6053 was
5929,
checked in by rgrieder, 15 years ago
|
Merged core5 branch back to the trunk.
Key features include clean level unloading and an extended XML event system.
Two important notes:
Delete your keybindings.ini files! * or you will still get parser errors when loading the key bindings.
Delete build_dir/lib/modules/libgamestates.module! * or orxonox won't start.
Best thing to do is to delete the build folder
|
-
Property svn:eol-style set to
native
|
File size:
507 bytes
|
Rev | Line | |
---|
[5929] | 1 | SET_SOURCE_FILES(TOOLS_SRC_FILES |
---|
| 2 | COMPILATION_BEGIN ResourceCompilation.cc |
---|
| 3 | ResourceCollection.cc |
---|
| 4 | ResourceLocation.cc |
---|
| 5 | COMPILATION_END |
---|
| 6 | TextureGenerator.cc |
---|
| 7 | Timer.cc |
---|
| 8 | COMPILATION_BEGIN OgreCompilation.cc |
---|
[2126] | 9 | BillboardSet.cc |
---|
[3196] | 10 | DynamicLines.cc |
---|
| 11 | DynamicRenderable.cc |
---|
[2126] | 12 | Mesh.cc |
---|
| 13 | ParticleInterface.cc |
---|
[2662] | 14 | Shader.cc |
---|
[5929] | 15 | COMPILATION_END |
---|
[2126] | 16 | ) |
---|
[5693] | 17 | ADD_SUBDIRECTORY(interfaces) |
---|
| 18 | |
---|
| 19 | ORXONOX_ADD_LIBRARY(tools |
---|
[5749] | 20 | FIND_HEADER_FILES |
---|
[5693] | 21 | DEFINE_SYMBOL |
---|
| 22 | "TOOLS_SHARED_BUILD" |
---|
| 23 | LINK_LIBRARIES |
---|
| 24 | core |
---|
| 25 | SOURCE_FILES ${TOOLS_SRC_FILES} |
---|
| 26 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.