Last change
on this file since 6554 was
6417,
checked in by rgrieder, 15 years ago
|
Merged presentation2 branch back to trunk.
Major new features:
- Actual GUI with settings, etc.
- Improved space ship steering (human interaction)
- Rocket fire and more particle effects
- Advanced sound framework
|
-
Property svn:eol-style set to
native
|
File size:
519 bytes
|
Line | |
---|
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 |
---|
9 | BillboardSet.cc |
---|
10 | DynamicLines.cc |
---|
11 | DynamicRenderable.cc |
---|
12 | Mesh.cc |
---|
13 | ParticleInterface.cc |
---|
14 | Shader.cc |
---|
15 | COMPILATION_END |
---|
16 | ) |
---|
17 | ADD_SUBDIRECTORY(interfaces) |
---|
18 | |
---|
19 | ORXONOX_ADD_LIBRARY(tools |
---|
20 | FIND_HEADER_FILES |
---|
21 | DEFINE_SYMBOL |
---|
22 | "TOOLS_SHARED_BUILD" |
---|
23 | LINK_LIBRARIES |
---|
24 | core |
---|
25 | network |
---|
26 | SOURCE_FILES ${TOOLS_SRC_FILES} |
---|
27 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.