mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 19:41:08 +02:00
IDE: renamed build variable to build macro
git-svn-id: trunk@26864 -
This commit is contained in:
parent
8cab5efb57
commit
d96cec82dc
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -3522,8 +3522,8 @@ ide/frames/codetools_space_options.lfm svneol=native#text/plain
|
||||
ide/frames/codetools_space_options.pas svneol=native#text/pascal
|
||||
ide/frames/codetools_wordpolicy_options.lfm svneol=native#text/plain
|
||||
ide/frames/codetools_wordpolicy_options.pas svneol=native#text/pascal
|
||||
ide/frames/compiler_buildvar_options.lfm svneol=native#text/plain
|
||||
ide/frames/compiler_buildvar_options.pas svneol=native#text/plain
|
||||
ide/frames/compiler_buildmacro_options.lfm svneol=native#text/plain
|
||||
ide/frames/compiler_buildmacro_options.pas svneol=native#text/plain
|
||||
ide/frames/compiler_codegen_options.lfm svneol=native#text/plain
|
||||
ide/frames/compiler_codegen_options.pas svneol=native#text/pascal
|
||||
ide/frames/compiler_compilation_options.lfm svneol=native#text/plain
|
||||
|
@ -47,7 +47,7 @@ uses
|
||||
TransferMacros, PathEditorDlg, LazarusIDEStrConsts, IDEOptionDefs, LazConf,
|
||||
IDEProcs, IDEImagesIntf, ShowCompilerOpts, Project, PackageDefs, IDEMsgIntf,
|
||||
CompilerOptions, CheckCompilerOpts, CompOptsModes, BuildModesEditor,
|
||||
Compiler_CondTree, Compiler_BuildVar_Options, CheckLst;
|
||||
Compiler_CondTree, Compiler_BuildMacro_Options, CheckLst;
|
||||
|
||||
type
|
||||
{ TfrmCompilerOptions }
|
||||
|
@ -17,7 +17,7 @@
|
||||
* *
|
||||
***************************************************************************
|
||||
}
|
||||
unit Compiler_BuildVar_Options;
|
||||
unit Compiler_BuildMacro_Options;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -30,7 +30,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, Forms, StdCtrls, ExtCtrls,
|
||||
Compiler_CondTree, Compiler_BuildVar_Options;
|
||||
Compiler_CondTree, Compiler_BuildMacro_Options;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user