Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 28, 2013, 11:07:49 PM (11 years ago)
Author:
landauf
Message:

fixed msvc configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/CMakeLists.txt

    r9550 r9594  
    7878
    7979
    80 IF(MSVC)
    81   IF(CMAKE_CL_64)
    82     SET(MSVC_PLATFORM "x64")
    83   ELSE()
    84     SET(MSVC_PLATFORM "Win32")
    85   ENDIF()
    86 ENDIF(MSVC)
    87 
    8880# Apple Mac OS X specific build settings
    8981IF(APPLE)
Note: See TracChangeset for help on using the changeset viewer.