mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 18:29:35 +01:00
* only insert win32 resource if IncRes is defined
This commit is contained in:
parent
44ea9cf41e
commit
a9ca8a2c12
@ -15,9 +15,11 @@
|
||||
**********************************************************************}
|
||||
program FP;
|
||||
|
||||
{$ifdef IncRes}
|
||||
{$ifdef win32}
|
||||
{$R fpw32.rc}
|
||||
{$endif win32}
|
||||
{$endif IncRes}
|
||||
|
||||
{$I globdir.inc}
|
||||
(**********************************************************************)
|
||||
@ -494,7 +496,10 @@ BEGIN
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.18 2003-01-07 00:29:13 pierre
|
||||
Revision 1.19 2003-01-14 16:24:52 pierre
|
||||
* only insert win32 resource if IncRes is defined
|
||||
|
||||
Revision 1.18 2003/01/07 00:29:13 pierre
|
||||
+ win32 version infos
|
||||
|
||||
Revision 1.17 2002/12/12 00:08:09 pierre
|
||||
|
||||
Loading…
Reference in New Issue
Block a user