cmake_modules/CMakePascalInformation.cmake
changeset 9348 4ec6eff176a5
parent 9341 4dfebad83d51
child 9413 37fcb9a796e6
equal deleted inserted replaced
9347:5b582d49358c 9348:4ec6eff176a5
   101     set(CMAKE_SHARED_LIBRARY_SONAME_Pascal_FLAG ${CMAKE_SHARED_LIBRARY_SONAME_C_FLAG})
   101     set(CMAKE_SHARED_LIBRARY_SONAME_Pascal_FLAG ${CMAKE_SHARED_LIBRARY_SONAME_C_FLAG})
   102 endif(NOT CMAKE_SHARED_LIBRARY_SONAME_Pascal_FLAG)
   102 endif(NOT CMAKE_SHARED_LIBRARY_SONAME_Pascal_FLAG)
   103 
   103 
   104 set(CMAKE_VERBOSE_MAKEFILE FALSE CACHE BOOL "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make.  This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo.")
   104 set(CMAKE_VERBOSE_MAKEFILE FALSE CACHE BOOL "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make.  This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo.")
   105 
   105 
   106 set(CMAKE_Pascal_FLAGS "$ENV{FPFLAGS} ${CMAKE_Pascal_FLAGS_INIT} ${CMAKE_Pascal_FLAGS}" CACHE STRING "Flags for Pascal compiler.")
   106 set(CMAKE_Pascal_FLAGS "$ENV{FPFLAGS} ${CMAKE_Pascal_FLAGS_INIT} ${CMAKE_Pascal_FLAGS}" CACHE STRING "Flags for Pascal compiler." FORCE)
   107 
   107 
   108 include(CMakeCommonLanguageInclude)
   108 include(CMakeCommonLanguageInclude)
   109 
   109 
   110 # now define the following rule variables
   110 # now define the following rule variables
   111 
   111