Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8388


Ignore:
Timestamp:
May 2, 2011, 10:30:09 PM (13 years ago)
Author:
youngk
Message:

Disabling CPack again. Needs a LOT of adjustments still.

Location:
code/branches/mac_osx2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx2/CMakeLists.txt

    r8360 r8388  
    160160
    161161# Currently only testing on Apple
    162 IF(APPLE)
    163   INCLUDE(BundleConfig)
    164 ENDIF(APPLE)
     162#IF(APPLE)
     163#  INCLUDE(BundleConfig)
     164#ENDIF(APPLE)
  • code/branches/mac_osx2/cmake/BundleConfig.cmake

    r8360 r8388  
    5757
    5858  SET(CPACK_BUNDLE_NAME "${CPACK_PACKAGE_FILE_NAME}")
    59   SET(CPACK_BUNDLE_ICON "${CMAKE_SOURCE_DIR}/${DEFAULT_DATA_PATH}/mac/Icon.icns")
    60   SET(CPACK_BUNDLE_PLIST "${CMAKE_SOURCE_DIR}/${DEFAULT_DATA_PATH}/mac/Orxonox-Info.plist")
    61   SET(CPACK_BUNDLE_STARTUP_COMMAND "${CMAKE_SOURCE_DIR}/${DEFAULT_RUNTIME_PATH}/mac/OrxonoxMac")
     59  SET(CPACK_BUNDLE_ICON "${CMAKE_SOURCE_DIR}/contrib/mac/Icon.icns")
     60  SET(CPACK_BUNDLE_PLIST "${CMAKE_SOURCE_DIR}/contrib/mac/Orxonox-Info.plist")
     61  #SET(CPACK_BUNDLE_STARTUP_COMMAND "${CMAKE_SOURCE_DIR}/${DEFAULT_RUNTIME_PATH}/mac/OrxonoxMac")
    6262ENDIF(APPLE)
    6363
Note: See TracChangeset for help on using the changeset viewer.