fpc/packages/ide/fpw32.rc
florian 3ce7927096 * made the ide a package, so it can be build in parallel with the other packages, reasons:
- 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 -
2018-01-06 20:22:30 +00:00

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
}
}