mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 13:10:37 +02:00
+ win32 version infos
This commit is contained in:
parent
a5e2afbbb3
commit
640d361988
12
ide/fp.pas
12
ide/fp.pas
@ -15,6 +15,10 @@
|
|||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
program FP;
|
program FP;
|
||||||
|
|
||||||
|
{$ifdef win32}
|
||||||
|
{$R fpw32.rc}
|
||||||
|
{$endif win32}
|
||||||
|
|
||||||
{$I globdir.inc}
|
{$I globdir.inc}
|
||||||
(**********************************************************************)
|
(**********************************************************************)
|
||||||
(* CONDITIONAL DEFINES *)
|
(* CONDITIONAL DEFINES *)
|
||||||
@ -32,6 +36,9 @@ uses
|
|||||||
{$ifdef IDEHeapTrc}
|
{$ifdef IDEHeapTrc}
|
||||||
PPheap,
|
PPheap,
|
||||||
{$endif IDEHeapTrc}
|
{$endif IDEHeapTrc}
|
||||||
|
{$ifdef Use_DBGHEAP}
|
||||||
|
dbgheap,
|
||||||
|
{$endif Use_DBGHEAP}
|
||||||
{$ifdef go32v2}
|
{$ifdef go32v2}
|
||||||
dpmiexcp,
|
dpmiexcp,
|
||||||
{$endif go32v2}
|
{$endif go32v2}
|
||||||
@ -487,7 +494,10 @@ BEGIN
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.17 2002-12-12 00:08:09 pierre
|
Revision 1.18 2003-01-07 00:29:13 pierre
|
||||||
|
+ win32 version infos
|
||||||
|
|
||||||
|
Revision 1.17 2002/12/12 00:08:09 pierre
|
||||||
Use fpregs unit
|
Use fpregs unit
|
||||||
|
|
||||||
Revision 1.16 2002/11/28 12:49:20 pierre
|
Revision 1.16 2002/11/28 12:49:20 pierre
|
||||||
|
31
ide/fpw32.rc
Normal file
31
ide/fpw32.rc
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
AppIcon ICON "fp32.ico"
|
||||||
|
|
||||||
|
1 VERSIONINFO
|
||||||
|
FILEVERSION 0, 9, 2, 0
|
||||||
|
PRODUCTVERSION 3, 0, 0, 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 "LegalCopyright", "FPC Public License"
|
||||||
|
VALUE "OriginalFilename", "fp.pas"
|
||||||
|
VALUE "ProductName", "Free Pascal IDE"
|
||||||
|
VALUE "ProductVersion", "0.9.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
BLOCK "VarFileInfo"
|
||||||
|
{
|
||||||
|
VALUE "Translation", 0x409, 0x4E4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user