Last change
on this file since 2608 was
2590,
checked in by rgrieder, 16 years ago
|
Added ${ORXONOX_LIBRARY_BIN_DIR} which represents the binary directory for the external dlls on windows.
Restructured concepts in bin/ dir:
- All files in bin/Release or bin/Debug get configured and copied to the output directory. Configure means setting all the variables marked with @Var@.
- MinSizeRel and RelWithDebInfo are considered Release versions.
- If there is not specialised file in bin/Debug resp. bin/Release, the file in bin/ is configured and copied.
- orxonox.ini gets configured with the available plugins (release and debug), the plugins folder and the media directory.
- Also the debug levels have been adjusted for Debug resp. Release versions of orxonox.ini
- When not using multi-config (debug, release, etc.) generator (like msvc or xcode), a run script called run (unix) or run.bat (windows) is configured in the root directory.
- For tardis, ogre.cfg is copied as well due to a yet unknown bug with fonts for the ogre gui
- moved all old style msvc project files to visual_studio folder (that only includes configured output files)
- This commit also makes the visual studio files run in all configurations (tested only on my box).
|
-
Property svn:eol-style set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="Windows-1252"?> |
---|
2 | <VisualStudioUserFile |
---|
3 | ProjectType="Visual C++" |
---|
4 | Version="8.00" |
---|
5 | ShowAllFiles="false" |
---|
6 | > |
---|
7 | <Configurations> |
---|
8 | <Configuration |
---|
9 | Name="Debug|${MSVC_PLATFORM}" |
---|
10 | > |
---|
11 | <DebugSettings |
---|
12 | WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)" |
---|
13 | Environment="Path=${ORXONOX_LIBRARY_BIN_DIR}" |
---|
14 | EnvironmentMerge="true" |
---|
15 | /> |
---|
16 | </Configuration> |
---|
17 | <Configuration |
---|
18 | Name="Release|${MSVC_PLATFORM}" |
---|
19 | > |
---|
20 | <DebugSettings |
---|
21 | WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)" |
---|
22 | Environment="Path=${ORXONOX_LIBRARY_BIN_DIR}" |
---|
23 | EnvironmentMerge="true" |
---|
24 | /> |
---|
25 | </Configuration> |
---|
26 | <Configuration |
---|
27 | Name="MinSizeRel|${MSVC_PLATFORM}" |
---|
28 | > |
---|
29 | <DebugSettings |
---|
30 | WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)" |
---|
31 | Environment="Path=${ORXONOX_LIBRARY_BIN_DIR}" |
---|
32 | EnvironmentMerge="true" |
---|
33 | /> |
---|
34 | </Configuration> |
---|
35 | <Configuration |
---|
36 | Name="RelWithDebInfo|${MSVC_PLATFORM}" |
---|
37 | > |
---|
38 | <DebugSettings |
---|
39 | WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)" |
---|
40 | Environment="Path=${ORXONOX_LIBRARY_BIN_DIR}" |
---|
41 | EnvironmentMerge="true" |
---|
42 | /> |
---|
43 | </Configuration> |
---|
44 | </Configurations> |
---|
45 | </VisualStudioUserFile> |
---|
Note: See
TracBrowser
for help on using the repository browser.