cmake_modules/CMakePascalCompiler.cmake.in
author Wuzzy <Wuzzy2@mail.ru>
Fri, 27 Oct 2017 05:03:58 +0200
changeset 12782 389453e1e09e
parent 8859 bead90828a94
permissions -rw-r--r--
ACF7: Fix possible Lua error spam in intro sequence This was caused by a race of onGearDelete vs AnimationSetup. If AnimationSetup came first, it uses old values from the natives table. The solution is to force the code to guarantee that AnimationSetup always coms after deleting gears in the natives table.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8859
bead90828a94 cmake netiquette
koda
parents: 8852
diff changeset
     1
set(CMAKE_Pascal_COMPILER "@CMAKE_Pascal_COMPILER@")
bead90828a94 cmake netiquette
koda
parents: 8852
diff changeset
     2
set(CMAKE_Pascal_COMPILER_ARG1 "@CMAKE_Pascal_COMPILER_ARG1@")
bead90828a94 cmake netiquette
koda
parents: 8852
diff changeset
     3
set(CMAKE_Pascal_COMPILER_LOADED 1)
bead90828a94 cmake netiquette
koda
parents: 8852
diff changeset
     4
set(CMAKE_Pascal_COMPILER_VERSION "@CMAKE_Pascal_COMPILER_VERSION@")
8750
d9e57426e759 barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff changeset
     5
8859
bead90828a94 cmake netiquette
koda
parents: 8852
diff changeset
     6
set(CMAKE_Pascal_COMPILER_ENV_VAR "FPC")
8750
d9e57426e759 barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff changeset
     7
8859
bead90828a94 cmake netiquette
koda
parents: 8852
diff changeset
     8
set(CMAKE_Pascal_SOURCE_FILE_EXTENSIONS "pas" "pp")
bead90828a94 cmake netiquette
koda
parents: 8852
diff changeset
     9
set(CMAKE_Pascal_IGNORE_EXTENSIONS ppu;PPU;h;H;o;O;obj;OBJ;def;DEF;rc;RC)
bead90828a94 cmake netiquette
koda
parents: 8852
diff changeset
    10
set(CMAKE_Pascal_LINKER_PREFERENCE Prefered)
bead90828a94 cmake netiquette
koda
parents: 8852
diff changeset
    11
set(CMAKE_Pascal_OUTPUT_EXTENSION_REPLACE 1)
bead90828a94 cmake netiquette
koda
parents: 8852
diff changeset
    12
set(CMAKE_Pascal_OUTPUT_EXTENSION ".o")