blob: ebf3f5cd2b60f1982506c3e6c7e3381dbea09e4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
Template: fp-compiler/rename_cfg
Type: boolean
Default: true
_Description: Rename "/etc/fpc.cfg" to "/etc/fpc.cfg.bak"?
FPC now supports having multiple versions installed on the same system.
The update-alternatives command can be used to set a default version for
* fpc (the compiler);
* fpc.cfg (the configuration file);
* fp-utils (the helper tools).
.
Whatever version you may choose as default, the configuration files are
always backward compatible, so it should always be safe to use the latest
version.
.
In order to use the alternatives system on the system wide FPC configuration
file you must accept renaming "/etc/fpc.cfg"; otherwise you will need to
manage this manually by yourself.
Template: fp-compiler/windres-select
Type: select
Choices: ${choices}
Default: Select manually
Description: Choose a default MS Windows .rc resource compiler?
FPC supports compiling programs with enmbedded resource in .rc MS Windows
format on all plateforms where mingw windres tool is available.
.
In order to be able to compile projects using .rc files, you need first to
install mingw32-binutils package. This package is suggested by fp-compiler
package, will not be pulled automatiocally. You will need to install iti
manually.
.
If you want to enter a custom .rc files compiler that does not appear in this
list or if you simply want to disable this feature, please select
"Enter RC compiler name manually" and let the compiler name empty in the next
dialog box be empty.
Template: fp-compiler/windres
Type: string
Default:
Description: Choose a default MS Windows .rc resource compiler?
FPC supports compiling programs with enmbedded resource in .rc MS Windows
format on all plateforms where mingw windres tool is available.
.
In order to be able to compile projects using .rc files, you need first to
install mingw32-binutils package. This package is suggested by fp-compiler
package, will not be pulled automatiocally. You will need to install it
manually.
.
If you dont want to use a default .rc files compiler, please let this entry be
empty.
|