CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
--- a/trunk/Src/UCompileMgr.pas +++ b/trunk/Src/UCompileMgr.pas @@ -24,7 +24,7 @@ * The Initial Developer of the Original Code is Peter Johnson * (http://www.delphidabbler.com/). * - * Portions created by the Initial Developer are Copyright (C) 2009 Peter + * Portions created by the Initial Developer are Copyright (C) 2009-2010 Peter * Johnson. All Rights Reserved. * * Contributor(s) @@ -44,7 +44,7 @@ // Delphi Classes, Controls, // Project - IntfCompilers, USnippets, UView; + Compilers.UGlobals, USnippets, UView; type @@ -142,7 +142,7 @@ // Delphi SysUtils, // Project - FmCompErrorDlg, FmCompilersDlg, UCompilers, UTestCompileUI; + Compilers.UCompilers, FmCompErrorDlg, FmCompilersDlg, UTestCompileUI; { TCompileMgr }