From: Dmitry D. Chernov Date: Mon, 2 Oct 2017 21:12:37 +0000 (+1000) Subject: Two small additional fixes for Lazarus X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-editor.git;a=commitdiff_plain;h=f1bb1bb112468dbf405c8edd9539e8a49de714aa Two small additional fixes for Lazarus --- diff --git a/src/editor/Editor.lpi b/src/editor/Editor.lpi index f99f0c8..fdb649f 100644 --- a/src/editor/Editor.lpi +++ b/src/editor/Editor.lpi @@ -339,7 +339,6 @@ - diff --git a/src/editor/Editor.lpr b/src/editor/Editor.lpr index 91df01a..8bd60c2 100644 --- a/src/editor/Editor.lpr +++ b/src/editor/Editor.lpr @@ -49,7 +49,9 @@ uses g_language in 'g_language.pas', f_selectlang in 'f_selectlang.pas' {SelectLanguageForm}; -{$R *.res} +{$IFDEF WINDOWS} + {$R *.res} +{$ENDIF} begin Application.ExceptionDialog := aedOkMessageBox;