hedgewars/CMakeLists.txt
changeset 8077 2ea5cde93abc
parent 8073 5a289ef40fdb
child 8080 a6fc5396b3d6
equal deleted inserted replaced
8076:5ee474476ae1 8077:2ea5cde93abc
   231     endif()
   231     endif()
   232 else()
   232 else()
   233     message(STATUS "Video recording disabled by user")
   233     message(STATUS "Video recording disabled by user")
   234 endif()
   234 endif()
   235 
   235 
   236 #if(MINGW)
   236 set(pascal_flags "-Fl${LIBRARY_OUTPUT_PATH}" ${pascal_flags})
   237 #    get_filename_component(MINGWBINPATH ${CMAKE_C_COMPILER} PATH)
       
   238 #    set(MINGWLIBPATH "${MINGWBINPATH}/../lib"
       
   239 #            CACHE FILEPATH "Path to MinGW import libraries")
       
   240 #endif(MINGW)
       
   241 
   237 
   242 set(fpc_flags ${noexecstack_flags} ${pascal_flags} ${hwengine_project})
   238 set(fpc_flags ${noexecstack_flags} ${pascal_flags} ${hwengine_project})
   243 
   239 
   244 IF(NOT APPLE)
   240 IF(NOT APPLE)
   245     #here is the command for standard executables or for shared library
   241     #here is the command for standard executables or for shared library