mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-20 22:29:12 +02:00
* renamed resource -> comprsrc (conflicted with FV)
This commit is contained in:
parent
8bf6ef4b56
commit
b55566c201
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
}
|
}
|
||||||
unit resource;
|
unit comprscr;
|
||||||
interface
|
interface
|
||||||
|
|
||||||
procedure CompileResourceFiles;
|
procedure CompileResourceFiles;
|
||||||
@ -102,7 +102,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 1998-12-28 23:26:25 peter
|
Revision 1.1 1999-01-06 12:39:46 peter
|
||||||
|
* renamed resource -> comprsrc (conflicted with FV)
|
||||||
|
|
||||||
|
Revision 1.1 1998/12/28 23:26:25 peter
|
||||||
+ resource file handling ($R directive) for Win32
|
+ resource file handling ($R directive) for Win32
|
||||||
|
|
||||||
}
|
}
|
@ -39,7 +39,7 @@ unit pmodules;
|
|||||||
globtype,version,systems,tokens,
|
globtype,version,systems,tokens,
|
||||||
cobjects,comphook,globals,verbose,files,
|
cobjects,comphook,globals,verbose,files,
|
||||||
symtable,aasm,hcodegen,
|
symtable,aasm,hcodegen,
|
||||||
link,assemble,import,export,gendef,ppu,resource
|
link,assemble,import,export,gendef,ppu,comprsrc
|
||||||
{$ifdef i386}
|
{$ifdef i386}
|
||||||
,i386
|
,i386
|
||||||
{$endif}
|
{$endif}
|
||||||
@ -1232,7 +1232,10 @@ unit pmodules;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.92 1998-12-28 23:26:23 peter
|
Revision 1.93 1999-01-06 12:39:46 peter
|
||||||
|
* renamed resource -> comprsrc (conflicted with FV)
|
||||||
|
|
||||||
|
Revision 1.92 1998/12/28 23:26:23 peter
|
||||||
+ resource file handling ($R directive) for Win32
|
+ resource file handling ($R directive) for Win32
|
||||||
|
|
||||||
Revision 1.91 1998/12/15 17:14:17 peter
|
Revision 1.91 1998/12/15 17:14:17 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user