X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Feditor%2FEditor.lpr;h=ccbcb60f5a95cd469fd060445b2d7c62a2f202f0;hb=c31a0cde6506576625aab584c2c45aac9168f2dd;hp=f1a9c3055c2b81e17809a831312df8aba3ba392e;hpb=a5105ea646c6744f8532a09cb4c37afe5554bcd5;p=d2df-editor.git diff --git a/src/editor/Editor.lpr b/src/editor/Editor.lpr index f1a9c30..ccbcb60 100644 --- a/src/editor/Editor.lpr +++ b/src/editor/Editor.lpr @@ -15,6 +15,12 @@ uses WADEDITOR in '../shared/WADEDITOR.pas', WADSTRUCT in '../shared/WADSTRUCT.pas', CONFIG in '../shared/CONFIG.pas', + xstreams in '../shared/xstreams.pas', + dfzip in '../shared/dfzip.pas', + sfs in '../sfs/sfs.pas', + sfsPlainFS in '../sfs/sfsPlainFS.pas', + sfsZipFS in '../sfs/sfsZipFS.pas', + f_about in 'f_about.pas' {AboutForm}, f_options in 'f_options.pas' {OptionsForm}, f_main in 'f_main.pas' {MainForm}, @@ -49,9 +55,12 @@ 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; Application.Initialize(); Application.CreateForm(TMainForm, MainForm);