18 lines
494 B
Plaintext
18 lines
494 B
Plaintext
# latx-i386.conf - LATX Runtime Configuration File
|
|
#
|
|
# This file defines default environment variables for the LATX
|
|
# when running 32-bit i386 programs.
|
|
#
|
|
# It allows you to customize the runtime behavior for specific target
|
|
# executables.
|
|
#
|
|
# Each section corresponds to a target executable name.
|
|
# The settings inside the section will be applied when that program runs.
|
|
#
|
|
# Notes:
|
|
# - Section names are case-sensitive.
|
|
# - Keys represent environment variables.
|
|
|
|
[devcpp.exe]
|
|
LATX_SOFTFPU = 1
|