cmake_modules/CMakePascalCompiler.cmake.in
author nemo
Mon, 11 May 2015 13:53:08 -0400
changeset 10942 5d7dd938dedc
parent 8859 bead90828a94
permissions -rw-r--r--
This probably fixes bug #839 - mine time was hardcoded to 3000 in Attack, instead of using the "0 as undefined" input that other places were using. When re653e96b0ec3 started paying attention to the input parameter, this previously ignored value became a problem.

set(CMAKE_Pascal_COMPILER "@CMAKE_Pascal_COMPILER@")
set(CMAKE_Pascal_COMPILER_ARG1 "@CMAKE_Pascal_COMPILER_ARG1@")
set(CMAKE_Pascal_COMPILER_LOADED 1)
set(CMAKE_Pascal_COMPILER_VERSION "@CMAKE_Pascal_COMPILER_VERSION@")

set(CMAKE_Pascal_COMPILER_ENV_VAR "FPC")

set(CMAKE_Pascal_SOURCE_FILE_EXTENSIONS "pas" "pp")
set(CMAKE_Pascal_IGNORE_EXTENSIONS ppu;PPU;h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_Pascal_LINKER_PREFERENCE Prefered)
set(CMAKE_Pascal_OUTPUT_EXTENSION_REPLACE 1)
set(CMAKE_Pascal_OUTPUT_EXTENSION ".o")