Done.
I added file project_all_lang.pas as SOURCE10 in RPM package:
program ${%PROJECTNAME%};
{$ifdef FPC}{$mode objfpc}{$h+}{$endif}
{$ifdef FPC}
{$ifdef mswindows}{$apptype gui}{$endif}
{$endif}
uses
{$ifdef FPC}{$ifdef unix}cthreads,{$endif}{$endif}
msegui,mseforms,main,
mseconsts,mseconsts_ru,mseconsts_fr,mseconsts_uzcyr,mseconsts_es,mseconsts_id,mseconsts_zh,mseconsts_de;
begin
setlangconsts(''); //set system default
application.createform(tmainfo,mainfo);
application.run;
end.
and added in spec:
cp -f ./%{name}/apps/ide/templates/default.prj
./%{name}/apps/ide/templates/default_all_lang.prj
sed -i -e "s|project.pas|project_all_lang.pas|g"
./%{name}/apps/ide/templates/default_all_lang.prj
Added info in
http://wiki.mageialinux.ru/index.php?title=MSEide%2BMSEgui_-_Free_Pascal_и_X-приложения
also.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk