mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 02:48:07 +02:00

- lowers build times - ide is not that important anymore than years before - other utils like pastojs are also located in the packages tree git-svn-id: trunk@37926 -
31 lines
595 B
Plaintext
31 lines
595 B
Plaintext
AppIcon ICON "fp32.ico"
|
|
|
|
1 VERSIONINFO
|
|
FILEVERSION 0, 9, 2, 0
|
|
PRODUCTVERSION 0, 9, 2, 0
|
|
FILEFLAGSMASK 0
|
|
FILEOS 0x40000
|
|
FILETYPE 1
|
|
{
|
|
BLOCK "StringFileInfo"
|
|
{
|
|
BLOCK "040904E4"
|
|
{
|
|
VALUE "CompanyName", "Free Pascal"
|
|
VALUE "FileDescription", "Free Pascal Integrated Development Editor"
|
|
VALUE "FileVersion", "0.9.2"
|
|
VALUE "InternalName", "FP"
|
|
VALUE "LegalCopyright", "GNU Public License"
|
|
VALUE "OriginalFilename", "fp.pas"
|
|
VALUE "ProductName", "Free Pascal IDE"
|
|
VALUE "ProductVersion", "0.9.2"
|
|
}
|
|
}
|
|
BLOCK "VarFileInfo"
|
|
{
|
|
VALUE "Translation", 0x409, 0x4E4
|
|
}
|
|
}
|
|
|
|
|