cmake_modules/CMakePascalInformation.cmake
changeset 9227 c02e081ba481
parent 8863 9774ad4fe170
child 9339 14f5f3a1e2f7
equal deleted inserted replaced
9226:1ac020f959e5 9227:c02e081ba481
    99     set(CMAKE_SHARED_LIBRARY_SONAME_Pascal_FLAG ${CMAKE_SHARED_LIBRARY_SONAME_C_FLAG})
    99     set(CMAKE_SHARED_LIBRARY_SONAME_Pascal_FLAG ${CMAKE_SHARED_LIBRARY_SONAME_C_FLAG})
   100 endif(NOT CMAKE_SHARED_LIBRARY_SONAME_Pascal_FLAG)
   100 endif(NOT CMAKE_SHARED_LIBRARY_SONAME_Pascal_FLAG)
   101 
   101 
   102 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.")
   102 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.")
   103 
   103 
   104 set(CMAKE_Pascal_FLAGS "$ENV{FPFLAGS} ${CMAKE_Pascal_FLAGS_INIT}" CACHE STRING "Flags for Pascal compiler.")
   104 set(CMAKE_Pascal_FLAGS "$ENV{FPFLAGS} ${CMAKE_Pascal_FLAGS_INIT} ${CMAKE_Pascal_FLAGS}" CACHE STRING "Flags for Pascal compiler.")
   105 
   105 
   106 include(CMakeCommonLanguageInclude)
   106 include(CMakeCommonLanguageInclude)
   107 
   107 
   108 # now define the following rule variables
   108 # now define the following rule variables
   109 
   109