hedgewars/CMakeLists.txt
branchcmake_pascal
changeset 8825 9f8d146e9335
parent 8823 65b430b6cd68
child 8827 f53dfd8e0432
equal deleted inserted replaced
8823:65b430b6cd68 8825:9f8d146e9335
   148     add_definitions(-dPHYSFS_INTERNAL)
   148     add_definitions(-dPHYSFS_INTERNAL)
   149 endif()
   149 endif()
   150 
   150 
   151 if(APPLE)
   151 if(APPLE)
   152     add_flag_append(CMAKE_Pascal_FLAGS -Px86_64)
   152     add_flag_append(CMAKE_Pascal_FLAGS -Px86_64)
   153 else()
       
   154     add_flag_append(CMAKE_Pascal_FLAGS -Pi386)
       
   155 endif()
   153 endif()
   156 
   154 
   157 
   155 
   158 if(BUILD_ENGINE_LIBRARY)
   156 if(BUILD_ENGINE_LIBRARY)
   159 else(BUILD_ENGINE_LIBRARY)
   157 else(BUILD_ENGINE_LIBRARY)