summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c70ad3a)
raw | patch | inline | side by side (parent: c70ad3a)
author | Dmitry D. Chernov <blackdoomer@yandex.ru> | |
Mon, 2 Oct 2017 21:12:37 +0000 (07:12 +1000) | ||
committer | Dmitry D. Chernov <blackdoomer@yandex.ru> | |
Mon, 2 Oct 2017 21:13:06 +0000 (07:13 +1000) |
src/editor/Editor.lpi | patch | blob | history | |
src/editor/Editor.lpr | patch | blob | history |
diff --git a/src/editor/Editor.lpi b/src/editor/Editor.lpi
index f99f0c8bc9cc3bbad5a4d6cbdd85b51f323c3a56..fdb649f2bfde04881a711ba914fcd8058f765e7e 100644 (file)
--- a/src/editor/Editor.lpi
+++ b/src/editor/Editor.lpi
</CodeGeneration>
<Linking>
<Debugging>
- <DebugInfoType Value="dsDwarf2Set"/>
<UseHeaptrc Value="True"/>
<TrashVariables Value="True"/>
<UseValgrind Value="True"/>
diff --git a/src/editor/Editor.lpr b/src/editor/Editor.lpr
index 91df01a9a42c55124e95fdcc9e4fd2350619781a..8bd60c2e3f98df376d9203d5c42743332cebdd36 100644 (file)
--- a/src/editor/Editor.lpr
+++ b/src/editor/Editor.lpr
g_language in 'g_language.pas',
f_selectlang in 'f_selectlang.pas' {SelectLanguageForm};
-{$R *.res}
+{$IFDEF WINDOWS}
+ {$R *.res}
+{$ENDIF}
begin
Application.ExceptionDialog := aedOkMessageBox;