IDE: renamed build variable to build macro

git-svn-id: trunk@26864 -
This commit is contained in:
mattias 2010-07-27 18:04:37 +00:00
parent 8cab5efb57
commit d96cec82dc
5 changed files with 5 additions and 5 deletions

4
.gitattributes vendored
View File

@ -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_space_options.pas svneol=native#text/pascal
ide/frames/codetools_wordpolicy_options.lfm svneol=native#text/plain ide/frames/codetools_wordpolicy_options.lfm svneol=native#text/plain
ide/frames/codetools_wordpolicy_options.pas svneol=native#text/pascal ide/frames/codetools_wordpolicy_options.pas svneol=native#text/pascal
ide/frames/compiler_buildvar_options.lfm svneol=native#text/plain ide/frames/compiler_buildmacro_options.lfm svneol=native#text/plain
ide/frames/compiler_buildvar_options.pas 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.lfm svneol=native#text/plain
ide/frames/compiler_codegen_options.pas svneol=native#text/pascal ide/frames/compiler_codegen_options.pas svneol=native#text/pascal
ide/frames/compiler_compilation_options.lfm svneol=native#text/plain ide/frames/compiler_compilation_options.lfm svneol=native#text/plain

View File

@ -47,7 +47,7 @@ uses
TransferMacros, PathEditorDlg, LazarusIDEStrConsts, IDEOptionDefs, LazConf, TransferMacros, PathEditorDlg, LazarusIDEStrConsts, IDEOptionDefs, LazConf,
IDEProcs, IDEImagesIntf, ShowCompilerOpts, Project, PackageDefs, IDEMsgIntf, IDEProcs, IDEImagesIntf, ShowCompilerOpts, Project, PackageDefs, IDEMsgIntf,
CompilerOptions, CheckCompilerOpts, CompOptsModes, BuildModesEditor, CompilerOptions, CheckCompilerOpts, CompOptsModes, BuildModesEditor,
Compiler_CondTree, Compiler_BuildVar_Options, CheckLst; Compiler_CondTree, Compiler_BuildMacro_Options, CheckLst;
type type
{ TfrmCompilerOptions } { TfrmCompilerOptions }

View File

@ -17,7 +17,7 @@
* * * *
*************************************************************************** ***************************************************************************
} }
unit Compiler_BuildVar_Options; unit Compiler_BuildMacro_Options;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}

View File

@ -30,7 +30,7 @@ interface
uses uses
Classes, SysUtils, FileUtil, Forms, StdCtrls, ExtCtrls, Classes, SysUtils, FileUtil, Forms, StdCtrls, ExtCtrls,
Compiler_CondTree, Compiler_BuildVar_Options; Compiler_CondTree, Compiler_BuildMacro_Options;
type type