mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-15 06:12:28 +01:00
Ide: Move more units into ide-packages, project / packager
This commit is contained in:
parent
12bbae380e
commit
d40c952fa7
12
Makefile
12
Makefile
@ -3094,7 +3094,10 @@ lcl:
|
||||
basecomponents:
|
||||
$(MAKE) -C components lazbuildlclpackages
|
||||
$(MAKE) -C components idepackages
|
||||
$(MAKE) -C ide/packages/ideutils
|
||||
$(MAKE) -C ide/packages/ideconfig
|
||||
$(MAKE) -C ide/packages/idepackager
|
||||
$(MAKE) -C ide/packages/ideproject
|
||||
$(MAKE) -C ide/packages/idedebugger
|
||||
bigidecomponents:
|
||||
$(MAKE) -C components bigide
|
||||
@ -3128,7 +3131,10 @@ lazbuild: registration
|
||||
$(MAKE) -C lcl LCL_PLATFORM=nogui
|
||||
$(MAKE) -C components lazbuildlclpackages LCL_PLATFORM=nogui
|
||||
$(MAKE) -C tools
|
||||
$(MAKE) -C ide/packages/ideutils LCL_PLATFORM=nogui
|
||||
$(MAKE) -C ide/packages/ideconfig LCL_PLATFORM=nogui
|
||||
$(MAKE) -C ide/packages/idepackager LCL_PLATFORM=nogui
|
||||
$(MAKE) -C ide/packages/ideproject LCL_PLATFORM=nogui
|
||||
$(MAKE) -C ide lazbuilder LCL_PLATFORM=nogui
|
||||
lhelp:
|
||||
$(MAKE) -C components/chmhelp/lhelp
|
||||
@ -3140,7 +3146,10 @@ cleanlaz: cleanide
|
||||
$(MAKE) -C packager/registration clean
|
||||
$(MAKE) -C lcl cleanall
|
||||
$(MAKE) -C components clean
|
||||
$(MAKE) -C ide/packages/ideutils clean
|
||||
$(MAKE) -C ide/packages/ideconfig clean
|
||||
$(MAKE) -C ide/packages/idepackager clean
|
||||
$(MAKE) -C ide/packages/ideproject clean
|
||||
$(MAKE) -C ide/packages/idedebugger clean
|
||||
clean: cleanlaz
|
||||
$(MAKE) -C . cleanlaz LCL_PLATFORM=nogui
|
||||
@ -3151,7 +3160,10 @@ purge:
|
||||
$(MAKE) -C packager/registration distclean
|
||||
$(MAKE) -C lcl distclean
|
||||
$(MAKE) -C components distclean
|
||||
$(MAKE) -C ide/packages/ideutils distclean
|
||||
$(MAKE) -C ide/packages/ideconfig distclean
|
||||
$(MAKE) -C ide/packages/idepackager distclean
|
||||
$(MAKE) -C ide/packages/ideproject distclean
|
||||
$(MAKE) -C ide/packages/idedebugger distclean
|
||||
$(MAKE) -C tools distclean
|
||||
cleanall: purge
|
||||
|
||||
12
Makefile.fpc
12
Makefile.fpc
@ -130,7 +130,10 @@ lcl:
|
||||
basecomponents:
|
||||
$(MAKE) -C components lazbuildlclpackages
|
||||
$(MAKE) -C components idepackages
|
||||
$(MAKE) -C ide/packages/ideutils
|
||||
$(MAKE) -C ide/packages/ideconfig
|
||||
$(MAKE) -C ide/packages/idepackager
|
||||
$(MAKE) -C ide/packages/ideproject
|
||||
$(MAKE) -C ide/packages/idedebugger
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
@ -196,7 +199,10 @@ lazbuild: registration
|
||||
$(MAKE) -C lcl LCL_PLATFORM=nogui
|
||||
$(MAKE) -C components lazbuildlclpackages LCL_PLATFORM=nogui
|
||||
$(MAKE) -C tools
|
||||
$(MAKE) -C ide/packages/ideutils LCL_PLATFORM=nogui
|
||||
$(MAKE) -C ide/packages/ideconfig LCL_PLATFORM=nogui
|
||||
$(MAKE) -C ide/packages/idepackager LCL_PLATFORM=nogui
|
||||
$(MAKE) -C ide/packages/ideproject LCL_PLATFORM=nogui
|
||||
$(MAKE) -C ide lazbuilder LCL_PLATFORM=nogui
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
@ -221,7 +227,10 @@ cleanlaz: cleanide
|
||||
$(MAKE) -C packager/registration clean
|
||||
$(MAKE) -C lcl cleanall
|
||||
$(MAKE) -C components clean
|
||||
$(MAKE) -C ide/packages/ideutils clean
|
||||
$(MAKE) -C ide/packages/ideconfig clean
|
||||
$(MAKE) -C ide/packages/idepackager clean
|
||||
$(MAKE) -C ide/packages/ideproject clean
|
||||
$(MAKE) -C ide/packages/idedebugger clean
|
||||
|
||||
clean: cleanlaz
|
||||
@ -235,7 +244,10 @@ purge:
|
||||
$(MAKE) -C packager/registration distclean
|
||||
$(MAKE) -C lcl distclean
|
||||
$(MAKE) -C components distclean
|
||||
$(MAKE) -C ide/packages/ideutils distclean
|
||||
$(MAKE) -C ide/packages/ideconfig distclean
|
||||
$(MAKE) -C ide/packages/idepackager distclean
|
||||
$(MAKE) -C ide/packages/ideproject distclean
|
||||
$(MAKE) -C ide/packages/idedebugger distclean
|
||||
$(MAKE) -C tools distclean
|
||||
# $(MAKE) -C doceditor clean
|
||||
|
||||
@ -6814,7 +6814,10 @@ begin
|
||||
d(LazarusSrcDir+'/ide;'
|
||||
+LazarusSrcDir+'/ide/frames;'
|
||||
+LazarusSrcDir+'/designer;'
|
||||
+LazarusSrcDir+'/ide/packages/ideutils;'
|
||||
+LazarusSrcDir+'/ide/packages/ideconfig;'
|
||||
+LazarusSrcDir+'/ide/packages/idepackager;'
|
||||
+LazarusSrcDir+'/ide/packages/ideproject;'
|
||||
+LazarusSrcDir+'/ide/packages/idedebugger;'
|
||||
+LazarusSrcDir+'/ide/packages/idedebugger/frames;'
|
||||
+LazarusSrcDir+'/debugger;'
|
||||
@ -6859,7 +6862,10 @@ begin
|
||||
SrcPathMacroName,
|
||||
d('../components/lazutils'
|
||||
+';../components/codetools'
|
||||
+';../ide/packages/ideutils;'
|
||||
+';../ide/packages/ideconfig;'
|
||||
+';../ide/packages/idepackager;'
|
||||
+';../ide/packages/ideproject;'
|
||||
+';../lcl'
|
||||
+';../lcl/interfaces'
|
||||
+';../lcl/interfaces/'+WidgetType
|
||||
@ -6898,7 +6904,10 @@ begin
|
||||
d(LazarusSrcDir+'/debugger;'
|
||||
+LazarusSrcDir+'/debugger/frames;'
|
||||
+LazarusSrcDir+'/ide;'
|
||||
+LazarusSrcDir+'/ide/packages/ideutils;'
|
||||
+LazarusSrcDir+'/ide/packages/ideconfig;'
|
||||
+LazarusSrcDir+'/ide/packages/ideproject;'
|
||||
+LazarusSrcDir+'/ide/packages/idepackager;'
|
||||
+LazarusSrcDir+'/ide/packages/idedebugger;'
|
||||
+LazarusSrcDir+'/ide/packages/idedebugger/frames;'
|
||||
+LazarusSrcDir+'/components/buildintf;'
|
||||
@ -6926,7 +6935,10 @@ begin
|
||||
Format(ctsAddsDirToSourcePath,['lcl, components']),
|
||||
SrcPathMacroName,
|
||||
d('../ide'
|
||||
+';../ide/packages/ideutils;'
|
||||
+';../ide/packages/ideconfig;'
|
||||
+';../ide/packages/idepackager;'
|
||||
+';../ide/packages/ideproject;'
|
||||
+';../components/buildintf'
|
||||
+';../components/ideintf'
|
||||
+';../components/lazutils'
|
||||
@ -6954,7 +6966,10 @@ begin
|
||||
+';'+LazarusSrcDir+'/lcl/interfaces'
|
||||
+';'+LazarusSrcDir+'/lcl/interfaces/'+WidgetType
|
||||
+';'+LazarusSrcDir+'/ide'
|
||||
+';'+LazarusSrcDir+'/ide/packages/ideutils'
|
||||
+';'+LazarusSrcDir+'/ide/packages/ideconfig'
|
||||
+';'+LazarusSrcDir+'/ide/packages/idepackager'
|
||||
+';'+LazarusSrcDir+'/ide/packages/ideproject'
|
||||
+';'+LazarusSrcDir+'/components/buildintf'
|
||||
+';'+LazarusSrcDir+'/components/ideintf'
|
||||
+';'+LazarusSrcDir+'/components/synedit'
|
||||
@ -6978,7 +6993,10 @@ begin
|
||||
Format(ctsAddsDirToSourcePath,['ide']),
|
||||
SrcPathMacroName,
|
||||
d(LazarusSrcDir+'/ide;'
|
||||
+LazarusSrcDir+'/ide/packages/ideutils;'
|
||||
+LazarusSrcDir+'/ide/packages/ideconfig;'
|
||||
+LazarusSrcDir+'/ide/packages/idepackager;'
|
||||
+LazarusSrcDir+'/ide/packages/ideproject;'
|
||||
+LazarusSrcDir+'/packager;'
|
||||
+SrcPath)
|
||||
,da_Define));
|
||||
|
||||
@ -45,6 +45,8 @@ uses
|
||||
PackageIntf, ProjectIntf, ComponentReg, IDEExternToolIntf,
|
||||
// IDEIntf
|
||||
IDEDialogs, LazIDEIntf, IDEOptEditorIntf, EditorSyntaxHighlighterDef,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
IDEProcs, SearchPathProcs, ParsedCompilerOpts, CompilerOptions, ProjPackCommon,
|
||||
// IDE
|
||||
|
||||
@ -45,6 +45,10 @@ uses
|
||||
ComponentReg,
|
||||
// IdeIntf
|
||||
IDEExternToolIntf, IDEImagesIntf,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeProject
|
||||
IdeProjectStrConsts,
|
||||
// IDE
|
||||
LazarusIDEStrConsts, EditorOptions, CheckLFMDlg, Project, SourceMarks,
|
||||
// Converter
|
||||
|
||||
@ -11,6 +11,8 @@ uses
|
||||
Buttons, ButtonPanel, Grids, CheckLst, Menus, StdCtrls,
|
||||
// LazUtils
|
||||
FileUtil,
|
||||
// IdePackager
|
||||
IdePackagerStrConsts,
|
||||
// IDE, converter
|
||||
IdeIntfStrConsts, LazarusIDEStrConsts, ConverterTypes;
|
||||
|
||||
|
||||
@ -42,6 +42,8 @@ uses
|
||||
LazUtilities, LazUTF8,
|
||||
// IdeIntf
|
||||
IdeIntfStrConsts, IDECommands, PropEdits, IDEDialogs, IDEImagesIntf,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IDE
|
||||
LazarusIDEStrConsts, IDEOptionDefs, EnvironmentOpts, EnvGuiOptions;
|
||||
|
||||
|
||||
@ -412,7 +412,10 @@ DEFAULT_IDE_OPTIONS= $(LAZARUS_LIBPATHS) \
|
||||
-Fu../components/lazdebuggers/lazdebuggerfp/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fu../components/lazdebuggers/lazdebuggerlldb/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fu../components/lazdebuggers/lazdebuggerfplldb/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fupackages/ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fupackages/ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fupackages/idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fupackages/ideproject/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fupackages/idedebugger/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
BIG_IDE_OPTIONS=-dBigIDE $(DEFAULT_IDE_OPTIONS) \
|
||||
-Fu../components/lazedit/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
@ -4774,7 +4777,10 @@ endif
|
||||
../tools/svn2revisioninc$(SRCEXEEXT) .. revision.inc
|
||||
endif
|
||||
idepackages:
|
||||
$(MAKE) -C packages/ideutils
|
||||
$(MAKE) -C packages/ideconfig
|
||||
$(MAKE) -C packages/idepackager
|
||||
$(MAKE) -C packages/ideproject
|
||||
$(MAKE) -C packages/idedebugger
|
||||
ide: $(COMPILER_UNITTARGETDIR) revisioninc
|
||||
$(MAKE) --assume-new=lazarus.pp lazarus$(EXEEXT) OPT='$(DEFAULT_IDE_OPTIONS) $(LAZARUS_OPT) $(OPT)'
|
||||
@ -4811,7 +4817,10 @@ ifneq ($(findstring $(OS_TARGET),win32 win64),)
|
||||
-$(DEL) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res)
|
||||
endif
|
||||
cleanlaz: clean cleanide
|
||||
$(MAKE) -C packages/ideutils clean
|
||||
$(MAKE) -C packages/ideconfig clean
|
||||
$(MAKE) -C packages/idepackager clean
|
||||
$(MAKE) -C packages/ideproject clean
|
||||
$(MAKE) -C packages/idedebugger clean
|
||||
${DELTREE} ../units/*
|
||||
purge: cleanlaz
|
||||
|
||||
@ -107,7 +107,10 @@ DEFAULT_IDE_OPTIONS= $(LAZARUS_LIBPATHS) \
|
||||
-Fu../components/lazdebuggers/lazdebuggerfp/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fu../components/lazdebuggers/lazdebuggerlldb/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fu../components/lazdebuggers/lazdebuggerfplldb/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fupackages/ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fupackages/ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fupackages/idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fupackages/ideproject/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
-Fupackages/idedebugger/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
|
||||
#
|
||||
@ -177,7 +180,10 @@ endif
|
||||
#-----------------------------------------------------------------------------
|
||||
# compile IDE without extra packages
|
||||
idepackages:
|
||||
$(MAKE) -C packages/ideutils
|
||||
$(MAKE) -C packages/ideconfig
|
||||
$(MAKE) -C packages/idepackager
|
||||
$(MAKE) -C packages/ideproject
|
||||
$(MAKE) -C packages/idedebugger
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
@ -229,7 +235,10 @@ ifneq ($(findstring $(OS_TARGET),win32 win64),)
|
||||
endif
|
||||
|
||||
cleanlaz: clean cleanide
|
||||
$(MAKE) -C packages/ideutils clean
|
||||
$(MAKE) -C packages/ideconfig clean
|
||||
$(MAKE) -C packages/idepackager clean
|
||||
$(MAKE) -C packages/ideproject clean
|
||||
$(MAKE) -C packages/idedebugger clean
|
||||
${DELTREE} ../units/*
|
||||
|
||||
|
||||
@ -38,6 +38,9 @@ uses
|
||||
LazLoggerBase,
|
||||
CodeTree, PascalParserTool, CodeCache, CodeToolManager,
|
||||
LazIDEIntf, SrcEditorIntf, IDEDialogs,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IDE
|
||||
IdeIntfStrConsts, LazarusIDEStrConsts;
|
||||
|
||||
type
|
||||
|
||||
@ -50,15 +50,19 @@ uses
|
||||
IDEExternToolIntf, CompOptsIntf, MacroDefIntf,
|
||||
// IDEIntf
|
||||
IDEDialogs, LazIDEIntf, IDEMsgIntf, SrcEditorIntf, InputHistory,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
LazConf, EnvironmentOpts, ModeMatrixOpts, TransferMacros, IdeConfStrConsts,
|
||||
IDEProcs, etMakeMsgParser, etFPCMsgFilePool, ParsedCompilerOpts, CompilerOptions,
|
||||
EditDefineTree,
|
||||
// IdePackager
|
||||
IdePackagerStrConsts,
|
||||
// IDE
|
||||
LazarusIDEStrConsts, DialogProcs, ProjectResources,
|
||||
MiscOptions, ExtTools, etFPCMsgParser, etPas2jsMsgParser, Compiler,
|
||||
FPCSrcScan, PackageDefs, PackageSystem, Project, ProjectIcon, BaseBuildManager,
|
||||
ApplicationBundle, RunParamsOpts, IdeTransferMacros, SearchPathProcs;
|
||||
ApplicationBundle, RunParamsOpts, IdeTransferMacros, SearchPathProcs, RunParamOptions;
|
||||
|
||||
const
|
||||
cInvalidCompiler = 'InvalidCompiler';
|
||||
|
||||
@ -39,6 +39,8 @@ uses
|
||||
// IdeIntf
|
||||
IDEDialogs, CompOptsIntf, IDEOptionsIntf, LazIDEIntf, IDEImagesIntf,
|
||||
IDEWindowIntf,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
EnvironmentOpts, TransferMacros, SearchPathProcs, ParsedCompilerOpts, CompilerOptions,
|
||||
// IDE
|
||||
|
||||
@ -37,6 +37,8 @@ uses
|
||||
FileProcs, CodeToolManager, DirectoryCacher,
|
||||
// IDEIntf
|
||||
IdeIntfStrConsts, IDEDialogs, IDEImagesIntf, PackageIntf, InputHistory,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
EnvironmentOpts, RecentListProcs,
|
||||
// IDE
|
||||
|
||||
@ -35,6 +35,8 @@ uses
|
||||
Forms, Controls, Dialogs, StdCtrls, ButtonPanel,
|
||||
BasicCodeTools, DefineTemplates,
|
||||
CompOptsIntf,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
IDEDialogs, InputHistory, IdeIntfStrConsts,
|
||||
TransferMacros,
|
||||
Project, LazarusIDEStrConsts;
|
||||
|
||||
@ -37,6 +37,8 @@ uses
|
||||
FileUtil, LazFileUtils, Laz2_XMLCfg, LazStringUtils, LazLoggerBase,
|
||||
// IdeIntf
|
||||
IdeIntfStrConsts, IDEWindowIntf, IDEHelpIntf, IDEDialogs, InputHistory,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
RecentListProcs, LazConf, EnvironmentOpts, TransferMacros,
|
||||
// IDE
|
||||
|
||||
@ -50,6 +50,10 @@ uses
|
||||
PascalParserTool,
|
||||
// IDEIntf
|
||||
LazIDEIntf, IDECommands, MenuIntf, SrcEditorIntf, IDEDialogs, IDEImagesIntf,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdePackager
|
||||
IdePackagerStrConsts,
|
||||
// IDE
|
||||
LazarusIDEStrConsts, IDEOptionDefs, CodeExplOpts;
|
||||
|
||||
|
||||
@ -55,6 +55,8 @@ uses
|
||||
// IDEIntf
|
||||
IDECommands, IDEMsgIntf, MacroIntf, PackageIntf, LazHelpIntf, ProjectIntf,
|
||||
IDEDialogs, IDEHelpIntf, LazIDEIntf, IDEExternToolIntf,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
EnvironmentOpts, TransferMacros, IDEProcs,
|
||||
// IDE
|
||||
|
||||
@ -42,6 +42,8 @@ uses
|
||||
SynEdit, SynHighlighterPas, SynEditAutoComplete, SynEditTypes,
|
||||
// codetools
|
||||
CodeToolManager, CodeCache, KeywordFuncLists, BasicCodeTools, PascalParserTool,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IDEIntf
|
||||
SrcEditorIntf, MenuIntf, IDEWindowIntf, LazIDEIntf, IDEHelpIntf, IDEDialogs,
|
||||
// IDE
|
||||
|
||||
@ -53,6 +53,10 @@ uses
|
||||
// IDEIntf
|
||||
PropEdits, PropEditUtils, ObjectInspector, FormEditingIntf,
|
||||
UnitResources, IDEOptEditorIntf, IDEDialogs, ComponentEditors,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeProject
|
||||
IdeProjectStrConsts,
|
||||
// IDE
|
||||
LazarusIDEStrConsts, EditorOptions, EnvGuiOptions, Project, MainIntf, PackageDefs,
|
||||
// Designer
|
||||
|
||||
@ -76,7 +76,7 @@ uses
|
||||
// IDE
|
||||
SourceEditor, ProjectDefs, Project, ProjectDebugLink,
|
||||
LazarusIDEStrConsts, MainBar, MainIntf, MainBase, BaseBuildManager, SourceMarks,
|
||||
DebugEventsForm, EnvGuiOptions, RunParamsOpts;
|
||||
DebugEventsForm, EnvGuiOptions, RunParamsOpts, RunParamOptions;
|
||||
|
||||
type
|
||||
|
||||
|
||||
@ -43,6 +43,8 @@ uses
|
||||
CodeToolsStructs, CodeCache, CodeToolManager, PascalParserTool, CodeTree,
|
||||
// IdeIntf
|
||||
IdeIntfStrConsts, SrcEditorIntf, LazIDEIntf, PropEdits, IDEDialogs,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IDE
|
||||
CustomFormEditor, JitForms, Project, LazarusIDEStrConsts, EditorOptions;
|
||||
|
||||
|
||||
@ -44,6 +44,8 @@ uses
|
||||
ProjectIntf, PackageIntf, CompOptsIntf, IDEExternToolIntf,
|
||||
// IDEIntf
|
||||
IDEImagesIntf, MenuIntf, IDECommands, IDEDialogs, LazIDEIntf, IdeIntfStrConsts,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
EnvironmentOpts, IDEOptionDefs, CompilerOptions,
|
||||
// IDE
|
||||
|
||||
@ -41,6 +41,8 @@ uses
|
||||
AvgLvlTree,
|
||||
// BuildIntf
|
||||
IDEExternToolIntf, BaseIDEIntf, MacroIntf, LazMsgWorker,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
TransferMacros,
|
||||
// IDE
|
||||
|
||||
@ -27,6 +27,8 @@ uses
|
||||
// IdeIntf
|
||||
MacroIntf, IDEWindowIntf, SrcEditorIntf, IDEHelpIntf, IDEDialogs,
|
||||
IdeIntfStrConsts, ProjectGroupIntf, InputHistory,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
EnvironmentOpts, SearchPathProcs,
|
||||
// IDE
|
||||
|
||||
@ -44,6 +44,8 @@ uses
|
||||
// IDEIntf
|
||||
IDEWindowIntf, LazIDEIntf, Menus,
|
||||
SrcEditorIntf, IDEDialogs, LazFileUtils, IDEImagesIntf,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IDE
|
||||
IDEOptionDefs, EnvironmentOpts, LazarusIDEStrConsts,
|
||||
FPDocSelectInherited, FPDocSelectLink, CodeHelp;
|
||||
|
||||
@ -134,7 +134,10 @@ begin
|
||||
P.Dependencies.Add('synedit');
|
||||
P.Dependencies.Add('debuggerintf');
|
||||
P.Dependencies.Add('lazdebuggergdbmi');
|
||||
P.Dependencies.Add('ideutilspkg');
|
||||
P.Dependencies.Add('ideconfig');
|
||||
P.Dependencies.Add('idepackager');
|
||||
P.Dependencies.Add('ideproject');
|
||||
P.Dependencies.Add('idedebugger');
|
||||
|
||||
P.Options.Add('-MObjFPC');
|
||||
|
||||
@ -36,6 +36,8 @@ uses
|
||||
IDEOptionsIntf, CompOptsIntf, MacroIntf,
|
||||
// IdeIntf
|
||||
IDEOptEditorIntf, IDEImagesIntf, IDEDialogs,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
ParsedCompilerOpts, CompilerOptions,
|
||||
// IDE
|
||||
|
||||
@ -12,6 +12,8 @@ uses
|
||||
LazFileUtils, LazFileCache, LazLoggerBase,
|
||||
// IdeIntf
|
||||
IDEOptionsIntf, IDEOptEditorIntf, MacroIntf, CompOptsIntf, IDEImagesIntf, IDEDialogs,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
SearchPathProcs, ParsedCompilerOpts, CompilerOptions,
|
||||
// IDE
|
||||
|
||||
@ -39,6 +39,8 @@ uses
|
||||
IdeIntfStrConsts, IDEOptEditorIntf, IDEImagesIntf,
|
||||
// IdeConfig
|
||||
EnvironmentOpts, IDEOptionDefs,
|
||||
// IdePackager
|
||||
IdePackagerStrConsts,
|
||||
// IDE
|
||||
LazarusIDEStrConsts, MainBase, PackageDefs, ComponentPalette, EnvGuiOptions;
|
||||
|
||||
|
||||
@ -40,6 +40,8 @@ uses
|
||||
IDEOptionsIntf,
|
||||
// IdeIntf
|
||||
IDEOptEditorIntf, IDEDialogs, IDEUtils, InputHistory,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
EnvironmentOpts, LazConf,
|
||||
// IDE
|
||||
|
||||
@ -14,8 +14,12 @@ uses
|
||||
DividerBevel,
|
||||
// IdeIntf
|
||||
IDEOptionsIntf, IDEOptEditorIntf, LazIDEIntf, IDEImagesIntf, IDEDialogs,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
CompilerOptions,
|
||||
// IdeProject
|
||||
IdeProjectStrConsts,
|
||||
// IDE
|
||||
LazarusIDEStrConsts, Project, ProjectIcon, ApplicationBundle, W32Manifest;
|
||||
|
||||
|
||||
@ -37,6 +37,8 @@ uses
|
||||
LazFileUtils, LazConfigStorage, LazLoggerBase,
|
||||
// IdeIntf
|
||||
IDEDialogs,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IDE
|
||||
EnvironmentOpts, IDEOptionDefs, LazarusIDEStrConsts;
|
||||
|
||||
|
||||
@ -37,6 +37,16 @@
|
||||
<FormatVersion Value="2"/>
|
||||
</RunParams>
|
||||
<RequiredPackages>
|
||||
<Item>
|
||||
<PackageName Value="IdePackager"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<PackageName Value="IdeUtilsPkg"/>
|
||||
<MaxVersion Major="1"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<PackageName Value="IdeProject"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<PackageName Value="LazControlDsgn"/>
|
||||
</Item>
|
||||
@ -253,24 +263,6 @@
|
||||
<ComponentName Value="DebuggerSignalsOptions"/>
|
||||
<ResourceBaseClass Value="Frame"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="projectresources.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="ProjectResources"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="w32manifest.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="projecticon.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="ProjectIcon"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="w32versioninfo.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="sourceeditor.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -349,11 +341,6 @@
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="CodeBrowser"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="project.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="Project"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="customformeditor.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -868,20 +855,11 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
<HasResources Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="dialogprocs.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="DialogProcs"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="abstractsmethodsdlg.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<HasResources Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="projectuserresources.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="ProjectUserResources"/>
|
||||
<UnitName Value="AbstractsMethodsDlg"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="buildfiledlg.pas"/>
|
||||
@ -941,6 +919,7 @@
|
||||
<Filename Value="unusedunitsdlg.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<HasResources Value="True"/>
|
||||
<UnitName Value="UnusedUnitsDlg"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="fpdocselectlink.pas"/>
|
||||
@ -1004,6 +983,7 @@
|
||||
<Filename Value="emptymethodsdlg.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<HasResources Value="True"/>
|
||||
<UnitName Value="EmptyMethodsDlg"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="newdialog.pas"/>
|
||||
@ -1103,6 +1083,7 @@
|
||||
<Filename Value="codeexplorer.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<HasResources Value="True"/>
|
||||
<UnitName Value="CodeExplorer"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="projectwizarddlg.pas"/>
|
||||
@ -1112,11 +1093,6 @@
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="ProjectWizardDlg"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="projectdefs.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="ProjectDefs"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="codemacroprompt.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -1263,6 +1239,7 @@
|
||||
<Unit>
|
||||
<Filename Value="idewindowhelp.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="IDEWindowHelp"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="showcompileropts.pas"/>
|
||||
@ -1300,11 +1277,6 @@
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="RunParamsOpts"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="idetranslations.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="IDETranslations"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="useunitdlg.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -1458,11 +1430,6 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="IdeTransferMacros"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="../packager/pkgsysbasepkgs.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="PkgSysBasePkgs"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="envguioptions.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
|
||||
@ -84,7 +84,6 @@ resourcestring
|
||||
lisPath = 'Path';
|
||||
lisId = 'ID';
|
||||
lisPage = 'Page';
|
||||
lisUnit = 'Unit';
|
||||
lisPackage = 'Package';
|
||||
lisCompile = 'Compile';
|
||||
lisCompileStage = 'Compile';
|
||||
@ -247,17 +246,6 @@ resourcestring
|
||||
lisStartWithANewProject = 'Start with a new project';
|
||||
lisConfigDirectory = 'Lazarus config directory';
|
||||
|
||||
lisPkgMacroPackageDirectoryParameterIsPackageID = 'Package directory. '
|
||||
+'Parameter is package ID, e.g. "Name" or "Name 1.0"';
|
||||
lisPkgMacroPackageSourceSearchPathParameterIsPackageID = 'Package source '
|
||||
+'search path. Parameter is package ID, e.g. "Name" or "Name 1.0"';
|
||||
lisPkgMacroPackageUnitSearchPathParameterIsPackageID = 'Package unit search '
|
||||
+'path. Parameter is package ID, e.g. "Name" or "Name 1.0"';
|
||||
lisPkgMacroPackageIncludeFilesSearchPathParameterIsPackageID = 'Package '
|
||||
+'include files search path. Parameter is package ID, e.g. "Name" or "Name 1.0"';
|
||||
lisPkgMacroPackageNameParameterIsPackageID = 'Package name. Parameter is package ID, e.g. "Name" or "Name 1.0"';
|
||||
lisPkgMacroPackageOutputDirectoryParameterIsPackageID = 'Package output directory. Parameter is package ID, e.g. "Name" or "Name 1.0"';
|
||||
|
||||
// main bar menu
|
||||
lisMenuFile = '&File';
|
||||
lisMenuEdit = '&Edit';
|
||||
@ -600,7 +588,6 @@ resourcestring
|
||||
lisLFMFileCorrupt = 'LFM file corrupt';
|
||||
lisUnableToFindAValidClassnameIn = 'Unable to find a valid classname in "%s"';
|
||||
lisUnableToConvertFileError = 'Unable to convert file "%s"%sError: %s';
|
||||
lisUnableToWriteFileError = 'Unable to write file "%s"%sError: %s';
|
||||
lisMissingUnitsComment = 'Comment Out';
|
||||
lisMissingUnitsForDelphi = 'For Delphi only';
|
||||
lisMissingUnitsSearch = 'Search Unit Path';
|
||||
@ -732,10 +719,6 @@ resourcestring
|
||||
+'%sRename it to lowercase?';
|
||||
lisRenameToLowercase = 'Rename to lowercase';
|
||||
lisKeepName = 'Keep name';
|
||||
lisOverwriteFile = 'Overwrite file?';
|
||||
lisAFileAlreadyExistsReplaceIt = 'A file "%s" already exists.'
|
||||
+'%sReplace it?';
|
||||
lisOverwriteFileOnDisk = 'Overwrite file on disk';
|
||||
lisAmbiguousFilesFound = 'Ambiguous files found';
|
||||
lisThereAreOtherFilesInTheDirectoryWithTheSameName = 'There are other files in '
|
||||
+'the directory with the same name,'
|
||||
@ -743,7 +726,6 @@ resourcestring
|
||||
+'%s%s'
|
||||
+'%sDelete them?';
|
||||
lisDeleteOldFile = 'Delete old file "%s"?';
|
||||
lisDeletingOfFileFailed = 'Deleting of file "%s" failed.';
|
||||
lisStreamingError = 'Streaming error';
|
||||
lisUnableToStreamT = 'Unable to stream %s:T%s.';
|
||||
lisPathToInstance = 'Path to failed Instance:';
|
||||
@ -763,7 +745,6 @@ resourcestring
|
||||
+'%sAbort will stop the loading.';
|
||||
lisSkipFileAndContinueLoading = 'Skip file and continue loading';
|
||||
lisAbortLoadingProject = 'Abort loading project';
|
||||
lisFileNotFound2 = 'File "%s" not found.';
|
||||
lisFileNotFoundDoYouWantToCreateIt = 'File "%s" not found.%sDo you want to create it?';
|
||||
lisProjectInfoFileDetected = 'Project info file detected';
|
||||
lisTheFileSeemsToBeTheProgramFileOfAnExistingLazarusP = 'The file %s seems '
|
||||
@ -805,15 +786,7 @@ resourcestring
|
||||
lisOpenThePackage = 'Open the package %s?';
|
||||
lisRevertFailed = 'Revert failed';
|
||||
lisFileIsVirtual = 'File "%s" is virtual.';
|
||||
lisFileNotText = 'File not text';
|
||||
lisUnableToRenameFile = 'Unable to rename file';
|
||||
lisUnableToCopyFile = 'Unable to copy file';
|
||||
lisWriteError = 'Write Error';
|
||||
lisByte = '%s byte';
|
||||
lisFileDoesNotLookLikeATextFileOpenItAnyway = 'File "%s"'
|
||||
+'%sdoes not look like a text file.'
|
||||
+'%sOpen it anyway?';
|
||||
lisSourceAndDestinationAreTheSame = 'Source and Destination are the same:%s%s';
|
||||
lisUnableToAddToProjectBecauseThereIsAlreadyAUnitWith = 'Unable to add %s '
|
||||
+'to project because there is already a unit with the same name in the Project.';
|
||||
lisAddToProject = 'Add %s to project?';
|
||||
@ -844,9 +817,7 @@ resourcestring
|
||||
lisTheProjectHasNoCompileCommandSeePr = 'The project '
|
||||
+'has no compile command.%sSee Project -> Project Options'
|
||||
+' -> Compiler Options -> Compiler Commands';
|
||||
lisExecutingCommandBefore = 'Executing command before';
|
||||
lisProject2 = 'Project: ';
|
||||
lisExecutingCommandAfter = 'Executing command after';
|
||||
lisNoProgramFileSFound = 'No program file "%s" found.';
|
||||
lisNotNow = 'Not now';
|
||||
lisYouCanNotBuildLazarusWhileDebuggingOrCompiling = 'You cannot build '
|
||||
@ -857,25 +828,13 @@ resourcestring
|
||||
lisCleanUpLazbuild = 'Clean up + lazbuild';
|
||||
lisLazbuild = 'lazbuild';
|
||||
lisCompileNormally = 'Compile normally';
|
||||
lisReadError = 'Read Error';
|
||||
lisUnableToReadFile = 'Unable to read file';
|
||||
lisUnableToReadFile2 = 'Unable to read file "%s".';
|
||||
lisUnableToReadFileError = 'Unable to read file "%s"%sError: %s';
|
||||
lisUnableToReadTheProjectInfoFile = 'Unable to read the project info file%s"%s".';
|
||||
lisUnableToReadLpi = 'Unable to read lpi';
|
||||
lisStrangeLpiFile = 'Strange lpi file';
|
||||
lisTheFileDoesNotLookLikeALpiFile = 'The file %s does not look like a lpi file.';
|
||||
lisAmbiguousUnitFound = 'Ambiguous unit found';
|
||||
lisTheUnitExistsTwiceInTheUnitPathOfThe = 'The unit %s exists twice in the '
|
||||
+'unit path of the %s:';
|
||||
lisHintCheckIfTwoPackagesContainAUnitWithTheSameName = 'Hint: Check if two '
|
||||
+'packages contain a unit with the same name.';
|
||||
lisIgnoreAll = 'Ignore all';
|
||||
lisDeleteFileFailed = 'Delete file failed';
|
||||
lisUnableToRemoveOldBackupFile = 'Unable to remove old backup file "%s"!';
|
||||
lisRenameFileFailed = 'Rename file failed';
|
||||
lisUnableToRenameFileTo = 'Unable to rename file "%s" to "%s"!';
|
||||
lisUnableToRenameFileTo2= 'Unable to rename file "%s"%sto "%s".';
|
||||
lisBackupFileFailed = 'Backup file failed';
|
||||
lisUnableToBackupFileTo = 'Unable to backup file "%s" to "%s"!';
|
||||
lisFileNotLowercase = 'File not lowercase';
|
||||
@ -1525,7 +1484,6 @@ resourcestring
|
||||
dlgEnvBackupHelpNote = 'Notes: Project files are all files in the project directory';
|
||||
lisEnvOptDlgInvalidDebuggerFilename = 'Invalid debugger filename';
|
||||
lisEnvOptDlgInvalidDebuggerFilenameMsg = 'The debugger file "%s" is not an executable.';
|
||||
lisEnvOptDlgDirectoryNotFound = 'Directory not found';
|
||||
lisDirectoryNotFound = 'Directory "%s" not found.';
|
||||
lisRemoveFromSearchPath = 'Remove from search path';
|
||||
lisEnvOptDlgTestDirNotFoundMsg = 'Test directory "%s" not found.';
|
||||
@ -2306,7 +2264,6 @@ resourcestring
|
||||
locwndSrcEditor = 'Source Editor';
|
||||
|
||||
// compiler options
|
||||
dlgCompilerOptions = 'Compiler Options';
|
||||
dlgCOSetAsDefault = 'Set compiler options as default';
|
||||
lisWhenEnabledTheCurrentOptionsAreSavedToTheTemplateW = 'When enabled the current '
|
||||
+'options are saved to the template which is used when creating new projects';
|
||||
@ -2516,7 +2473,6 @@ resourcestring
|
||||
+'This typically means your %s has wrong unit paths. Or your installation is broken.';
|
||||
dlgCCOTestRTLUnits = 'Test: Checking RTL units ...';
|
||||
dlgCCOTestCompilerDate = 'Test: Checking compiler date ...';
|
||||
lisCCOErrorCaption = 'Error';
|
||||
lisThereIsNoFreePascalCompilerEGFpcOrPpcCpuConfigured = 'There is no Free '
|
||||
+'Pascal Compiler (e. g. fpc%0:s or ppc<cpu>%0:s) configured in the project '
|
||||
+'options. CodeTools will not work properly.%1:s%1:sError message:%1:s%2:s';
|
||||
@ -2617,7 +2573,6 @@ resourcestring
|
||||
dlgCompilerMessage = 'Compiler messages';
|
||||
|
||||
// project options dialog
|
||||
dlgProjectOptions = 'Project Options';
|
||||
dlgProjectOptionsFor = 'Options for Project: %s';
|
||||
dlgPOApplication = 'Application';
|
||||
dlgPOFroms = 'Forms';
|
||||
@ -3519,34 +3474,6 @@ resourcestring
|
||||
lisKeyCatObjInspector = 'Object Inspector commands';
|
||||
lisKeyCatCustom = 'Custom commands';
|
||||
|
||||
// Languages
|
||||
rsLanguageAutomatic = 'Automatic (or English)';
|
||||
rsLanguageEnglish = 'English';
|
||||
rsLanguageGerman = 'German';
|
||||
rsLanguageSpanish = 'Spanish';
|
||||
rsLanguageFrench = 'French';
|
||||
rsLanguageRussian = 'Russian';
|
||||
rsLanguagePolish = 'Polish';
|
||||
rsLanguageItalian = 'Italian';
|
||||
rsLanguageCatalan = 'Catalan';
|
||||
rsLanguageFinnish = 'Finnish';
|
||||
rsLanguageHebrew = 'Hebrew';
|
||||
rsLanguageArabic = 'Arabic';
|
||||
rsLanguagePortugueseBr = 'Brazilian Portuguese';
|
||||
rsLanguagePortuguese = 'Portuguese';
|
||||
rsLanguageUkrainian = 'Ukrainian';
|
||||
rsLanguageDutch = 'Dutch';
|
||||
rsLanguageJapanese = 'Japanese';
|
||||
rsLanguageChinese = 'Chinese';
|
||||
rsLanguageIndonesian = 'Indonesian';
|
||||
rsLanguageAfrikaans = 'Afrikaans';
|
||||
rsLanguageLithuanian = 'Lithuanian';
|
||||
rsLanguageSlovak = 'Slovak';
|
||||
rsLanguageTurkish = 'Turkish';
|
||||
rsLanguageCzech = 'Czech';
|
||||
rsLanguageHungarian = 'Hungarian';
|
||||
rsLanguageCorsican = 'Corsican';
|
||||
|
||||
// Unit dependencies
|
||||
dlgUnitDepRefresh = 'Refresh';
|
||||
|
||||
@ -3664,21 +3591,15 @@ resourcestring
|
||||
lisCodeToolsOptsCaret = 'Caret (^)';
|
||||
|
||||
// codetools defines
|
||||
lisCodeToolsDefsWriteError = 'Write error';
|
||||
lisErrorWritingFile = 'Error writing file "%s"';
|
||||
lisFPDocErrorWriting = 'Error writing "%s"%s%s';
|
||||
lisFPDocFPDocSyntaxError = 'FPDoc syntax error';
|
||||
lisFPDocThereIsASyntaxErrorInTheFpdocElement = 'There is a syntax error in '
|
||||
+'the fpdoc element "%s":%s%s';
|
||||
lisChooseAnExampleFile = 'Choose an example file';
|
||||
lisUnableToWriteTheProjectInfoFileError = 'Unable to write the project info '
|
||||
+'file%s"%s".%sError: %s';
|
||||
lisUnableToWriteTheProjectSessionFileError = 'Unable to write the project session '
|
||||
+'file%s"%s".%sError: %s';
|
||||
lisStopDebugging2 = 'Stop debugging?';
|
||||
lisStopCurrentDebuggingAndRebuildProject = 'Stop current debugging and rebuild project?';
|
||||
lisErrorWritingPackageListToFile = 'Error writing package list to file%s%s%s%s';
|
||||
lisCodeToolsDefsReadError = 'Read error';
|
||||
lisUnableToRead = 'Unable to read %s';
|
||||
lisErrorReadingPackageListFromFile = 'Error reading package list from file%s%s%s%s';
|
||||
lisDuplicate = 'Duplicate';
|
||||
@ -3911,14 +3832,6 @@ resourcestring
|
||||
lisDiffDlgOpenDiffInEditor = 'Open difference in editor';
|
||||
|
||||
// packages
|
||||
lisPkgFileTypeVirtualUnit = 'Virtual Unit';
|
||||
lisPkgFileTypeMainUnit = 'Main Unit';
|
||||
lisPkgFileTypeLFM = 'LFM - Lazarus form text';
|
||||
lisPkgFileTypeLRS = 'LRS - Lazarus resource';
|
||||
lisPkgFileTypeInclude = 'Include file';
|
||||
lisPkgFileTypeIssues = 'Issues xml file';
|
||||
lisPkgFileTypeText = 'Text';
|
||||
lisPkgFileTypeBinary = 'Binary';
|
||||
lisCreateNewPackage = '(Create new package)';
|
||||
lisCreateNewPackageComponent = 'Create new package component';
|
||||
lisMenuNewComponent = 'New Component';
|
||||
@ -4061,17 +3974,7 @@ resourcestring
|
||||
+'standard package.%sA package is a collection of units and components.';
|
||||
|
||||
// file checks
|
||||
lisUnableToCreateFile = 'Unable to create file';
|
||||
lisUnableToCreateFile2 = 'Unable to create file "%s"';
|
||||
lisUnableToCreateFile3 = 'Unable to create file%s"%s"';
|
||||
lisUnableToCopyFileTo = 'Unable to copy file "%s"%sto "%s"';
|
||||
lisCanNotCreateFile = 'Cannot create file "%s"';
|
||||
lisExtendUnitPath = 'Extend unit path?';
|
||||
lisUnableToWrite2 = 'Unable to write "%s"';
|
||||
lisUnableToWriteFile = 'Unable to write file';
|
||||
lisUnableToWriteFile2 = 'Unable to write file "%s".';
|
||||
lisUnableToWriteToFile2 = 'Unable to write to file "%s".';
|
||||
lisFileIsNotWritable = 'File is not writable';
|
||||
lisErrorDeletingFile = 'Error deleting file';
|
||||
lisInvalidMask = 'Invalid Mask';
|
||||
lisTheFileMaskIsNotAValidRegularExpression = 'The file mask "%s" is not a '
|
||||
@ -4324,13 +4227,6 @@ resourcestring
|
||||
lisPkgMangReplaceExistingFile = 'Replace existing file "%s"?';
|
||||
lisPkgMangDeleteOldPackageFile = 'Delete Old Package File?';
|
||||
lisPkgMangDeleteOldPackageFile2 = 'Delete old package file "%s"?';
|
||||
lisPkgMangDeleteFailed = 'Delete failed';
|
||||
lisTheFileWasFoundInOneOfTheSourceDirectoriesOfThePac = 'The file "%s"'
|
||||
+'%swas found in one of the source directories of the package %s and looks '
|
||||
+'like a compiled unit. Compiled units must be in the output directory of '
|
||||
+'the package, otherwise other packages can get problems using this package.'
|
||||
+'%sDelete ambiguous file?';
|
||||
lisPkgMangUnableToDeleteFile = 'Unable to delete file "%s".';
|
||||
lisSkipErrors = 'Skip errors';
|
||||
lisDeleteAllTheseFiles = 'Delete all these files?';
|
||||
lisCheckUncheckAll = 'Check/uncheck all';
|
||||
@ -4366,32 +4262,6 @@ resourcestring
|
||||
lisPkgMangThereIsAFPCUnitWithTheSameNameAsAPackage = 'There is a FPC unit '
|
||||
+'with the same name as a package:'
|
||||
+'%s"%s"';
|
||||
lisPkgMangErrorWritingFile = 'Error writing file';
|
||||
lisProjMangUnableToWriteStateFileForProjectError = 'Unable to write state '
|
||||
+'file for project %s%sError: %s';
|
||||
lisPkgMangUnableToWriteStateFileOfPackageError = 'Unable to write state '
|
||||
+'file "%s"%sof package %s.%sError: %s';
|
||||
lisPkgMangErrorReadingFile = 'Error reading file';
|
||||
lisProjMangUnableToReadStateFileOfProjectError = 'Unable to read state '
|
||||
+'file %s of project %s%sError: %s';
|
||||
lisPkgMangUnableToReadStateFileOfPackageError = 'Unable to read state file '
|
||||
+'"%s"%sof package %s.%sError: %s';
|
||||
lisPkgMangUnableToCreateDirectory = 'Unable to create directory';
|
||||
lisPassingCompilerOptionTwiceWithDifferentValues = 'passing compiler option '
|
||||
+'-%s twice with different values';
|
||||
lisPassingCompilerDefineTwiceWithDifferentValues = 'passing compiler define '
|
||||
+'"%s" twice with different values';
|
||||
lisUnableToCreateDirectory = 'Unable to create directory "%s".';
|
||||
lisPkgMangUnableToCreateOutputDirectoryForPackage = 'Unable to create '
|
||||
+'output directory "%s"%sfor package %s.';
|
||||
lisPkgMangUnableToDeleteFilename = 'Unable to delete file';
|
||||
lisPkgMangUnableToDeleteOldStateFileForPackage = 'Unable to delete old '
|
||||
+'state file "%s"%sfor package %s.';
|
||||
lisPkgMangUnableToCreatePackageSourceDirectoryForPackage = 'Unable to '
|
||||
+'create package source directory "%s"%sfor package %s.';
|
||||
lisPkgMangUnableToLoadPackage = 'Unable to load package';
|
||||
lisPkgMangUnableToOpenThePackage = 'Unable to open the package "%s".'
|
||||
+'%sThis package was marked for installation.';
|
||||
lisOpenPackage2 = 'Open package %s';
|
||||
lisPkgMangThePackageNameOfTheFileIsInvalid = 'The package name "%s" of'
|
||||
+'%sthe file "%s" is invalid.';
|
||||
@ -4447,7 +4317,6 @@ resourcestring
|
||||
lisOutputDirectoryOfContainsPascalUnitSource = 'output directory of %s '
|
||||
+'contains Pascal unit source "%s"';
|
||||
lisInsertAssignment = 'Insert Assignment %s := ...';
|
||||
lisPkgMangpackageMainSourceFile = 'package main source file';
|
||||
lisErrorLoadingFile = 'Error loading file';
|
||||
lisErrorLoadingFile2 = 'Error loading file "%s":';
|
||||
lisLoadingFailed = 'Loading %s failed.';
|
||||
@ -4501,52 +4370,10 @@ resourcestring
|
||||
lisERRORInvalidBuildMode = 'Error: invalid build mode "%s"';
|
||||
lisAvailableProjectBuildModes = 'Available project build modes';
|
||||
lisThisProjectHasOnlyTheDefaultBuildMode = 'This project has only the default build mode.';
|
||||
lisPkgMangstaticPackagesConfigFile = 'static packages config file';
|
||||
lisPkgMangUnableToCreateTargetDirectoryForLazarus = 'Unable to create '
|
||||
+'target directory for Lazarus:'
|
||||
+'%s"%s".'
|
||||
+'%sThis directory is needed for the new changed Lazarus IDE with your custom packages.';
|
||||
lisPkgMangCompilePackage = 'Compile package %s';
|
||||
lisIDEInfoCreatingMakefileForPackage = 'Creating Makefile for package %s';
|
||||
|
||||
// package system
|
||||
lisPkgSysInvalidUnitname = 'Invalid Unitname: %s';
|
||||
lisPkgSysUnitWasNotFoundInTheLpkFileProbablyThisLpkFileWasN =
|
||||
'Unit "%s" was not found in the lpk file.'
|
||||
+'%sProbably this lpk file was not used for building this IDE. '
|
||||
+'Or the package misuses the procedure RegisterUnit.';
|
||||
lisPkgSysUnitWasRemovedFromPackageLpk = 'Unit "%s" was removed from package (lpk)';
|
||||
lisPkgSysCanNotRegisterComponentsWithoutUnit = 'Cannot register components without unit';
|
||||
lisPkgSysInvalidComponentClass = 'Invalid component class';
|
||||
lisPkgSysComponentClassAlreadyDefined = 'Component Class "%s" already defined';
|
||||
lisPkgSysRegisterUnitWasCalledButNoPackageIsRegistering = 'RegisterUnit was '
|
||||
+'called but no package is registering.';
|
||||
lisPkgSysUnitName = '%s%sUnit Name: "%s"';
|
||||
lisPkgSysFileName = '%s%sFile Name: "%s"';
|
||||
lisPkgSysLPKFilename = '%s%slpk file: "%s"';
|
||||
lisPkgSysTheLpkFileWasNotFound = '%s%sThe lpk file was not found.';
|
||||
lisPkgSysPackageRegistrationError = 'Package registration error';
|
||||
lisPkgSysThisIsTheDefaultPackageUsedOnlyForComponents = 'This is the '
|
||||
+'default package. Used only for components without a package. These '
|
||||
+'components are outdated.';
|
||||
lisUpdatingPoFilesFailedForPackage = 'Updating PO files failed for package %s';
|
||||
lisPkgSysRegisterProcedureIsNil = 'Register procedure is nil';
|
||||
lisPkgSysThisPackageIsInstalledButTheLpkFileWasNotFound = 'This package is installed '
|
||||
+'but the lpk file was not found. All its components are deactivated. Please fix this.';
|
||||
lisPkgSysPackageFileNotFound = 'Package file not found';
|
||||
lisPkgMangTheFileOfPackageWasNotFound = 'The file "%s" of package %s was not found.';
|
||||
lisPkgSysThePackageIsInstalledButNoValidPackageFileWasFound =
|
||||
'The package "%s" is installed but no valid package file (.lpk) was found.'
|
||||
+'%sA broken dummy package was created.';
|
||||
lisSkipTheseWarnings = 'Skip these warnings';
|
||||
|
||||
// package defs
|
||||
lisPkgDefsOutputDirectory = 'Output directory';
|
||||
lisPkgDefsCompiledSrcPathAddition = 'CompiledSrcPath addition';
|
||||
lisPkgDefsNamespaces = 'Namespaces';
|
||||
lisPkgDefsUnitPath = 'Unit Path';
|
||||
lisProjProjectSourceDirectoryMark = 'Project Source Directory Mark';
|
||||
lisPkgDefsSrcDirMark = 'Package Source Directory Mark';
|
||||
|
||||
// add active file to package dialog
|
||||
lisAF2PInvalidPackage = 'Invalid Package';
|
||||
@ -4745,10 +4572,8 @@ resourcestring
|
||||
lisPckEditPackage = 'Package %s';
|
||||
lisPckEditRemovedFiles = 'Removed Files';
|
||||
lisPckEditRemovedRequiredPackages = 'Removed required packages';
|
||||
lisPckEditDefault = '%s, default: %s';
|
||||
lisPckEditCheckAvailabilityOnline = 'Check availability online';
|
||||
lisPckEditAvailableOnline = '(available online)';
|
||||
lisPckEditFPMakePackage = '(fpmake)';
|
||||
lisPckEditDependencyProperties = 'Dependency Properties';
|
||||
lisFilesHasRegisterProcedureInPackageUsesSection = 'Files: %s, has Register '
|
||||
+'procedure: %s, in package uses section: %s';
|
||||
@ -4763,15 +4588,6 @@ resourcestring
|
||||
lisPETheFileIsCurrentlyNotInTheIncludePathOfThePackageA = 'The file "%s" is '
|
||||
+'currently not in the include path of the package.%sAdd "%s" to the '
|
||||
+'include path?';
|
||||
lisExtendUnitSearchPathOfProjectWith = 'Extend unit search path of project '
|
||||
+'with%s"%s"?';
|
||||
lisExtendUnitSearchPathOfPackageWith = 'Extend unit search path of package "'
|
||||
+'%s" with%s"%s"?';
|
||||
lisExtendIncludePath = 'Extend include path?';
|
||||
lisExtendIncludeFilesSearchPathOfProjectWith = 'Extend include files search '
|
||||
+'path of project with%s"%s"?';
|
||||
lisExtendIncludeFileSearchPathOfPackageWith = 'Extend include file search '
|
||||
+'path of package "%s" with%s"%s"?';
|
||||
lisConflictDetected = 'Conflict detected';
|
||||
lisThereIsAlreadyAFileIn = 'There is already a file%s%s%sin %s';
|
||||
lisDuplicateUnit = 'Duplicate Unit';
|
||||
@ -4839,7 +4655,6 @@ resourcestring
|
||||
lisPckOptsThePackageHasTheAutoInstallFlagThisMeans = 'The package "%s" has the auto install flag.'
|
||||
+'%sThis means it will be installed in the IDE.'
|
||||
+'%sInstallation packages must be designtime Packages.';
|
||||
lisPckOptsPackageOptions = 'Package Options';
|
||||
|
||||
// package explorer (package graph)
|
||||
lisMenuPackageGraph = 'Package Graph';
|
||||
@ -5232,7 +5047,6 @@ resourcestring
|
||||
lisCEModeShowCategories = 'Show Categories';
|
||||
lisCEModeShowSourceNodes = 'Show Source Nodes';
|
||||
lisCESurrounding = 'Surrounding';
|
||||
lisCEIn = '%s in %s';
|
||||
lisCEOUpdate = 'Update';
|
||||
lisCEORefreshAutomatically = 'Refresh automatically';
|
||||
lisCEONeverOnlyManually = 'Never, only manually';
|
||||
@ -5447,21 +5261,6 @@ resourcestring
|
||||
rsCloseAll = 'Close all pages';
|
||||
|
||||
// Application Bundle
|
||||
lisErrorLoadingFrom = 'Error loading %s from%s%s%s%s';
|
||||
lisErrorSavingTo = 'Error saving %s to%s%s%s%s';
|
||||
lisXMLError = 'XML Error';
|
||||
lisXMLParserErrorInFileError = 'XML parser error in file %s%sError: %s';
|
||||
lisUnableToWriteXmlStreamToError = 'Unable to write xml stream to %s%sError: %s';
|
||||
lisFileIsSymlink = 'File is symlink';
|
||||
lisTheFileIsASymlinkOpenInstead = 'The file "%s" is a symlink.'
|
||||
+'%sOpen "%s" instead?';
|
||||
lisOpenTarget = 'Open target';
|
||||
lisOpenSymlink = 'Open symlink';
|
||||
lisWriteErrorFile = 'Write error: %s%sFile: %s%s%s';
|
||||
lisTheCodetoolsFoundAnError = 'The Codetools found an error:%s%s';
|
||||
lisIgnoreAndContinue = 'Ignore and continue';
|
||||
lisNotImplemented = 'Not implemented';
|
||||
lisNotImplementedYet = 'Not implemented yet:%s%s';
|
||||
lisMovePage = 'Move Page';
|
||||
lisFileSettings = 'File Settings';
|
||||
|
||||
@ -5524,7 +5323,6 @@ resourcestring
|
||||
lisDoNotShowThisDialogForThisProject = 'Do not show this dialog for this project';
|
||||
lisObjectPascalDefault = 'Object Pascal - default';
|
||||
lisVerifyMethodCalls = 'Verify method calls';
|
||||
lisUnableToCreateLinkWithTarget = 'Unable to create link "%s" with target "%s"';
|
||||
lisBuildAllFilesOfProjectPackageIDE = 'Build all files of project/package/IDE.';
|
||||
lisApplyBuildFlagsBToDependenciesToo = 'Apply build flags (-B) to dependencies too.';
|
||||
lisDoNotCompileDependencies = 'Do not compile dependencies.';
|
||||
@ -5640,11 +5438,6 @@ resourcestring
|
||||
+'%sThe system.ppu for this target was not found in the FPC binary directories.'
|
||||
+'%sMake sure fpc is installed correctly '
|
||||
+'for this target and the fpc.cfg contains the right directories.';
|
||||
lisCouldNotAddToMainSource = 'Could not add "%s" to main source!';
|
||||
lisCouldNotRemoveRFromMainSource = 'Could not remove "{$R %s}" from main source!';
|
||||
lisCouldNotAddRToMainSource = 'Could not add "{$R %s}" to main source!';
|
||||
lisCouldNotRemoveIFromMainSource = 'Could not remove "{$I %s}" from main source!';
|
||||
lisCouldNotAddIToMainSource = 'Could not add "{$I %s}" to main source!';
|
||||
lisFailedToLoadFoldStat = 'Failed to load fold state';
|
||||
lisUppercaseString = 'uppercase string';
|
||||
lisUppercaseStringGivenAsParameter = 'Uppercase string given as parameter.';
|
||||
@ -5829,8 +5622,6 @@ resourcestring
|
||||
+'identifiers=%s/%s lines=%s bytes=%s';
|
||||
lisScanning2 = '%s. Scanning ...';
|
||||
lisShowGlyphsFor = 'Show Glyphs for';
|
||||
lisDirectoryNotWritable = 'Directory not writable';
|
||||
lisTheDirectoryIsNotWritable = 'The directory "%s" is not writable.';
|
||||
lisBuildingLazarusFailed = 'Building Lazarus failed';
|
||||
lisThisSetOfOptionsToBuildLazarusIsNotSupportedByThis = 'This set of '
|
||||
+'options to build Lazarus is not supported by this installation.%sThe '
|
||||
|
||||
@ -56,19 +56,28 @@
|
||||
<RunParams>
|
||||
<FormatVersion Value="2"/>
|
||||
</RunParams>
|
||||
<RequiredPackages Count="4">
|
||||
<RequiredPackages Count="7">
|
||||
<Item1>
|
||||
<PackageName Value="IDEIntf"/>
|
||||
<PackageName Value="IdeProject"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="IdeConfig"/>
|
||||
<PackageName Value="IdePackager"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<PackageName Value="DebuggerIntf"/>
|
||||
<PackageName Value="IdeUtilsPkg"/>
|
||||
</Item3>
|
||||
<Item4>
|
||||
<PackageName Value="CodeTools"/>
|
||||
<PackageName Value="IDEIntf"/>
|
||||
</Item4>
|
||||
<Item5>
|
||||
<PackageName Value="IdeConfig"/>
|
||||
</Item5>
|
||||
<Item6>
|
||||
<PackageName Value="DebuggerIntf"/>
|
||||
</Item6>
|
||||
<Item7>
|
||||
<PackageName Value="CodeTools"/>
|
||||
</Item7>
|
||||
</RequiredPackages>
|
||||
<Units Count="3">
|
||||
<Unit0>
|
||||
|
||||
@ -41,6 +41,8 @@ uses
|
||||
CompOptsIntf, IDEOptionsIntf, PackageDependencyIntf,
|
||||
// IdeConfig
|
||||
LazConf, IDECmdLine, TransferMacros, EnvironmentOpts, ParsedCompilerOpts, CompilerOptions,
|
||||
// IdePackager
|
||||
IdePackagerStrConsts,
|
||||
// IDE
|
||||
InitialSetupProc, ExtToolsConsole, ApplicationBundle,
|
||||
IDETranslations, LazarusIDEStrConsts, MiscOptions, Project, PackageDefs,
|
||||
|
||||
@ -114,8 +114,14 @@ uses
|
||||
etQuickFixes, etMessageFrame, etMessagesWnd,
|
||||
// converter
|
||||
ChgEncodingDlg, ConvertDelphi, MissingPropertiesDlg, LazXMLForms,
|
||||
// IdeUtils
|
||||
IdeUtilsPkg, IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
IdeConfig, LazConf, EnvironmentOpts, TransferMacros, IDECmdLine, IDEGuiCmdLine, IDEProcs,
|
||||
// IdePackager,
|
||||
IdePackager, IdePackagerStrConsts,
|
||||
// IdeProject,
|
||||
IdeProject, RunParamOptions,
|
||||
// environment option frames
|
||||
editor_general_options, componentpalette_options, formed_options, OI_options,
|
||||
MsgWnd_Options, Files_Options, Desktop_Options, window_options, IdeStartup_Options,
|
||||
|
||||
@ -77,7 +77,7 @@ uses
|
||||
// IDE
|
||||
LazarusIDEStrConsts, EditorOptions, EnvGuiOptions,
|
||||
Project, SourceEditor, SourceSynEditor, FindInFilesDlg,
|
||||
Splash, MainBar, MainIntf, Designer, Debugger, RunParamsOpts, FindInFilesWnd;
|
||||
Splash, MainBar, MainIntf, Designer, Debugger, RunParamsOpts, FindInFilesWnd, RunParamOptions;
|
||||
|
||||
type
|
||||
TResetToolFlag = (
|
||||
|
||||
@ -48,6 +48,8 @@ uses
|
||||
CodeToolManager, CodeToolsStructs, CodeCache,
|
||||
// IdeIntf
|
||||
IdeIntfStrConsts, IDEWindowIntf, IDEHelpIntf, IDEDialogs, InputHistory,
|
||||
// IdeUtils
|
||||
IdeUtilsPkgStrConsts,
|
||||
// IdeConfig
|
||||
RecentListProcs,
|
||||
// IDE
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent i386-iphonesim i386-android i386-aros m68k-linux m68k-netbsd m68k-amiga m68k-atari m68k-palmos m68k-macosclassic m68k-embedded m68k-sinclairql powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macosclassic powerpc-darwin powerpc-morphos powerpc-embedded powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-haiku x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded x86_64-iphonesim x86_64-android x86_64-aros x86_64-dragonfly arm-linux arm-netbsd arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian arm-android arm-aros arm-freertos arm-ios powerpc64-linux powerpc64-darwin powerpc64-embedded powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux mipsel-embedded mipsel-android mips64-linux mips64el-linux jvm-java jvm-android i8086-embedded i8086-msdos i8086-win16 aarch64-linux aarch64-freebsd aarch64-darwin aarch64-win64 aarch64-embedded aarch64-iphonesim aarch64-android aarch64-ios wasm32-embedded wasm32-wasi sparc64-linux riscv32-linux riscv32-embedded riscv32-freertos riscv64-linux riscv64-embedded xtensa-linux xtensa-embedded xtensa-freertos z80-embedded z80-zxspectrum z80-msxdos z80-amstradcpc loongarch64-linux
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent i386-iphonesim i386-android i386-aros m68k-linux m68k-netbsd m68k-amiga m68k-atari m68k-palmos m68k-macosclassic m68k-embedded m68k-sinclairql m68k-human68k powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macosclassic powerpc-darwin powerpc-morphos powerpc-embedded powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-haiku x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded x86_64-iphonesim x86_64-android x86_64-aros x86_64-dragonfly arm-linux arm-netbsd arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian arm-android arm-aros arm-freertos arm-ios powerpc64-linux powerpc64-darwin powerpc64-embedded powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux mipsel-embedded mipsel-android mips64-linux mips64el-linux jvm-java jvm-android i8086-embedded i8086-msdos i8086-win16 aarch64-linux aarch64-freebsd aarch64-darwin aarch64-win64 aarch64-embedded aarch64-iphonesim aarch64-android aarch64-ios wasm32-embedded wasm32-wasi sparc64-linux riscv32-linux riscv32-embedded riscv32-freertos riscv64-linux riscv64-embedded xtensa-linux xtensa-embedded xtensa-freertos z80-embedded z80-zxspectrum z80-msxdos z80-amstradcpc loongarch64-linux
|
||||
BSDs = freebsd netbsd openbsd darwin dragonfly
|
||||
UNIXs = linux $(BSDs) solaris qnx haiku aix
|
||||
LIMIT83fs = go32v2 os2 emx watcom msdos win16 atari
|
||||
LIMIT83fs = go32v2 os2 emx watcom msdos win16 atari human68k
|
||||
OSNeedsComspecToRunBatch = go32v2 watcom
|
||||
FORCE:
|
||||
.PHONY: FORCE
|
||||
@ -480,6 +480,9 @@ endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
|
||||
override TARGET_UNITS+=ideconfig.pas
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-human68k)
|
||||
override TARGET_UNITS+=ideconfig.pas
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-linux)
|
||||
override TARGET_UNITS+=ideconfig.pas
|
||||
endif
|
||||
@ -813,6 +816,9 @@ endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
|
||||
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-human68k)
|
||||
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-linux)
|
||||
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||
endif
|
||||
@ -1054,337 +1060,340 @@ ifeq ($(CPU_OS_TARGET),loongarch64-linux)
|
||||
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-go32v2)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-win32)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-os2)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-freebsd)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-beos)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-haiku)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-netbsd)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-solaris)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-netware)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-openbsd)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-wdosx)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-darwin)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-emx)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-watcom)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-netwlibc)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-wince)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-symbian)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-nativent)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-iphonesim)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-android)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-aros)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-netbsd)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-amiga)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-atari)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-palmos)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-human68k)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-amiga)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-darwin)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-morphos)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-wii)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-aix)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),sparc-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),sparc-netbsd)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),sparc-solaris)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),sparc-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-haiku)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-solaris)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-darwin)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-win64)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-android)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-aros)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-netbsd)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-palmos)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-wince)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-gba)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-nds)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-symbian)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-android)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-aros)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-freertos)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-ios)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc64-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc64-aix)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),avr-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),armeb-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),armeb-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),mips-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),mipsel-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),mipsel-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),mipsel-android)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),mips64-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),mips64el-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),jvm-java)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),jvm-android)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i8086-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i8086-msdos)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i8086-win16)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-darwin)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-win64)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-android)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-ios)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),wasm32-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),wasm32-wasi)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),sparc64-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),riscv32-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),riscv32-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),riscv32-freertos)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),riscv64-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),riscv64-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),xtensa-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),xtensa-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),xtensa-freertos)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),z80-embedded)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),z80-msxdos)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),loongarch64-linux)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-linux)
|
||||
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET)
|
||||
@ -1479,6 +1488,9 @@ endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
|
||||
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-human68k)
|
||||
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-linux)
|
||||
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET)
|
||||
endif
|
||||
@ -1720,337 +1732,340 @@ ifeq ($(CPU_OS_TARGET),loongarch64-linux)
|
||||
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-go32v2)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-win32)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-os2)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-freebsd)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-beos)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-haiku)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-netbsd)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-solaris)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-netware)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-openbsd)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-wdosx)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-darwin)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-emx)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-watcom)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-netwlibc)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-wince)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-symbian)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-nativent)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-iphonesim)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-android)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-aros)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-netbsd)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-amiga)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-atari)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-palmos)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-human68k)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-amiga)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-darwin)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-morphos)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-wii)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-aix)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),sparc-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),sparc-netbsd)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),sparc-solaris)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),sparc-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-haiku)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-solaris)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-darwin)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-win64)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-android)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-aros)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-netbsd)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-palmos)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-wince)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-gba)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-nds)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-symbian)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-android)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-aros)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-freertos)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),arm-ios)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc64-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc64-aix)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),avr-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),armeb-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),armeb-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),mips-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),mipsel-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),mipsel-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),mipsel-android)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),mips64-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),mips64el-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),jvm-java)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),jvm-android)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i8086-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i8086-msdos)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i8086-win16)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-darwin)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-win64)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-android)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),aarch64-ios)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),wasm32-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),wasm32-wasi)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),sparc64-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),riscv32-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),riscv32-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),riscv32-freertos)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),riscv64-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),riscv64-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),xtensa-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),xtensa-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),xtensa-freertos)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),z80-embedded)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),z80-msxdos)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),loongarch64-linux)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),i386-linux)
|
||||
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
@ -2145,6 +2160,9 @@ endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
|
||||
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-human68k)
|
||||
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-linux)
|
||||
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
endif
|
||||
@ -3266,6 +3284,9 @@ endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),m68k-human68k)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),powerpc-linux)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
endif
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Makefile Value="2"/>
|
||||
<Params Value="-Fu.;../../../packager/units/$(CPU_TARGET)-$(OS_TARGET);../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET);../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET);../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET);../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET);../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) -Fiinclude;include/$(OS_TARGET) -MObjFPC -Scghi -O1 -g -gl -l -vewnhibq ideconfig.pas"/>
|
||||
<Params Value="-Fu.;../../../packager/units/$(CPU_TARGET)-$(OS_TARGET);../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET);../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET);../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET);../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET);../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET);../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET);../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET);../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) -Fiinclude;include/$(OS_TARGET) -MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) ideconfig.pas"/>
|
||||
</CONFIG>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile.fpc for IdeConfig 1.0
|
||||
#
|
||||
# This file was generated on 3-9-23
|
||||
# This file was generated on 11/04/2024
|
||||
|
||||
[package]
|
||||
name=ideconfig
|
||||
@ -10,9 +10,9 @@ version=1.0
|
||||
|
||||
[compiler]
|
||||
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
unitdir=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
unitdir=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
includedir=include include/$(OS_TARGET)
|
||||
options=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
options=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
|
||||
[target]
|
||||
units=ideconfig.pas
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
fpmake.pp for IdeConfig 1.0
|
||||
|
||||
This file was generated on 06.04.2024
|
||||
This file was generated on 11/04/2024
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
@ -30,10 +30,11 @@ begin
|
||||
|
||||
P.Author:='Lazarus Team';
|
||||
P.License:='GPLv2';
|
||||
P.Description:='-- This package is part of the IDE --'#10'This package does not guarantee any particular interface/API. Files are maintained for the use by the IDE.'#10''#10'Files in this package are for the main configuration of the IDE.';
|
||||
P.Description:='-- This package is part of the IDE --'#13#10'This package does not guarantee any particular interface/API. Files are maintained for the use by the IDE.'#13#10''#13#10'Files in this package are for the main configuration of the IDE.';
|
||||
|
||||
P.Flags.Add('LazarusDsgnPkg');
|
||||
|
||||
D := P.Dependencies.Add('ideintf');
|
||||
D := P.Dependencies.Add('codetools');
|
||||
D := P.Dependencies.Add('debuggerintf');
|
||||
D := P.Dependencies.Add('buildintf');
|
||||
@ -46,6 +47,8 @@ begin
|
||||
P.Options.Add('-gl');
|
||||
P.Options.Add('-l');
|
||||
P.Options.Add('-vewnhibq');
|
||||
P.Options.Add('-dLCL');
|
||||
P.Options.Add('-dLCL$(LCLWidgetType)');
|
||||
P.IncludePath.Add('include');
|
||||
P.IncludePath.Add('include/$(OS)');
|
||||
P.UnitPath.Add('.');
|
||||
@ -59,6 +62,7 @@ begin
|
||||
t.Dependencies.AddUnit('environmentopts');
|
||||
t.Dependencies.AddUnit('etfpcmsgfilepool');
|
||||
t.Dependencies.AddUnit('etmakemsgparser');
|
||||
t.Dependencies.AddUnit('fppkghelper');
|
||||
t.Dependencies.AddUnit('idecmdline');
|
||||
t.Dependencies.AddUnit('ideconfstrconsts');
|
||||
t.Dependencies.AddUnit('ideguicmdline');
|
||||
@ -73,6 +77,7 @@ begin
|
||||
t.Dependencies.AddUnit('searchpathprocs');
|
||||
t.Dependencies.AddUnit('toolbaroptionsbase');
|
||||
t.Dependencies.AddUnit('transfermacros');
|
||||
t.Dependencies.AddUnit('inputhistory');
|
||||
|
||||
T:=P.Targets.AddUnit('compileroptions.pp');
|
||||
T:=P.Targets.AddUnit('compoptsmodes.pas');
|
||||
@ -83,6 +88,7 @@ begin
|
||||
T:=P.Targets.AddUnit('environmentopts.pp');
|
||||
T:=P.Targets.AddUnit('etfpcmsgfilepool.pas');
|
||||
T:=P.Targets.AddUnit('etmakemsgparser.pas');
|
||||
T:=P.Targets.AddUnit('fppkghelper.pas');
|
||||
T:=P.Targets.AddUnit('idecmdline.pas');
|
||||
T:=P.Targets.AddUnit('ideconfstrconsts.pas');
|
||||
T:=P.Targets.AddUnit('ideguicmdline.pas');
|
||||
@ -97,6 +103,7 @@ begin
|
||||
T:=P.Targets.AddUnit('searchpathprocs.pas');
|
||||
T:=P.Targets.AddUnit('toolbaroptionsbase.pas');
|
||||
T:=P.Targets.AddUnit('transfermacros.pp');
|
||||
T:=P.Targets.AddUnit('inputhistory.pas');
|
||||
|
||||
// copy the compiled file, so the IDE knows how the package was compiled
|
||||
P.Sources.AddSrc('ideconfig.compiled');
|
||||
|
||||
@ -127,12 +127,19 @@ Files in this package are for the main configuration of the IDE."/>
|
||||
<Filename Value="include\linux\lazconf.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="inputhistory.pas"/>
|
||||
<UnitName Value="InputHistory"/>
|
||||
</Item>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="languages"/>
|
||||
</i18n>
|
||||
<RequiredPkgs>
|
||||
<Item>
|
||||
<PackageName Value="IDEIntf"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<PackageName Value="CodeTools"/>
|
||||
</Item>
|
||||
|
||||
@ -9,11 +9,10 @@ interface
|
||||
|
||||
uses
|
||||
CompilerOptions, CompOptsModes, CoolBarOptions, DiffPatch, EditDefineTree,
|
||||
EditorToolBarOptions, EnvironmentOpts, etFPCMsgFilePool, etMakeMsgParser,
|
||||
FppkgHelper, IDECmdLine, IdeConfStrConsts, IDEGuiCmdLine, IDEOptionDefs,
|
||||
IDEProcs, IdeXmlConfigProcs, LazConf, ModeMatrixOpts, ParsedCompilerOpts,
|
||||
ProjPackCommon, RecentListProcs, SearchPathProcs, ToolBarOptionsBase,
|
||||
TransferMacros, LazarusPackageIntf;
|
||||
EditorToolBarOptions, EnvironmentOpts, etFPCMsgFilePool, etMakeMsgParser, FppkgHelper,
|
||||
IDECmdLine, IdeConfStrConsts, IDEGuiCmdLine, IDEOptionDefs, IDEProcs, IdeXmlConfigProcs,
|
||||
LazConf, ModeMatrixOpts, ParsedCompilerOpts, ProjPackCommon, RecentListProcs, SearchPathProcs,
|
||||
ToolBarOptionsBase, TransferMacros, InputHistory, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
3890
ide/packages/idepackager/Makefile
Normal file
3890
ide/packages/idepackager/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
5
ide/packages/idepackager/Makefile.compiled
Normal file
5
ide/packages/idepackager/Makefile.compiled
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Makefile Value="2"/>
|
||||
<Params Value="-Fu.;../../../packager/units/$(CPU_TARGET)-$(OS_TARGET);../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET);../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET);../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET);../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET);../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET);../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET);../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET);../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) -MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) idepackager.pas"/>
|
||||
</CONFIG>
|
||||
64
ide/packages/idepackager/Makefile.fpc
Normal file
64
ide/packages/idepackager/Makefile.fpc
Normal file
@ -0,0 +1,64 @@
|
||||
# File generated automatically by Lazarus Package Manager
|
||||
#
|
||||
# Makefile.fpc for IdePackager 1.0
|
||||
#
|
||||
# This file was generated on 11/04/2024
|
||||
|
||||
[package]
|
||||
name=idepackager
|
||||
version=1.0
|
||||
|
||||
[compiler]
|
||||
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
unitdir=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
|
||||
options=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
|
||||
|
||||
[target]
|
||||
units=idepackager.pas
|
||||
|
||||
[clean]
|
||||
files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*.res) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \
|
||||
$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||
|
||||
[prerules]
|
||||
# LCL Platform
|
||||
ifndef LCL_PLATFORM
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
LCL_PLATFORM=win32
|
||||
else
|
||||
ifeq ($(OS_TARGET),win64)
|
||||
LCL_PLATFORM=win32
|
||||
else
|
||||
ifeq ($(OS_TARGET),darwin)
|
||||
LCL_PLATFORM=cocoa
|
||||
else
|
||||
LCL_PLATFORM=gtk2
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
export LCL_PLATFORM
|
||||
|
||||
DBG_OPTIONS=
|
||||
ifeq ($(OS_TARGET),darwin)
|
||||
DBG_OPTIONS=-gw
|
||||
endif
|
||||
|
||||
[rules]
|
||||
.PHONY: cleartarget compiled all
|
||||
|
||||
cleartarget:
|
||||
-$(DEL) $(COMPILER_UNITTARGETDIR)/idepackager$(PPUEXT)
|
||||
|
||||
compiled:
|
||||
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/idepackager.compiled
|
||||
|
||||
all: cleartarget $(COMPILER_UNITTARGETDIR) idepackager$(PPUEXT) compiled
|
||||
|
||||
distclean: clean
|
||||
${DELTREE} lib/*
|
||||
78
ide/packages/idepackager/fpmake.pp
Normal file
78
ide/packages/idepackager/fpmake.pp
Normal file
@ -0,0 +1,78 @@
|
||||
{
|
||||
File generated automatically by Lazarus Package Manager
|
||||
|
||||
fpmake.pp for IdePackager 1.0
|
||||
|
||||
This file was generated on 11/04/2024
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
{$mode objfpc}{$H+}
|
||||
program fpmake;
|
||||
|
||||
uses fpmkunit;
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
procedure add_IdePackager(const ADirectory: string);
|
||||
|
||||
var
|
||||
P : TPackage;
|
||||
T : TTarget;
|
||||
D : TDependency;
|
||||
|
||||
begin
|
||||
with Installer do
|
||||
begin
|
||||
P:=AddPackage('idepackager');
|
||||
P.Version:='1.0.0-0';
|
||||
|
||||
P.Directory:=ADirectory;
|
||||
|
||||
P.Author:='Lazarus Team';
|
||||
P.License:='GPLv2';
|
||||
P.Description:='-- This package is part of the IDE --'#13#10'This package does not guarantee any particular interface/API. Files are maintained for the use by the IDE.'#13#10''#13#10'Files in this package are for the main configuration of the IDE.';
|
||||
|
||||
P.Flags.Add('LazarusDsgnPkg');
|
||||
|
||||
D := P.Dependencies.Add('ideutilspkg');
|
||||
D := P.Dependencies.Add('ideintf');
|
||||
D := P.Dependencies.Add('ideconfig');
|
||||
D := P.Dependencies.Add('buildintf');
|
||||
D := P.Dependencies.Add('lclbase');
|
||||
D := P.Dependencies.Add('fcl');
|
||||
P.Options.Add('-MObjFPC');
|
||||
P.Options.Add('-Scghi');
|
||||
P.Options.Add('-O1');
|
||||
P.Options.Add('-g');
|
||||
P.Options.Add('-gl');
|
||||
P.Options.Add('-l');
|
||||
P.Options.Add('-vewnhibq');
|
||||
P.Options.Add('-dLCL');
|
||||
P.Options.Add('-dLCL$(LCLWidgetType)');
|
||||
P.UnitPath.Add('.');
|
||||
T:=P.Targets.AddUnit('idepackager.pas');
|
||||
t.Dependencies.AddUnit('packagedefs');
|
||||
t.Dependencies.AddUnit('packagelinks');
|
||||
t.Dependencies.AddUnit('packagesystem');
|
||||
t.Dependencies.AddUnit('pkgsysbasepkgs');
|
||||
t.Dependencies.AddUnit('idepackagerstrconsts');
|
||||
|
||||
T:=P.Targets.AddUnit('packagedefs.pas');
|
||||
T:=P.Targets.AddUnit('packagelinks.pas');
|
||||
T:=P.Targets.AddUnit('packagesystem.pas');
|
||||
T:=P.Targets.AddUnit('pkgsysbasepkgs.pas');
|
||||
T:=P.Targets.AddUnit('idepackagerstrconsts.pas');
|
||||
|
||||
// copy the compiled file, so the IDE knows how the package was compiled
|
||||
P.Sources.AddSrc('idepackager.compiled');
|
||||
P.InstallFiles.Add('idepackager.compiled',AllOSes,'$(unitinstalldir)');
|
||||
|
||||
end;
|
||||
end;
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
begin
|
||||
add_IdePackager('');
|
||||
Installer.Run;
|
||||
end.
|
||||
{$endif ALLPACKAGES}
|
||||
78
ide/packages/idepackager/idepackager.lpk
Normal file
78
ide/packages/idepackager/idepackager.lpk
Normal file
@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Package Version="5">
|
||||
<PathDelim Value="\"/>
|
||||
<Name Value="IdePackager"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<Author Value="Lazarus Team"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
|
||||
</SearchPaths>
|
||||
<Other>
|
||||
<CustomOptions Value="$(IDEBuildOptions)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="-- This package is part of the IDE --
|
||||
This package does not guarantee any particular interface/API. Files are maintained for the use by the IDE.
|
||||
|
||||
Files in this package are for the main configuration of the IDE."/>
|
||||
<License Value="GPLv2"/>
|
||||
<Version Major="1"/>
|
||||
<Files>
|
||||
<Item>
|
||||
<Filename Value="packagedefs.pas"/>
|
||||
<UnitName Value="PackageDefs"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="packagelinks.pas"/>
|
||||
<UnitName Value="PackageLinks"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="packagesystem.pas"/>
|
||||
<UnitName Value="PackageSystem"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="pkgsysbasepkgs.pas"/>
|
||||
<UnitName Value="PkgSysBasePkgs"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="idepackagerstrconsts.pas"/>
|
||||
<UnitName Value="IdePackagerStrConsts"/>
|
||||
</Item>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="languages"/>
|
||||
</i18n>
|
||||
<RequiredPkgs>
|
||||
<Item>
|
||||
<PackageName Value="IdeUtilsPkg"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<PackageName Value="IDEIntf"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<PackageName Value="IdeConfig"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<PackageName Value="BuildIntf"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<PackageName Value="LCLBase"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<PackageName Value="FCL"/>
|
||||
</Item>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)"/>
|
||||
</UsageOptions>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<UseFileFilters Value="True"/>
|
||||
</PublishOptions>
|
||||
</Package>
|
||||
</CONFIG>
|
||||
22
ide/packages/idepackager/idepackager.pas
Normal file
22
ide/packages/idepackager/idepackager.pas
Normal file
@ -0,0 +1,22 @@
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit IdePackager;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
PackageDefs, PackageLinks, PackageSystem, PkgSysBasePkgs, IdePackagerStrConsts,
|
||||
LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('IdePackager', @Register);
|
||||
end.
|
||||
151
ide/packages/idepackager/idepackagerstrconsts.pas
Normal file
151
ide/packages/idepackager/idepackagerstrconsts.pas
Normal file
@ -0,0 +1,151 @@
|
||||
{
|
||||
/***************************************************************************
|
||||
IdeUtilsPkgStrConsts.pas
|
||||
-----------------------
|
||||
This unit contains resource strings of the IDE
|
||||
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
***************************************************************************
|
||||
* *
|
||||
* This source is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
* This code is distributed in the hope that it will be useful, but *
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
|
||||
* General Public License for more details. *
|
||||
* *
|
||||
* A copy of the GNU General Public License is available on the World *
|
||||
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
|
||||
* obtain it by writing to the Free Software Foundation, *
|
||||
* Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1335, USA. *
|
||||
* *
|
||||
***************************************************************************
|
||||
}
|
||||
unit IdePackagerStrConsts;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils;
|
||||
|
||||
resourcestring
|
||||
lisUnit = 'Unit';
|
||||
lisPkgFileTypeVirtualUnit = 'Virtual Unit';
|
||||
lisPkgFileTypeMainUnit = 'Main Unit';
|
||||
lisPkgFileTypeLFM = 'LFM - Lazarus form text';
|
||||
lisPkgFileTypeLRS = 'LRS - Lazarus resource';
|
||||
lisPkgFileTypeInclude = 'Include file';
|
||||
lisPkgFileTypeIssues = 'Issues xml file';
|
||||
lisPkgFileTypeText = 'Text';
|
||||
lisPkgFileTypeBinary = 'Binary';
|
||||
lisCEIn = '%s in %s';
|
||||
lisPckEditDefault = '%s, default: %s';
|
||||
lisPckEditFPMakePackage = '(fpmake)';
|
||||
lisPckOptsPackageOptions = 'Package Options';
|
||||
lisExtendUnitPath = 'Extend unit path?';
|
||||
lisExtendUnitSearchPathOfPackageWith = 'Extend unit search path of package "'
|
||||
+'%s" with%s"%s"?';
|
||||
lisExtendIncludePath = 'Extend include path?';
|
||||
lisExtendIncludeFilesSearchPathOfProjectWith = 'Extend include files search '
|
||||
+'path of project with%s"%s"?';
|
||||
lisExtendIncludeFileSearchPathOfPackageWith = 'Extend include file search '
|
||||
+'path of package "%s" with%s"%s"?';
|
||||
dlgCompilerOptions = 'Compiler Options';
|
||||
lisPkgDefsUnitPath = 'Unit Path';
|
||||
lisPkgDefsOutputDirectory = 'Output directory';
|
||||
lisPkgDefsCompiledSrcPathAddition = 'CompiledSrcPath addition';
|
||||
lisPkgDefsSrcDirMark = 'Package Source Directory Mark';
|
||||
|
||||
lisPassingCompilerOptionTwiceWithDifferentValues = 'passing compiler option '
|
||||
+'-%s twice with different values';
|
||||
lisPassingCompilerDefineTwiceWithDifferentValues = 'passing compiler define '
|
||||
+'"%s" twice with different values';
|
||||
lisPkgMangUnableToCreateOutputDirectoryForPackage = 'Unable to create '
|
||||
+'output directory "%s"%sfor package %s.';
|
||||
|
||||
lisPkgMacroPackageDirectoryParameterIsPackageID = 'Package directory. '
|
||||
+'Parameter is package ID, e.g. "Name" or "Name 1.0"';
|
||||
lisPkgMacroPackageSourceSearchPathParameterIsPackageID = 'Package source '
|
||||
+'search path. Parameter is package ID, e.g. "Name" or "Name 1.0"';
|
||||
lisPkgMacroPackageUnitSearchPathParameterIsPackageID = 'Package unit search '
|
||||
+'path. Parameter is package ID, e.g. "Name" or "Name 1.0"';
|
||||
lisPkgMacroPackageIncludeFilesSearchPathParameterIsPackageID = 'Package '
|
||||
+'include files search path. Parameter is package ID, e.g. "Name" or "Name 1.0"';
|
||||
lisPkgMacroPackageNameParameterIsPackageID = 'Package name. Parameter is package ID, e.g. "Name" or "Name 1.0"';
|
||||
lisPkgMacroPackageOutputDirectoryParameterIsPackageID = 'Package output directory. Parameter is package ID, e.g. "Name" or "Name 1.0"';
|
||||
|
||||
lispIgnoreAll = 'Ignore all';
|
||||
|
||||
// package system
|
||||
lisPkgSysInvalidUnitname = 'Invalid Unitname: %s';
|
||||
lisPkgSysUnitWasNotFoundInTheLpkFileProbablyThisLpkFileWasN =
|
||||
'Unit "%s" was not found in the lpk file.'
|
||||
+'%sProbably this lpk file was not used for building this IDE. '
|
||||
+'Or the package misuses the procedure RegisterUnit.';
|
||||
lisPkgSysUnitWasRemovedFromPackageLpk = 'Unit "%s" was removed from package (lpk)';
|
||||
lisPkgSysCanNotRegisterComponentsWithoutUnit = 'Cannot register components without unit';
|
||||
lisPkgSysInvalidComponentClass = 'Invalid component class';
|
||||
lisPkgSysComponentClassAlreadyDefined = 'Component Class "%s" already defined';
|
||||
lisPkgSysRegisterUnitWasCalledButNoPackageIsRegistering = 'RegisterUnit was '
|
||||
+'called but no package is registering.';
|
||||
lisPkgSysUnitName = '%s%sUnit Name: "%s"';
|
||||
lisPkgSysFileName = '%s%sFile Name: "%s"';
|
||||
lisPkgSysLPKFilename = '%s%slpk file: "%s"';
|
||||
lisPkgSysTheLpkFileWasNotFound = '%s%sThe lpk file was not found.';
|
||||
lisPkgSysPackageRegistrationError = 'Package registration error';
|
||||
lisUpdatingPoFilesFailedForPackage = 'Updating PO files failed for package %s';
|
||||
lisPkgSysThisIsTheDefaultPackageUsedOnlyForComponents = 'This is the '
|
||||
+'default package. Used only for components without a package. These '
|
||||
+'components are outdated.';
|
||||
lisPkgMangUnableToLoadPackage = 'Unable to load package';
|
||||
lisPkgMangUnableToOpenThePackage = 'Unable to open the package "%s".'
|
||||
+'%sThis package was marked for installation.';
|
||||
lisPkgMangstaticPackagesConfigFile = 'static packages config file';
|
||||
lisPkgMangErrorWritingFile = 'Error writing file';
|
||||
lisPkgMangUnableToWriteStateFileOfPackageError = 'Unable to write state '
|
||||
+'file "%s"%sof package %s.%sError: %s';
|
||||
lisPkgMangErrorReadingFile = 'Error reading file';
|
||||
lisPkgMangUnableToReadStateFileOfPackageError = 'Unable to read state file '
|
||||
+'"%s"%sof package %s.%sError: %s';
|
||||
lisPkgMangCompilePackage = 'Compile package %s';
|
||||
lisIDEInfoCreatingMakefileForPackage = 'Creating Makefile for package %s';
|
||||
lisPkgSysThisPackageIsInstalledButTheLpkFileWasNotFound = 'This package is installed '
|
||||
+'but the lpk file was not found. All its components are deactivated. Please fix this.';
|
||||
lisPkgSysPackageFileNotFound = 'Package file not found';
|
||||
lisPkgMangTheFileOfPackageWasNotFound = 'The file "%s" of package %s was not found.';
|
||||
lisPkgSysThePackageIsInstalledButNoValidPackageFileWasFound =
|
||||
'The package "%s" is installed but no valid package file (.lpk) was found.'
|
||||
+'%sA broken dummy package was created.';
|
||||
lisSkipTheseWarnings = 'Skip these warnings';
|
||||
|
||||
|
||||
lisExecutingCommandBefore = 'Executing command before';
|
||||
lisExecutingCommandAfter = 'Executing command after';
|
||||
|
||||
lisPkgMangUnableToDeleteFilename = 'Unable to delete file';
|
||||
lisPkgMangUnableToCreatePackageSourceDirectoryForPackage = 'Unable to '
|
||||
+'create package source directory "%s"%sfor package %s.';
|
||||
lisPkgMangDeleteFailed = 'Delete failed';
|
||||
lisTheFileWasFoundInOneOfTheSourceDirectoriesOfThePac = 'The file "%s"'
|
||||
+'%swas found in one of the source directories of the package %s and looks '
|
||||
+'like a compiled unit. Compiled units must be in the output directory of '
|
||||
+'the package, otherwise other packages can get problems using this package.'
|
||||
+'%sDelete ambiguous file?';
|
||||
lisAmbiguousUnitFound = 'Ambiguous unit found';
|
||||
lisDeletingOfFileFailed = 'Deleting of file "%s" failed.';
|
||||
lisPkgMangpackageMainSourceFile = 'package main source file';
|
||||
lisPkgMangUnableToDeleteOldStateFileForPackage = 'Unable to delete old '
|
||||
+'state file "%s"%sfor package %s.';
|
||||
lisPkgSysRegisterProcedureIsNil = 'Register procedure is nil';
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
||||
315
ide/packages/idepackager/languages/idepackagerstrconsts.af_ZA.po
Normal file
315
ide/packages/idepackager/languages/idepackagerstrconsts.af_ZA.po
Normal file
@ -0,0 +1,315 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "Vertaler Opsies"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "Teks"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr ""
|
||||
|
||||
315
ide/packages/idepackager/languages/idepackagerstrconsts.ar.po
Normal file
315
ide/packages/idepackager/languages/idepackagerstrconsts.ar.po
Normal file
@ -0,0 +1,315 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "خيارات التّرجمة"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "نصّ"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr ""
|
||||
|
||||
329
ide/packages/idepackager/languages/idepackagerstrconsts.ca.po
Normal file
329
ide/packages/idepackager/languages/idepackagerstrconsts.ca.po
Normal file
@ -0,0 +1,329 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "Opcions del compilador"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Deleting of file %s%s%s failed."
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr "Ha fallat l'eliminació del fitxer %s%s%s."
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr "Executa l'ordre després"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr "Executa l'ordre abans"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr "Opcions del paquet"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr "Afegeix CompiledSrcPath"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr "Directori de la sortida"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr "Marca del directori font del paquet"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr "Trajectòria de la unitat"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr "Binari"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr "Inclou el fitxer"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr "LFM - Lazarus Form Text"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr "LRS - Lazarus Resource"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "Text"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr "Unitat virtual"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr "Ha fallat l'eliminació"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr "S'ha produït un error mentre es llegia el fitxer"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr "S'ha produït un error mentre s'escrivia el fitxer"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr "fitxer del codi font principal del paquet"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr "fitxer de configuració de paquets estàtics"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to create output directory %s%s%s%sfor package %s."
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr "No es pot crear el directori de sortida %s%s%s%spel paquet %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to create package source directory %s%s%s%sfor package %s."
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr "No es pot crear el directori sortida font %s%s%s%s pel paquet %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr "No es pot eliminar el fitxer antic %s%s%s%spel paquet %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "No es pot llegir fitxer d'estat %s%s%s%sdel paquet %s.%sError: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "No es pot escriure el fitxer d'estat %s%s%s%sdel paquet %s.%sError: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
#, fuzzy
|
||||
#| msgid "Can not register components without unit"
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr "No es poden registrar els components sense unitat"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Component Class %s%s%s already defined"
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr "La classe del component %s%s%s ja està definida"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "%s%sFile Name: %s%s%s"
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr "%s%sNom del fitxer: %s%s%s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr "La classe del component no és vàlida"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr "El nom de la unitat no és vàlid: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr "No s'ha trobat el fitxer del paquet"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr "El procediment del registre és NIL"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
#, fuzzy
|
||||
#| msgid "RegisterUnit was called, but no package is registering."
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr "S'ha cridat RegisterUnit, però no hi ha cap paquet registrant."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr "Aquest és el paquet predeterminat. S'utilitza només per components sense paquet. Aquests components estan desfasats."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "%s%sUnit Name: %s%s%s"
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr "%s%sNom de la unitat: %s%s%s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
#, fuzzy
|
||||
msgid "Unit"
|
||||
msgstr "Unitat"
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr ""
|
||||
|
||||
315
ide/packages/idepackager/languages/idepackagerstrconsts.cs.po
Normal file
315
ide/packages/idepackager/languages/idepackagerstrconsts.cs.po
Normal file
@ -0,0 +1,315 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "Volby překladače"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr "Nalezena nejednoznačná jednotka"
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr "%s v %s"
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr "Odstranění souboru \"%s\" selhalo."
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr "Vykonávání příkazu po"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr "Vykonávání příkazu před"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Rozšířit cestu pro hledání zahrnutých souborů balíčku \"%s\" s%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr "Rozšířit prohledávanou cestu include projektu s%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr "Rozšířit cestu zahrnutých souborů?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr "Rozšířit cestu jednotky?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Rozšířit cestu pro hledání jednotek balíčku \"%s\" s%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr "Vytvořit Makefile pro balíček %s"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr "dvakrát předána definice překladače \"%s\" s různými hodnotami"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr "dvakrát předána definice překladače -\"%s\" s různými hodnotami"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr "%s, standardně: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr "(fpmake)"
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr "Nastavení balíčku"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr "Doplněk CompiledSrcPath"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr "Výstupní adresář"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr "Značka zdrojového adresáře balíčku"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr "Cesta jednotky"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr "Binární"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr "Zahrnout soubor"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr "Vyvolání souboru XML"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr "LFM - Text formuláře Lazarusu"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr "LRS - Zdrojový soubor Lazarusu"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr "Hlavní jednotka"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "Text"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr "Virtuální jednotka"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Adresář balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Zahrnutá prohledávaná cestu souborů balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Jméno balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Výstupní adresář balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Prohledávaná cesta zdrojových souborů balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Prohledávaná cesta jednotek balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr "Přeložit balíček %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr "Odstranění selhalo"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr "Chyba načítání souboru"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr "Chyba zapisování souboru"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr "hlavní zdrojový soubor balíčku"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr "konfigurační soubor statického balíčku"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr "Soubor \"%s\" balíčku %s nebyl nalezen."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr "Nelze vytvořit výstupní adresář \"%s\"%sbalíčku %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr "Nelze vytvořit zdrojový adresář \"%s\"%sbalíčku %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr "Nelze smazat starý stavový soubor \"%s\"%sbalíčku %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr "Nelze načíst balíček"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr "Nelze otevřít balíček \"%s\".%sTento balíček byl označen k instalaci."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "Nelze číst stavový soubor \"%s\"%sbalíčku %s.%sChyba: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "Nelze zapsat stavový soubor \"%s\"%sbalíčku %s.%sChyba: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr "Nelze registrovat komponenty bez jednotky"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr "Třída komponenty \"%s\" je již definována"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr "%s%sJméno souboru: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr "Neplatná třída komponenty"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr "Neplatné jméno jednotky: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr "%s%ssoubor lpk: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr "Soubor balíčku nenalezen"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr "Chyba registrace balíčku"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr "Registrační procedura je nil"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr "Bylo voláno RegisterUnit, ale žádný balíček není registrován."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr "%s%sSoubor lpk nebyl nalezen."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr "Balíček \"%s\" je instalován, ale nebyl nalezen platný soubor (.lpk).%sByl vytvořen rozbitý prázdný balíček."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr "Toto je přednastavený balíček určený jen pro komponenty bez balíčků. Tyto komponenty jsou zastaralé."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr "Tento balíček je nainstalován, ale soubor lpk nebyl nalezen. Všechny jeho komponenty jsou deaktivované. Prosím, opravte to."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr "%s%sJméno jednotky: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr "Jednotka \"%s\" nebyla nalezena v souboru lpk.%sPravděpodobně tento lpk soubor nebyl použit k sestavení tohoto IDE. Nebo tento balíček nevhodně používá proceduru RegisterUnit."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr "Jednotka \"%s\" byla odstraněna z balíčku (lpk)"
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr "Přeskočit tyto varování"
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr "Soubor \"%s\"%sbyl nalezen v jednom ze zdrojových adresářů balíčku %s a vypadá jako přeložená jednotka. Přeložené jednotky musí být ve výstupním adresáři balíčku, jinak můžou mít jiné balíčky problémy s použitím tohoto balíčku.%sSmazat tento soubor?"
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
msgid "Unit"
|
||||
msgstr "Jednotka"
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr "Aktualizace PO souborů selhala pro balíček %s"
|
||||
|
||||
320
ide/packages/idepackager/languages/idepackagerstrconsts.de.po
Normal file
320
ide/packages/idepackager/languages/idepackagerstrconsts.de.po
Normal file
@ -0,0 +1,320 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "Compilereinstellungen"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr "Mehrdeutige Unit gefunden"
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr "%s in %s"
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr "Löschen der Datei \"%s\" ist fehlgeschlagen."
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr "Ausführen des Befehls nach"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr "Ausführen des Befehls vor"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Den Include-Dateisuchpfad von Package \"%s\" mit%s\"%s\" erweitern?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr "Den Includedateien-Suchpfad des Projekts mit%s\"%s\" erweitern?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr "Includepfad erweitern?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr "Unit-Pfad erweitern?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Unit-Suchpfad von Package \"%s\" um%s\"%s\" erweitern?"
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr "Erzeuge Makedatei für Package %s"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr "%s, Standard: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr "Package-Einstellungen"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr "CompiledSrcPath-Erweiterung"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr "Ausgabeverzeichnis"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr "Package-Quellverzeichnismaske"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr "Unit-Pfad"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr "Binär"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr "Include-Datei"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr "Ausgaben-XML-Datei"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr "LFM - Lazarus-Formtext"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr "LRS - Lazarus-Ressource"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr "Haupt-Unit"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "Text"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr "Virtuelle Unit"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Package-Verzeichnis. Parameter ist die Package-ID"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Package-Includedateien-Suchpfad. Parameter ist die Package-ID."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Package-Name. Parameter ist Package ID, z.B. \"Name\" oder \"Name 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Package-Ausgabeverzeichnis. Parameter ist Package ID, z.B. \"Name\" oder \"Name 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Package-Quellcode-Suchpfad. Parameter ist die Package-ID."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Package-Unitsuchpfad. Parameter ist die Package-ID."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr "Kompiliere Package %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr "Löschen fehlgeschlagen"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr "Fehler beim Lesen der Datei"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr "Fehler beim Schreiben der Datei"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr "Package-Hauptquelldatei"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr "Konfigurationsdatei für statische Packages"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr "Die Datei \"%s\" von Package %s wurde nicht gefunden."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr "Kann Ausgabeverzeichnis \"%s\"%sfür das Package %s nicht erzeugen."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr "Kann das Package-Quelltextverzeichnis \"%s\"%s für das Package %s nicht erzeugen."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr "Die alte Statusdatei \"%s\"%sdes Packages %s kann nicht gelöscht werden."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr "Kann Package nicht laden"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr "Das Package \"%s\".%s kann nicht geöffnet werden. Es war zur Installation vorgemerkt."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "Die Statusdatei \"%s\"%sdes Packages %s kann nicht gelesen werden.%sFehler: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "Kann Statusdatei \"%s\"%sdes Packages %s nicht schreiben.%sFehler: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr "Kann Komponenten nicht ohne Unit registrieren"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr "Komponentenklasse \"%s\" bereits definiert"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr "%s%sDateiname: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr "Ungültige Komponentenklasse"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr "Ungültiger Unit-Name: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr "%s%slpk-Datei: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr "Package-Konflikte"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr "Packageregistrierungsfehler"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr "Registerprozedur ist NIL"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
#, fuzzy
|
||||
#| msgid "RegisterUnit was called, but no package is registering."
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr "RegisterUnit wurde aufgerufen aber es wurde kein Package registriert."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr "%s%sDie .lpk-Datei wurde nicht gefunden."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format, fuzzy
|
||||
#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr "Das Package \"%s\" ist installiert, es gibt aber keine gültige Package-Datei (.lpk).%sEs wurde ein defektes Dummy-Package erzeugt."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr "Das ist das Standard-Package nur für Komponenten ohne Package. Solche Komponenten sind veraltet."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
#, fuzzy
|
||||
#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr "Dieses Package ist installiert, aber die .lpk-Datei wurde nicht gefunden. Alle enthaltenen Komponenten sind abgeschaltet. Bitte beheben Sie den Fehler."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr "%s%sUnit-Name: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr "Die Unit \"%s\" wurde nicht in der .lpk-Datei gefunden.%sWahrscheinlich wurde diese .lpk-Datei nicht für die Erstellung dieser IDE verwendet. Oder das Package verwendet die Prozedur RegisterUnit falsch."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr "Unit \"%s\" wurde aus Package (lpk) entfernt"
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr "Diese Warnungen überspringen"
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr "Die Datei \"%s\"%swurde in einem der Quellverzeichnisse des Packages %s gefunden und sieht wie eine kompilierte Unit aus. Kompilierte Units müssen sich im Ausgabeverzeichnis des Packages befinden, sonst kann das zu Problemen mit diesem Package führen.%sDie zweifelhafte Datei löschen?"
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
msgid "Unit"
|
||||
msgstr "Unit"
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr "Aktualisierung der PO-Dateien für Package %s fehlgeschlagen"
|
||||
|
||||
328
ide/packages/idepackager/languages/idepackagerstrconsts.es.po
Normal file
328
ide/packages/idepackager/languages/idepackagerstrconsts.es.po
Normal file
@ -0,0 +1,328 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "Opciones del Compilador"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr "Se encontró Unidad Ambigua"
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr "%s en %s"
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr "Falló el borrado del archivo \"%s\"."
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr "Ejecutando comando después"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr "Ejecutando comando antes"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "¿Extender trayectoria de busqueda de ficheros inlcuidos del paquete \"%s\" con%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr "¿Extender trayectoria de busqueda de ficheros incluidos del proyecto con%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr "¿Extender la ruta de ficheros incluidos?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr "¿Extender ruta de la unidad?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "¿Extender trayecto de búsqueda de unidades del paquete \"%s\" con%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr "Creando Makefile para el paquete %s"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr "pasar la definición \"%s\" del compilador dos veces con diferentes valores"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr "pasar la definición -%s del compilador dos veces con diferentes valores"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr "%s, predeterminado: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr "(fpmake)"
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr "Opciones de Paquete"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr "Añadir ruta de fuentes compilados"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr "Directorio de salida"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr "Marca de directorio fuente del Paquete"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr "Ruta de Unidad"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr "Binario"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr "Incluir Archivo"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr "Archivo xml de problemas"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr "LFM - Lazarus desde texto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr "LRS - Recurso de Lazarus"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr "Unidad Principal"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "Texto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr "Unidad virtual"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
#, fuzzy
|
||||
#| msgid "Package directory. Parameter is package ID"
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Directorio paquete. Parametro es ID paquete"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
#, fuzzy
|
||||
#| msgid "Package include files search path. Parameter is package ID"
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Path busqueda inclusion de paquete. Parametro es ID paquete"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Nombre de Paquete. Parametro es package ID, ejm. \"Nombre\" o \"Nombre 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Salida de directorio del Paquete (Package). Parametro es package ID, ejm. \"Nombre\" o \"Nombre 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
#, fuzzy
|
||||
#| msgid "Package source search path. Parameter is package ID"
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Path busqueda fuentes de paquete. Parametro es ID paquete"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
#, fuzzy
|
||||
#| msgid "Package unit search path. Parameter is package ID"
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Path busqueda unidad de paquete. Parametro es ID paquete"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr "Compilar paquete %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr "Falló el borrado"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr "Error leyendo archivo"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr "Error escribiendo archivo"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr "archivo fuente principal del paquete"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr "archivo de configuración de paquetes estáticos"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr "El archivo \"%s\" del paquete %s no se a encontrado."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr "No se ha podido crear el directorio de salida \"%s\"%s para el paquete %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr "No se ha podido crear el directorio fuente de paquete \"%s\"%s para el paquete %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr "No se ha podido borrar el archivo de estado viejo \"%s\"%s para el paquete %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr "No se pudo cargar el paquete"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr "No se ha podido abrir el paquete \"%s\".%sEste paquete está marcado para instalación."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "No se ha podido leer el archivo de estado \"%s\"%s del paquete %s.%s Error: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "No se ha podido escribir el archivo de estado \"%s\"%s del paquete %s.%sError: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr "No se puede registrar los componentes sin una unidad"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr "La clase \"%s\" del Componente ya está definida"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr "%s%sNombre de Archivo: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr "Clase de componente no válida"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr "Nombre de unidad no válido: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr "%s%sarchivo lpk: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr "Archivo de paquete no encontrado"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr "Error de registro del paquete"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr "Registrar procedimiento como nulo"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
#, fuzzy
|
||||
#| msgid "RegisterUnit was called, but no package is registering."
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr "Se llamó a RegisterUnit, pero no se está registrando un paquete."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr "%s%sEl archivo lpk no se ha encontrado."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format, fuzzy
|
||||
#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr "El paquete \"%s\" está instalado pero se encontró un archivo de paquete (.lpk) no válido.%sSe ha creado un paquete vacío."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr "Este es el paquete predeterminado. Usado únicamente para componentes sin paquete. Estos componentes están sin actualizar."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
#, fuzzy
|
||||
#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr "Este paquete está instalado pero el archivo .lpk no se encuentra. Todos sus componentes están desactivados. Por favor, corrija esto."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr "%s%sNombre de Unidad: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr "Unidad \"%s\" no se encontró en el archivo lpk.%sProvablemente este lpk no se utilizó para la construcción de este IDE. O el mal uso en el paquete del procedimiento RegisterUnit."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr "Unidad \"%s\" ha sido removida del paquete (lpk)"
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr "Saltar esas advertencias"
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr "El archivo \"%s\"%sfue hallado en uno de los directorios de fuentes del paquete %s y parece una Unidad compilada. Las Unidades compiladas deben estar en el directorio de Salida del paquete, de otro modo otros paquetes pueden tener problemas cuando usen éste paquete.%s¿Eliminar el archivo causante de la ambigüedad?"
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
msgid "Unit"
|
||||
msgstr "Unidad"
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr "Actualización de ficheros PO fallido para paquete %s"
|
||||
|
||||
315
ide/packages/idepackager/languages/idepackagerstrconsts.fi.po
Normal file
315
ide/packages/idepackager/languages/idepackagerstrconsts.fi.po
Normal file
@ -0,0 +1,315 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "Kääntäjän asetukset"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr "Ristiriitainen käännösyksikkö löytyi"
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr "%s %s:ssa"
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr "Tiedoston \"%s\" poistaminen epäonnistui."
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr "Suorittaa komennon jälkeen"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr "Suorittaa komennon ennen"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Laajenna paketin \"%s\" include-tiedostojen hakupolku tällä:%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr "Laajenna projektin include-tiedostojen hakupolku tällä:%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr "Laajenna include-tiedostojen polku?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr "Laajennetaanko käännösyksikköjen polkua?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Laajenna paketin \"%s\" käännösyksikköjen hakupolku tällä:%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr "Luodaan Make-tiedosto paketille %s"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr "%s, oletus: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr "Paketin asetukset"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr "CompiledSrcPath lisäys"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr "Käännöshakemisto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr "Paketin lähdehakemiston merkki"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr "Käännösyksiköiden polku"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr "Binaari"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr "Include-tiedosto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr "Ongelmien xml-tiedosto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr "LFM - Lazarus-lomake tekstinä"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr "LRS - Lazarus-resurssi"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr "Pääkäännösyksikkö"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "Teksti"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr "Virtuaalinen käännösyksikkö"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Pakettihakemisto. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Paketin include-tiedostojen hakupolku. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Paketin nimi. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Paketin käännöshakemisto. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Paketin lähdetiedostojen hakupolku. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Paketin käännösyksikköjen hakupolku. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr "Käännä paketti %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr "Poistaminen epäonnistui"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr "Virhe luettaessa tiedostoa"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr "Virhe kirjoitettaessa tiedostoa"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr "paketin päälähdekooditiedosto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr "staattisten pakettien config-tiedosto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr "Paketin %s tiedostoa \"%s\" ei löydy."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr "Käännöshakemiston \"%s\"%sluominen paketille %s ei onnistu."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr "Lähdehakemiston \"%s\"%sluominen paketille %s ei onnistu."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr "Vanhan tilatiedoston \"%s\"%spoistaminen paketille %s ei onnistu."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr "Paketin lataaminen ei onnistu"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr "Ei pystytä avaamaan pakettia \"%s\".%sPaketti oli merkitty asennettavaksi."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "Tilatiedoston \"%s\"%slukeminen paketille %s ei onnistu.%sVirhe: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "Tilatiedoston \"%s\"%skirjoittaminen paketille %s ei onnistu.%sVirhe: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr "Ei voi rekisteröidä komponenttia ilman käännösyksikköä"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr "Komponenttiluokka \"%s\" on jo määritelty"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr "%s%sTiedoston nimi: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr "Kelvoton komponenttiluokka"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr "Kelvoton käännösyksikön nimi: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr "%s%slpk tiedosto: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr "Pakettitiedostoa ei löydy"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr "Paketin rekisteröintivirhe"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr "'Register' aliohjelma on Nil"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr "RegisterUnit kutsuttiin, mutta paketteja ei ole rekisteröity."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr "%s%slpk tiedostoa ei löydy."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr "Paketti \"%s\" on asennettu, mutta kelvollista pakettitiedostoa (.lpk) ei löydy.%sTyhjä rikkinäinen paketti luotiin."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr "Tämä on oletuspaketti. Käytetään vain komponenteille, millä ei ole pakettia. Komponentit ovat vanhentuneet."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr "Tämä paketti on asennettu, mutta pakettitiedostoa (.lpk) ei löydy. Komponentit eivät ole käytössä. Korjaa vika."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr "%s%sKäännösyksikön nimi: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr "Käännösyksikköä \"%s\" ei löydy .lpk tiedostosta.%sEhkä tätä lpk:ta ei käytetty IDEn käännöksessä, tai paketti käyttää väärin RegisterUnit:a."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr "Käännösyksikkö \"%s\" poistettiin paketista (lpk)"
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr "Ohita nämä varoitukset"
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr "Tiedosto \"%s\"%slöytyy paketin %s lähdehakemistosta ja näyttää käännetyltä yksiköltä. Käännetyn yksikön pitää olla paketin käännöshakemistossa, muuten muilla paketeilla on vaikeuksia käyttää tätä pakettia.%sPoistetaanko ristiriitainen tiedosto?"
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
msgid "Unit"
|
||||
msgstr "Käännösyksikkö"
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr "PO tiedostojen päivitys epäonnistui paketille %s"
|
||||
|
||||
315
ide/packages/idepackager/languages/idepackagerstrconsts.fr.po
Normal file
315
ide/packages/idepackager/languages/idepackagerstrconsts.fr.po
Normal file
@ -0,0 +1,315 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "Options du compilateur"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr "Unité équivoque trouvée"
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr "%s dans %s"
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr "La suppression du fichier \"%s\" a échoué."
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr "Exécution de la commande suivante"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr "Exécution de la commande précédente"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Faut-il étendre le chemin de recherche des inclusions du paquet \"%s\" en %s\"%s\" ?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr "Faut-il étendre le chemin de recherche des inclusions du projet avec%s\"%s\" ?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr "Faut-il étendre le chemin d'inclusion ?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr "Faut-il étendre le chemin des unités ?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Faut-il étendre le chemin de recherche du paquet \"%s\" en%s\"%s\" ?"
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr "Création du Makefile pour le paquet %s"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr "la définition \"%s\" est passée deux fois au compilateur avec des valeurs différentes"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr "l'option \"-%s\" est passée deux fois au compilateur avec des valeurs différentes"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr "%s - par défaut : %s"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr "(fpmake)"
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr "Options du paquet"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr "Chemin de code source compilé additionnel"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr "Répertoire de destination"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr "Marque de répertoire des codes sources des paquets"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr "Chemin de l'unité"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr "Binaire"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr "Fichier inclus"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr "Fichier XML des problèmes"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr "Fiche Lazarus texte - LFM"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr "Fichier ressource Lazarus - LRS"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr "Unité principale"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "Texte"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr "Unité virtuelle"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Répertoire du paquet. Le paramètre est l'ID du paquet : par exemple, \"Nom\" ou \"Nom 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Chemin de recherche des fichiers d'inclusion. Le paramètre est l'ID du paquet (par exemple : \"Nom\" ou \"Nom 1.0\")"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Nom du paquet. Le paramètre est l'ID du paquet (par exemple, « Nom » ou « Nom 1.0 »)"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Répertoire d'enregistrement des paquets. Le paramètre est l'ID du paquet (par exemple, « Nom » ou « Nom 1.0 »)"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Chemin de recherche des codes sources du paquet. Le paramètre est l'ID du paquet (par exemple : \"Nom\" ou \"Nom 1.0\")"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Chemin de recherche des unités du paquet. Le paramètre est l'ID du paquet (par exemple : \"Nom\" ou \"Nom 1.0\")"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr "Compiler le paquet %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr "La suppression a échoué"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr "Erreur de lecture de fichier"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr "Erreur d'écriture de fichier"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr "fichier de code source principal du paquet"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr "fichier de configuration des paquets statiques"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr "Le fichier \"%s\" du paquet %s est introuvable."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr "Impossible de créer le répertoire de destination \"%s\"%spour le paquet %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr "Impossible de créer le répertoire \"%s\"%spour les codes sources du paquet %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr "Impossible de supprimer l'ancien fichier d'état \"%s\"%spour le paquet %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr "Impossible de charger le paquet"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr "Impossible d'ouvrir le paquet \"%s\".%sCe paquet a été marqué pour l'installation."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "Impossible de lire l'état du fichier \"%s\"%sdu paquet %s.%sErreur : %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "Impossible d'écrire le fichier d'état \"%s\"%sdu paquet %s.%sErreur : %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr "Impossible d'enregistrer des composants sans unité"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr "Classe de composant \"%s\" déjà définie"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr "%s%sNom de fichier : \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr "Classe de composant incorrect"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr "Nom d'unité incorrecte : %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr "%s%sfichier lpk : \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr "Fichier paquet non trouvé"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr "Erreur d'enregistrement du paquet"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr "La procédure Register est à nil"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr "RegisterUnit a été appelé, mais aucun paquet n'est en cours de référencement."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr "%s%sLe fichier du paquet est introuvable."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr "Le paquet \"%s\" est installé, mais aucun fichier de paquet valide .lpk n'a été trouvé.%sUn paquet factice a été créé."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr "C'est le paquet par défaut. Utilisez-le seulement pour les composants sans paquet. Ces composants sont obsolètes."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr "Ce paquet est installé, mais le fichier lpk associé n'a pas été trouvé. Tous ses composants sont désactivés. Veuillez rectifier ceci."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr "%s%sNom d'unité : \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr "L'unité \"%s\" n'a pas été trouvée dans le fichier lpk.%sIl est possible que ce fichier lpk n'ait pas été utilisé pour créer cet EDI ou que le paquet fasse un mauvais usage de la procédure RegisterUnit."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr "L'unité \"%s\" a été retirée du paquet (lpk)"
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr "Ignorer ces avertissements"
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr "Le fichier \"%s\"%s a été trouvé dans l'un des répertoires de code source du paquet %s et semble être une unité compilée. Les unités compilées doivent être dans le répertoire de sortie du paquet, sinon d'autres paquets peuvent avoir des difficultés à utiliser ce paquet.%sVoulez-vous supprimer le fichier ambigu ?"
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
msgid "Unit"
|
||||
msgstr "Unité"
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr "La mise à jour des fichiers de traduction PO a échoué pour le paquet %s"
|
||||
|
||||
336
ide/packages/idepackager/languages/idepackagerstrconsts.he.po
Normal file
336
ide/packages/idepackager/languages/idepackagerstrconsts.he.po
Normal file
@ -0,0 +1,336 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "אפשרויות מהדר"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
#, fuzzy
|
||||
#| msgid "Ambiguous Unit found"
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr "נמצאה יחידה רב משמעית"
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr "%s ב %s"
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Deleting of file %s%s%s failed."
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr "מחיקת הקובץ s%s%s% נכשלה."
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr "ביצוע פקודה אחרי"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr "ביצוע פקודה לפני"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr "ייצא את נתיב היחידה"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr "יוצר Makefile עבור חבילה %s"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
msgid "%s, default: %s"
|
||||
msgstr "ברירת מחדל"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr "אפשרויות חבילה"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr "הוספת CompiledSrcPath"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr "תיקיית הפלט"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr "סימון ספריית קוד המקור של החבילה"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr "נתיב היחידה"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr "בינארי"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr "קובץ \"כלול\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr "סוגיות של קובץ xml"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr "טקסט של טופס לזארוס - LFM"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr "משאבים של לזארוס - LRS"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr "יחידה ראשית"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "טקסט"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr "יחידה ווירטואלית"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr "המחיקה נכשלה"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr "שגיאה בקריאת קובץ"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr "שגיאה בכתיבת קובץ"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr "קובץ קוד המקור הראשי של החבילה"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr "קובץ הגדרות לחבילות סטטיות"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to create output directory %s%s%s%sfor package %s."
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr "לא ניתן ליצור את ספריית הפלט %s%s%s%sעבור החבילה %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to create package source directory %s%s%s%sfor package %s."
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr "לא ניתן ליצור את ספריית הקוד %s%s%s%sעבור החבילה %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr "לא ניתן למחוק את קובץ המצב הישן %s%s%s%sעבור החבילה %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr "לא מצליח לטעון את החבילה."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to open the package %s%s%s.%sThis package was marked for installation."
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr "לא ניתן לפתוח את החבילה %s%s%s.%sהחבילה סומנה להתקנה."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "לא ניתן לקרוא את מצב הקובץ %s%s%s%sשל החבילה %s.%sשגיאה: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "לא מצליח לכתוב קובץ מצב %s%s%s% של חבילה %s. שגיאה: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
#, fuzzy
|
||||
#| msgid "Can not register components without unit"
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr "לא יכול לרשום את הרכיבים ללא יחידה"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Component Class %s%s%s already defined"
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr "מחלקת רכיבים %s%s%s כבר מוגדרת"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format, fuzzy
|
||||
#| msgid "%s%sFile Name: %s%s%s"
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr "שם קובץ: %s%s%s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr "מחלקת רכיבים לא חוקית"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr "שם יחידה לא חוקי: s%"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr "הקובץ של החבילה לא נמצא"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr "שגיאה ברישום החבילה"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr "פרוצדורת הרישום ריקה"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
#, fuzzy
|
||||
#| msgid "RegisterUnit was called, but no package is registering."
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr "יחידת הרישום נקראה, אבל אף חבילה לא נרשמת."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "The package %s%s%s is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr "החבילה %s%s%s מותקנת, אבל לא נמצא קובץ חוקי לחבילה (lpk.). חבילה שבורה מדומה נוצרה. "
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr "זאת היא חבילת ברירת המחדל. משמשת רק לרכיבים ללא חבילה. רכיבים אלו לא מעודכנים."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
#, fuzzy
|
||||
#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr "חבילה זאת מותקנת, אבל קובץ lpk לא נמצא. כל רכיביה נוטרלו. תקן זאת."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format, fuzzy
|
||||
#| msgid "%s%sUnit Name: %s%s%s"
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr "שם יחידה: %s%s%s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format, fuzzy
|
||||
#| msgid "The file %s%s%s%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%s%sDelete ambiguous file?"
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr "הקובץ %s%s%s%s נמצא באחת מתיקיות הקוד של החבילה ונראה כמו יחידה מהודרת. יחידות מהודרות חייבות להיות בתיקיית הפלט של החבילה, אחרת חבילות אחרות ייתקלו בבעיות בשימוש בחבילה זאת. האם למחוק את הקובץ הבעייתי?"
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
#, fuzzy
|
||||
msgid "Unit"
|
||||
msgstr "יחידה"
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr ""
|
||||
|
||||
315
ide/packages/idepackager/languages/idepackagerstrconsts.hu.po
Normal file
315
ide/packages/idepackager/languages/idepackagerstrconsts.hu.po
Normal file
@ -0,0 +1,315 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "Fordító beállításai"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr "Megtévesztő unit található"
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr "%s itt: %s"
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr "A(z) \"%s\" fájl törlése sikertelen."
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr "Utólag végrehajtandó művelet futtatása"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr "Előzőleg végrehajtandó művelet futtatása"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Kibővíti a(z) \"%s\" csomag beemelt fájlok keresési útvonalát ezzel:%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr "Kibővíti a projekt beemelt fájlok keresési útvonalát ezzel:%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr "Include útvonal kibővítése?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr "Kibővíti a unit útvonalat?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Kibővíti a(z) \"%s\" csomag unit keresési útvonalát ezzel:%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr "Makefile létrehozása a következő csomaghoz: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr "a(z) \"%s\" fordítói definíció kétszer fordul elő, eltérő értékekkel"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr "a fordító -%s kapcsolója kétszer fordul elő, eltérő értékekkel"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr "%s, alapértelmezett: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr "(fpmake)"
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr "Csomag beállításai"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr "CompiledSrcPath hozzáadása"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr "Kimeneti könyvtár"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr "Csomag forráskönyvtár"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr "Unit útvonal"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr "Bináris"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr "Include fájl"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr "Issues XML fájl"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr "LFM - Lazarus form szöveg"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr "LRS - Lazarus forrás"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr "Fő-unit"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "Szöveg"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr "Virtuális unit"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Csomag könyvtára. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Csomag include fájlok keresési útvonala. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Csomag neve. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Csomag kimeneti könyvtára. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Csomag forrás keresési útvonala. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Csomag unit keresési útvonala. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr "Csomag fordítása: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr "Törlés sikertelen"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr "Hiba a fájl olvasása közben"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr "Hiba a fájl írása közben"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr "csomag fő forrás fájlja"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr "statikus csomagok beállítási fájlja"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr "A(z) \"%s\" fájl a %s csomagból nem található."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr "A(z) \"%s\" kimeneti könyvtár létrehozása nem lehetséges%sa(z) %s csomaghoz."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr "A(z) \"%s\" forrás könyvtár létrehozása nem lehetséges%sa(z) %s csomaghoz."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr "A(z) \"%s\" régi állapotfájl törlése,%samely a(z) %s csomaghoz tartozik, nem lehetséges."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr "Csomag betöltése nem lehetséges"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr "A(z) \"%s\" csomag megnyitása nem lehetséges.%sEz a csomag meg lett jelölve telepítésre."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "A(z) \"%s\" állapotfájl,%sami a(z) %s csomaghoz tartozik nem olvasható.%sHiba: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "A(z) \"%s\" állapotfájl írása,%sami a(z) %s csomaghoz tartozik, nem lehetséges.%sHiba: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr "Unit nélküli komponenseket nem lehet regisztrálni"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr "A(z) \"%s\" komponens osztály már definiálva van"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr "%s%sFájlnév: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr "Érvénytelen komponens osztály"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr "Érvénytelen unit-név: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr "%s%slpk fájl: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr "A csomagfájl nem található"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr "Hiba a csomag regisztrálásakor"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr "A \"Register\" eljárás nil"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr "A RegisterUnit meg lett hívva, de nem regisztrálódik egy csomag sem."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr "%s%sAz lpk fájl nincs meg."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr "A(z) \"%s\" csomag telepítve van, de nem található érvényes csomagfájl (.lpk).%sEgy törött, látszólagos csomag lett létrehozva."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr "Ez az alapértelmezett csomag. Csak csomag nélküli komponensekhez van használva. E komponensek idejétmúltak."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr "Ez a csomag telepítve van, de az .lpk fájl nem található. Minden komponense deaktiválva van. Javítsa!"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr "%s%sUnit-név: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr "A(z) \"%s\" unit nem található az lpk fájlban.%s Lehet, hogy ez az lpk fájl nem volt használva ezen IDE építéséhez vagy a csomag helytelenül használja a RegisterUnit eljárást."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr "A \"%s\" unit el lett távolítva a csomagból (lpk)"
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr "Ezen figyelmeztetések átugrása"
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr "A(z) \"%s\"%sfájl a(z) %s csomag egyik forráskönyvtárában található és egy lefordított unit-nak látszik. A lefordított unit-oknak a csomag kimeneti könyvtárában kell lenniük, különben más csomagoknak problémái lehetnek ennek a csomagnak a használatával.%sTörli a megtévesztő fájlt?"
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
msgid "Unit"
|
||||
msgstr "Unit"
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr "A(z) %s csomag PO fájljainak frissítése nem sikerült"
|
||||
|
||||
335
ide/packages/idepackager/languages/idepackagerstrconsts.id.po
Normal file
335
ide/packages/idepackager/languages/idepackagerstrconsts.id.po
Normal file
@ -0,0 +1,335 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "Opsi Kompilator"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
#, fuzzy
|
||||
#| msgid "Ambiguous Unit found"
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr "Unit Dwimakna ditemukan"
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Deleting of file %s%s%s failed."
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr "Penghapusan file %s%s%s gagal."
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr "Mengeksekusi perintah setelah"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr "Mengeksekusi perintah sebelum"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr "Lebarkan path unit?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr "Opsi Paket"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr "Tambahan CompiledSrcPath"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr "Direktori output"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr "Tanda Direktori Sumber Proyek"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr "Path Unit"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr "Biner"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr "File Include"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr "LFM - Teks form Lazarus"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr "LRS - Lazarus resource"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "Teks"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr "Unit Virtual"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr "Penghapusan gagal"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr "Kesalahan pembacaan file"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr "Kesalahan penulisan file"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr "file sumber utama paket"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr "file konfigurasi paket statik"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to create output directory %s%s%s%sfor package %s."
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr "Tidak bisa membuat direktori output %s%s%s%suntuk paket %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to create package source directory %s%s%s%sfor package %s."
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr "Tidak bisa membuat direktori sumber paket %s%s%s%suntuk paket %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr "Tidak bisa menghapus file kondisi yang lama %s%s%s%suntuk paket %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to open the package %s%s%s.%sThis package was marked for installation."
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr "Tidak bisa membuka paket %s%s%s.%sPaket ini ditandai untuk instalasi."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "Tidak bisa membaca file kondisi %s%s%s%sdari paket %s.%sKesalahan: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "Tidak bisa menulis file kondisi %s%s%s%sdari paket %s.%sKesalahan: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
#, fuzzy
|
||||
#| msgid "Can not register components without unit"
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr "Tidak bisa mendaftarkan komponen tanpa unit"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "Component Class %s%s%s already defined"
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr "Kelas Komponen %s%s%s sudah didefinisikan"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "%s%sFile Name: %s%s%s"
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr "%s%sNama File: %s%s%s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr "Kelas komponen tidak benar"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr "Nama unit tidak benar: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr "File paket tidak ditemukan"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr "Register procedure kosong"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
#, fuzzy
|
||||
#| msgid "RegisterUnit was called, but no package is registering."
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr "RegisterUnit dipanggil, tetapi tidak ada paket yang terdaftar."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "The package %s%s%s is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr "Paket ini %s%s%s diinstalasi, tetapi tanpa file paket (.lpk) yang ditemukan.%spaket sementara yang rusak dibuat."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr "Ini adalah paket default. Digunakan hanya untuk komponen tanpa paket. Komponen ini kadaluarsa."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
#, fuzzy
|
||||
#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr "Paket diinstalasi, tetapi file lpk tidak ditemukan. Semua komponennya di-non aktifkan. Silahkan betulkan ini."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format, fuzzy, badformat
|
||||
#| msgid "%s%sUnit Name: %s%s%s"
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr "%s%sNama Unit: %s%s%s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
#, fuzzy
|
||||
msgid "Unit"
|
||||
msgstr "Unit"
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr ""
|
||||
|
||||
328
ide/packages/idepackager/languages/idepackagerstrconsts.it.po
Normal file
328
ide/packages/idepackager/languages/idepackagerstrconsts.it.po
Normal file
@ -0,0 +1,328 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "Opzioni compilatore"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr "Trovata unit ambigua"
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr "%s in %s"
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr "Cancellazione del file \"%s\" fallita."
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr "Esecuzione comando dopo"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr "Esecuzione comando prima"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Estendere il percorso di ricerca degli include del pacchetto \"%s\" con%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr "Estendereil percorso di ricerca degli include del progetto con%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr "Estendere il percorso degli include?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr "Estendere il percorso delle unit?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Estendere il percorso di ricerca delle unit del pacchetto \"%s\" con%s\"%s\"?"
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr "Creazione del Makefile per il pacchetto %s"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr "%s, predefinito: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr "Opzioni pacchetto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr "Aggiunta percorso sorgenti compilatore"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr "Cartella risultati"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr "Marca cartella sorgenti pacchetto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr "Percorso unit"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr "Binario"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr "File include"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr "Problemi con il file XML"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr "LFM - form di testo Lazarus"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr "LRS - risorsa Lazarus"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr "Unit principale"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "Testo"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr "Unit virtuale"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
#, fuzzy
|
||||
#| msgid "Package directory. Parameter is package ID"
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Cartella del pacchetto. Il parametro è l'ID del pacchetto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
#, fuzzy
|
||||
#| msgid "Package include files search path. Parameter is package ID"
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Il pacchetto include i percorsi di ricerca dei file. Il parametro è l'ID del pacchetto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
#, fuzzy
|
||||
#| msgid "Package source search path. Parameter is package ID"
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Percorso di ricerca dei sorgenti. Il parametro è l'ID del pacchetto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
#, fuzzy
|
||||
#| msgid "Package unit search path. Parameter is package ID"
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Percorso di ricerca delle unit. Il parametro è l'ID del pacchetto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr "Cancellazione non riuscita"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr "Errore nella lettura del file"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr "Errore nella scrittura del file"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr "file sorgente principale del pacchetto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr "file configurazione pacchetti statici"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr "Il file \"%s\" del pacchetto %s non è stato trovato:"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr "Impossibile creare la cartella di output \"%s\"%sper il pacchetto %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr "Impossibile creare la cartella dei sorgenti del pacchetto \"%s\"%sper il pacchetto %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr "Impossibile cancellare il vecchio file di stato \"%s\"%sper il pacchetto %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr "Impossibile caricare il pacchetto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr "Impossibile aprire il pacchetto \"%s\".%sIl pacchetto è marcato per l'installazione."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "Impossibile leggere il file stato \"%s\"%sdel pacchetto %s.%sErrore: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "Impossibile scrivere il file stato \"%s\"%sdel pacchetto %s.%sErrore: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr "Impossibile registrare componenti senza una unit"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr "Classe componenti \"%s\" già definita"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr "%s%sNome file: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr "Classe componenti non valida"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr "Nome unit non valido: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr "%s%sfile lpk: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr "File pacchetto non trovato"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr "Errore nella registrazione del pacchetto "
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr "La procedura di registrazione è vuota"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
#, fuzzy
|
||||
#| msgid "RegisterUnit was called, but no package is registering."
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr "RegisterUnit è stata chiamata ma nessun pacchetto è in registrazione."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr "%s%sFile lpk non trovato."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format, fuzzy
|
||||
#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr "Il pacchetto \"%s\" è installato, ma non c'è un file di pacchetto (.lpk) valido. %sE' stato creato un finto pacchetto incompleto. "
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr "Questo è il pacchetto predefinito. Usato solo per componenti senza un pacchetto. Questi componenti sono obsoleti."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
#, fuzzy
|
||||
#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr "Il pacchetto è installato, ma il suo file lpk non c'è: tutti i suoi componenti sono disattivati. Pregasi risolvere il problema."
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr "%s%sNome unit: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr "La unit \"%s\" non è stata trovata nel file lpk.%sprobabilmente questo file lpk non è stato usato per costruire questa IDE. Oppure il pacchetto usa in modo inappropriato la procedura RegisterUnit"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr "La unit \"%s\" è stata rimossa dal pacchetto (lpk)"
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr "Il file \"%s\"%s è stato trovato nella cartella dei sorgenti del pacchetto %s e sembra una unit compilata. Per cui dovrebbe invece stare nella cartella di output del pacchetto, altrimenti altri pacchetti che usano questo avranno dei problemi.%sCancello il file ambiguo?"
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
msgid "Unit"
|
||||
msgstr "Unit"
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr "Aggiornamento dei file po fallito per il pacchetto %s"
|
||||
|
||||
321
ide/packages/idepackager/languages/idepackagerstrconsts.ja.po
Normal file
321
ide/packages/idepackager/languages/idepackagerstrconsts.ja.po
Normal file
@ -0,0 +1,321 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "コンパイラオプション"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr "曖昧なユニットがみつかりました"
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr "%s in %s"
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr "ファイル \"%s\"の削除に失敗しました。"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr "次の後にコマンドを実行:"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr "次の前にコマンドを実行:"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "パッケージ\"%s\"のインクルードファイル検索パスを%s\"%s\"に拡張しますか?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr "プロジェクトのインクルードファイル検索パスを%s\"%s\"に拡張しますか?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr "インクルードファイルを拡張しますか?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr "ユニットのパスを拡張しますか?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "パッケージ\"%s\"のユニット検索パスを%s\"%s\"に拡張しますか?"
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr "パッケージ%sのためのMakefileを作成中"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr "コンパイラ定義\"%s\"を2回違う値で通過"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr "コンパイラオプション-%sを2回違う値で通過"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr "%s, 既定: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr "パッケージオプション"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr "コンパイルのソースパスを追加"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr "出力ディレクトリ"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr "パッケージソースディレクトリマーク"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr "ユニットパス"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr "バイナリ"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr "インクルードファイル"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr "xmlファイルを発行する"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr "LFM - Lazarusフォームテキスト"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr "LRS - Lazarusリソース"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr "メインユニット"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "テキスト"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr "仮想ユニット"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "パッケージディレクトリ。引数はパッケージID"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "パッケージのインクルードファイルのパス。引数はパッケージID, 例: \"Name\" or \"Name 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "パッケージ名。引数はパッケージID。例:\"Name\" もしくは \"Name 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "パッケージ出力ディレクトリ。引数はパッケージID。例:\"Name\" もしくは \"Name 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "パッケージのソースファイルのパス。引数はパッケージID 例:\"Name\" もしくは \"Name 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "パッケージのユニット検索パス。引数はパッケージID 例:\"Name\" もしくは \"Name 1.0\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr "パッケージ%sをコンパイル"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr "削除に失敗"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr "ファイルの読みとり中にエラー"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr "ファイルへの書き込み中にエラー"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr "パッケージメインソースファイル"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr "静的パッケージ設定ファイル"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr "ファイル \"%s\" (パッケージ %s )は見つかりませんでした。"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr "パッケージ%sの出力ディレクトリ\"%s\"%sを作成できません。"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr "パッケージ%sのパッケージソースディレクトリ\"%s\"%sを作成できません。"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr "パッケージ%sの古い状態ファイル\"%s\"%sを削除できません。"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr "パッケージを読み込めません"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr "パッケージ\"%s\"を開けません。%sこのパッケージをインストールするようマークされています。"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "パッケージ%sの状態ファイル\"%s\"%sを読めません。%sエラー: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
|
||||
#, object-pascal-format
|
||||
msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
|
||||
msgstr "パッケージ%sの状態ファイル \"%s\"%sに書き込めません。%sエラー: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
|
||||
msgid "Cannot register components without unit"
|
||||
msgstr "ユニット無しではコンポーネントを登録できません"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
|
||||
#, object-pascal-format
|
||||
msgid "Component Class \"%s\" already defined"
|
||||
msgstr "コンポーネントクラス \"%s\" はすでに定義されています"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%sFile Name: \"%s\""
|
||||
msgstr "%s%sファイル名: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
|
||||
msgid "Invalid component class"
|
||||
msgstr "無効なコンポーネントクラス"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysinvalidunitname
|
||||
#, object-pascal-format
|
||||
msgid "Invalid Unitname: %s"
|
||||
msgstr "無効なユニット名: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyslpkfilename
|
||||
#, object-pascal-format
|
||||
msgid "%s%slpk file: \"%s\""
|
||||
msgstr "%s%slpk ファイル: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackagefilenotfound
|
||||
msgid "Package file not found"
|
||||
msgstr "パッケージファイルが見つかりません"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsyspackageregistrationerror
|
||||
msgid "Package registration error"
|
||||
msgstr "パッケージ登録エラー"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
|
||||
msgid "Register procedure is nil"
|
||||
msgstr "Register手続きが空です"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
|
||||
#, fuzzy
|
||||
#| msgid "RegisterUnit was called, but no package is registering."
|
||||
msgid "RegisterUnit was called but no package is registering."
|
||||
msgstr "ユニット登録が呼び出されましたが、どのパッケージも登録中ではありません。"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "%s%sThe lpk file was not found."
|
||||
msgstr "%s%s そのlpkは見つかりませんでした。"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
|
||||
#, object-pascal-format, fuzzy
|
||||
#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
|
||||
msgstr "パッケージ \"%s\"がインストールされましたが、有効なパッケージファイル(.lpk)が見つかりません。%s壊れたダミーパッケージが作成されました。"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
|
||||
msgid "This is the default package. Used only for components without a package. These components are outdated."
|
||||
msgstr "これはデフォルトのパッケージです。パッケージのないコンポーネントにのみ用いられます。これらのコンポーネントは時代遅れです。"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
|
||||
#, fuzzy
|
||||
#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
|
||||
msgstr "このパッケージはインストールされましたが、lpkファイルが見つかりません。そのすべてのコンポーネントは無効にされています。修復してください。"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitname
|
||||
#, object-pascal-format
|
||||
msgid "%s%sUnit Name: \"%s\""
|
||||
msgstr "%s%sユニット名: \"%s\""
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
|
||||
msgstr "ユニット \"%s\"はlpkファイルに見つかりませんでした。%sおそらくこのlpkファイルはこのIDEを構築した際に用いられていません。あるいはそのパッケージはRegisterUnit手続きを誤使用しています。"
|
||||
|
||||
#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
|
||||
#, object-pascal-format
|
||||
msgid "Unit \"%s\" was removed from package (lpk)"
|
||||
msgstr "ユニット \"%s\"はパッケージ(lpk)から削除されました"
|
||||
|
||||
#: idepackagerstrconsts.lisskipthesewarnings
|
||||
msgid "Skip these warnings"
|
||||
msgstr "これらの警告をスキップ"
|
||||
|
||||
#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
|
||||
msgstr "ファイル\"%s\"%sはパッケージのソースディレクトリの一つに見つかりました。%s それはコンパイルされたユニットのようです。コンパイルされたユニットはパッケージの出力ディレクトリになければならず、さもなければ他のパッケージがこのパッケージを利用することで問題が生じかねません。%s曖昧なファイルを削除しますか?"
|
||||
|
||||
#: idepackagerstrconsts.lisunit
|
||||
#, fuzzy
|
||||
msgid "Unit"
|
||||
msgstr "ユニット"
|
||||
|
||||
#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Updating PO files failed for package %s"
|
||||
msgstr "パッケージ%sに関するPOファイルの修正に失敗"
|
||||
|
||||
320
ide/packages/idepackager/languages/idepackagerstrconsts.lt.po
Normal file
320
ide/packages/idepackager/languages/idepackagerstrconsts.lt.po
Normal file
@ -0,0 +1,320 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: idepackagerstrconsts.dlgcompileroptions
|
||||
msgid "Compiler Options"
|
||||
msgstr "Kompiliatoriaus parinktys"
|
||||
|
||||
#: idepackagerstrconsts.lisambiguousunitfound
|
||||
msgid "Ambiguous unit found"
|
||||
msgstr "Rastas neaiškus modulis"
|
||||
|
||||
#: idepackagerstrconsts.liscein
|
||||
#, object-pascal-format
|
||||
msgid "%s in %s"
|
||||
msgstr "%s, kuris randasi %s"
|
||||
|
||||
#: idepackagerstrconsts.lisdeletingoffilefailed
|
||||
#, object-pascal-format
|
||||
msgid "Deleting of file \"%s\" failed."
|
||||
msgstr "Nepavyko ištrinti failą „%s“."
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandafter
|
||||
msgid "Executing command after"
|
||||
msgstr "Startuojama komanda po"
|
||||
|
||||
#: idepackagerstrconsts.lisexecutingcommandbefore
|
||||
msgid "Executing command before"
|
||||
msgstr "Startuojama komanda prieš"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Paketo įterpiamų failų paieškos kelią „%s“ papildyti%s„%s“?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
|
||||
#, object-pascal-format
|
||||
msgid "Extend include files search path of project with%s\"%s\"?"
|
||||
msgstr "Paketo įterpiamų failų paieškos kelią papildyti%s„%s“?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendincludepath
|
||||
msgid "Extend include path?"
|
||||
msgstr "Papildyti įterpiamų paieškos kelią?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitpath
|
||||
msgid "Extend unit path?"
|
||||
msgstr "Išplėsti modulių kelią?"
|
||||
|
||||
#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
|
||||
#, object-pascal-format
|
||||
msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
|
||||
msgstr "Paketo modulių paieškos kelią „%s“ papildyti%s„%s“?"
|
||||
|
||||
#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Creating Makefile for package %s"
|
||||
msgstr "Paketui „%s“ kuriamas „Makefile“"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler define \"%s\" twice with different values"
|
||||
msgstr "kompiliatoriaus apibrėžtis „%s“ peduodama du kart su skirtingomis vertėmis"
|
||||
|
||||
#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
|
||||
#, object-pascal-format
|
||||
msgid "passing compiler option -%s twice with different values"
|
||||
msgstr "kompiliatoriaus parinktis „-%s“ peduodama du kart su skirtingomis vertėmis"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditdefault
|
||||
#, object-pascal-format
|
||||
msgid "%s, default: %s"
|
||||
msgstr "%s, numatyta: %s"
|
||||
|
||||
#: idepackagerstrconsts.lispckeditfpmakepackage
|
||||
msgid "(fpmake)"
|
||||
msgstr ""
|
||||
|
||||
#: idepackagerstrconsts.lispckoptspackageoptions
|
||||
msgid "Package Options"
|
||||
msgstr "Paketo parinktys"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
|
||||
msgid "CompiledSrcPath addition"
|
||||
msgstr "Priedas prie CompiledSrcPath"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsoutputdirectory
|
||||
msgid "Output directory"
|
||||
msgstr "Išvesties aplankas"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefssrcdirmark
|
||||
msgid "Package Source Directory Mark"
|
||||
msgstr "Paketo pradinio aplanko žymė"
|
||||
|
||||
#: idepackagerstrconsts.lispkgdefsunitpath
|
||||
msgid "Unit Path"
|
||||
msgstr "Kelias iki modulio"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypebinary
|
||||
msgid "Binary"
|
||||
msgstr "Dvejetainis"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeinclude
|
||||
msgid "Include file"
|
||||
msgstr "Įtraukiamasis"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypeissues
|
||||
msgid "Issues xml file"
|
||||
msgstr "Apribojimų xml failas"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelfm
|
||||
msgid "LFM - Lazarus form text"
|
||||
msgstr "LFM - Lazarus formos kodas"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypelrs
|
||||
msgid "LRS - Lazarus resource"
|
||||
msgstr "LRS - Lazarus ištekliai"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypemainunit
|
||||
msgid "Main Unit"
|
||||
msgstr "Pagrindinis modulis"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypetext
|
||||
msgid "Text"
|
||||
msgstr "Teksto"
|
||||
|
||||
#: idepackagerstrconsts.lispkgfiletypevirtualunit
|
||||
msgid "Virtual Unit"
|
||||
msgstr "Virtualus modulis"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
|
||||
msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Paketo aplankas. Parametras yra paketo ID, pvz.: „Pavadinimas“ arba „Pavadinimas 1.0“"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
|
||||
msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Įterpiamų į paketą paieškos kelias. Parametras yra paketo ID, pvz.: „Pavadinimas- ar „Pavadinimas 1.0“"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
|
||||
msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Paketo pavadinimas. Parametras yra paketo identifikatorius, pvz.: „Pavadinimas“ ar „Pavadinimas 1.0“"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
|
||||
msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Paketo išvesties aplankas. Parametras yra paketo identifikatorius, pvz.: „Pavadinimas“ arba „Pavadinimas 1.0“"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
|
||||
msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Paketo pirminio kodo paieškos kelias. Parametras yra paketo ID, pvz.: „Pavadinimas- ar „Pavadinimas 1.0“"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
|
||||
msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
|
||||
msgstr "Paketo modulių paieškos kelias. Parametras yra paketo ID, pvz.: „Pavadinimas- ar „Pavadinimas 1.0“"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangcompilepackage
|
||||
#, object-pascal-format
|
||||
msgid "Compile package %s"
|
||||
msgstr "Kompiliuoti paketą „%s“"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangdeletefailed
|
||||
msgid "Delete failed"
|
||||
msgstr "Nepavyko ištrinti"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorreadingfile
|
||||
msgid "Error reading file"
|
||||
msgstr "Klaida įkeliant failą"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangerrorwritingfile
|
||||
msgid "Error writing file"
|
||||
msgstr "Klaida rašant į failą"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
|
||||
msgid "package main source file"
|
||||
msgstr "paketo pagrindinis pirminio kodo failas"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
|
||||
msgid "static packages config file"
|
||||
msgstr "statinio paketo nustatymų failas"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
|
||||
#, object-pascal-format
|
||||
msgid "The file \"%s\" of package %s was not found."
|
||||
msgstr "Nerastas paketui „%s“ priklausantis failas „%s“."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create output directory \"%s\"%sfor package %s."
|
||||
msgstr "Nepavyko sukurti išvesties aplanką „%s“%s, skirtą paketui %s."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to create package source directory \"%s\"%sfor package %s."
|
||||
msgstr "Nepavyko sukurti aplanką „%s“%s paketo „%s“ pradiniam kodui."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to delete old state file \"%s\"%sfor package %s."
|
||||
msgstr "Nepavyko ištrinti senąjį būsenos failą „%s“,%s priklausantį paketui „%s“."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoloadpackage
|
||||
msgid "Unable to load package"
|
||||
msgstr "Įkelti paketą nepavyko"
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
|
||||
#, object-pascal-format
|
||||
msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
|
||||
msgstr "Nepavyko įkelti paketą „%s“.%sŠis paketas paženklintas diegimui."
|
||||
|
||||
#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
|
||||