cmake_modules/CMakePascalInformation.cmake
changeset 9515 9af6176fcd8f
parent 9513 8cebd1870b2c
child 9521 8054d9d775fd
child 9535 08be603491c7
equal deleted inserted replaced
9513:8cebd1870b2c 9515:9af6176fcd8f
    96 endif(NOT CMAKE_INCLUDE_FLAG_Pascal)
    96 endif(NOT CMAKE_INCLUDE_FLAG_Pascal)
    97 
    97 
    98 if(NOT CMAKE_INCLUDE_FLAG_SEP_Pascal)
    98 if(NOT CMAKE_INCLUDE_FLAG_SEP_Pascal)
    99     set(CMAKE_INCLUDE_FLAG_SEP_Pascal ${CMAKE_INCLUDE_FLAG_SEP_C})
    99     set(CMAKE_INCLUDE_FLAG_SEP_Pascal ${CMAKE_INCLUDE_FLAG_SEP_C})
   100 endif(NOT CMAKE_INCLUDE_FLAG_SEP_Pascal)
   100 endif(NOT CMAKE_INCLUDE_FLAG_SEP_Pascal)
       
   101 
       
   102 if(NOT CMAKE_Pascal_FRAMEWORK_SEARCH_FLAG)
       
   103     #however -F won't work, -Ff is Pascal equivalent
       
   104     set(CMAKE_Pascal_FRAMEWORK_SEARCH_FLAG "-Ff")
       
   105 endif(NOT CMAKE_Pascal_FRAMEWORK_SEARCH_FLAG)
   101 
   106 
   102 # Copy C version of this flag which is normally determined in platform file.
   107 # Copy C version of this flag which is normally determined in platform file.
   103 if(NOT CMAKE_SHARED_LIBRARY_SONAME_Pascal_FLAG)
   108 if(NOT CMAKE_SHARED_LIBRARY_SONAME_Pascal_FLAG)
   104 #-soname (linux) / -install-name (dawin)
   109 #-soname (linux) / -install-name (dawin)
   105     set(CMAKE_SHARED_LIBRARY_SONAME_Pascal_FLAG ${CMAKE_SHARED_LIBRARY_SONAME_C_FLAG})
   110     set(CMAKE_SHARED_LIBRARY_SONAME_Pascal_FLAG ${CMAKE_SHARED_LIBRARY_SONAME_C_FLAG})