diff options
Diffstat (limited to 'tools/replacer/unit1.pas')
-rw-r--r-- | tools/replacer/unit1.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/replacer/unit1.pas b/tools/replacer/unit1.pas index 48fb0f9e03..b6a66bed0c 100644 --- a/tools/replacer/unit1.pas +++ b/tools/replacer/unit1.pas @@ -7,7 +7,8 @@ interface uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
CheckLst;
-
+{ IMAGE_FILE_LINE_NUMS_STRIPPED or IMAGE_FILE_LOCAL_SYMS_STRIPPED
+ $WEAKLINKRTTI ON $RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([]) }
type
{ TForm1 }
@@ -37,7 +38,6 @@ var s:string;
r,t:integer;
-
implementation
{$R *.lfm}
|