Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5623


Ignore:
Timestamp:
Aug 11, 2009, 11:12:50 AM (15 years ago)
Author:
rgrieder
Message:

Fixed msvc debugger.

Location:
code/branches/libraries/src/orxonox
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/src/orxonox/CMakeLists.txt

    r5621 r5623  
    103103  STRING(REGEX REPLACE "^Visual Studio ([0-9][0-9]?) .*$" "\\1"
    104104         VISUAL_STUDIO_VERSION_SIMPLE "${CMAKE_GENERATOR}")
    105   CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/orxonox.vcproj.user.in" "${CMAKE_CURRENT_BINARY_DIR}/orxonox.vcproj.user")
     105  CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/orxonox-main.vcproj.user.in" "${CMAKE_CURRENT_BINARY_DIR}/orxonox-main.vcproj.user")
    106106ENDIF(MSVC)
Note: See TracChangeset for help on using the changeset viewer.