mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Make objfpc default mode (for new units).
This commit is contained in:
parent
63fd63e82d
commit
285eb3171d
4 changed files with 4 additions and 2 deletions
|
|
@ -684,7 +684,6 @@
|
|||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<SyntaxMode Value="Delphi"/>
|
||||
<IncludeAssertionCode Value="True"/>
|
||||
<UseAnsiStrings Value="True"/>
|
||||
</SyntaxOptions>
|
||||
|
|
|
|||
|
|
@ -677,7 +677,6 @@
|
|||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<SyntaxMode Value="Delphi"/>
|
||||
<IncludeAssertionCode Value="True"/>
|
||||
<UseAnsiStrings Value="True"/>
|
||||
</SyntaxOptions>
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@
|
|||
|
||||
unit uNTFSLinks;
|
||||
|
||||
{$mode delphi}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
unit uIcoFiles;
|
||||
|
||||
{$mode delphi}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue