Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 1, 2011, 3:09:28 AM (14 years ago)
Author:
rgrieder
Message:

Added CMake configuration type "RelForDevs", which replaces "RelWithDebInfo". That latter is now equivalent to "Release", but with symbols.
Also, I removed debug symbol generation for Release and MinSizeRel when compiling with MSVC.

The new configuration should be used as standard Release mode when developing. The other three release configurations are for actual installed binaries (and behave again as the name suggests).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox-main.vcproj.user.in

    r7420 r8368  
    88                <Configuration
    99                        Name="Debug|${MSVC_PLATFORM}"
     10                        >
     11                        <DebugSettings
     12                                WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)"
     13                                Environment="PATH=${RUNTIME_LIBRARY_DIRECTORY};%PATH%"
     14                                EnvironmentMerge="true"
     15                        />
     16                </Configuration>
     17                <Configuration
     18                        Name="RelForDevs|${MSVC_PLATFORM}"
    1019                        >
    1120                        <DebugSettings
Note: See TracChangeset for help on using the changeset viewer.