mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Replace {$R *.RES} by {$R *.res}
This commit is contained in:
parent
180745c4bc
commit
959f93d103
3 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ uses
|
|||
|
||||
{$E wcx}
|
||||
|
||||
{$R *.RES}
|
||||
{$R *.res}
|
||||
|
||||
exports
|
||||
CloseArchive name 'CloseArchive',
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ uses
|
|||
deb_def in 'deb_def.pas';
|
||||
|
||||
{$E wcx}
|
||||
{$R *.RES}
|
||||
{$R *.res}
|
||||
|
||||
exports
|
||||
CloseArchive name 'CloseArchive',
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ uses
|
|||
|
||||
{$E wcx}
|
||||
|
||||
{$R *.RES}
|
||||
{$R *.res}
|
||||
|
||||
exports
|
||||
CloseArchive name 'CloseArchive',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue