|
From: Nando D. <na...@us...> - 2005-02-11 16:07:11
|
Update of /cvsroot/instantobjects/Source/Design In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5819/Design Modified Files: InstantAbout.pas InstantClassEditor.pas InstantCommandEditor.pas InstantDesignResources.pas InstantDesignUtils.pas InstantDialog.pas InstantDualList.pas InstantEdit.pas InstantModelExpert.pas InstantUnitSelect.pas InstantWizard.pas Log Message: added standard include statement Index: InstantEdit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantEdit.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantEdit.pas 10 Feb 2005 23:06:32 -0000 1.3 --- InstantEdit.pas 11 Feb 2005 16:06:43 -0000 1.4 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,37 **** unit InstantEdit; ! interface ! {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} uses --- 31,37 ---- unit InstantEdit; ! {$I ..\Core\InstantDefines.inc} ! interface uses Index: InstantDesignResources.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDesignResources.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantDesignResources.pas 10 Feb 2005 23:06:32 -0000 1.4 --- InstantDesignResources.pas 11 Feb 2005 16:06:43 -0000 1.5 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,37 **** unit InstantDesignResources; ! interface ! {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} uses --- 31,37 ---- unit InstantDesignResources; ! {$I ..\Core\InstantDefines.inc} ! interface uses Index: InstantDualList.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDualList.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantDualList.pas 10 Feb 2005 23:06:32 -0000 1.3 --- InstantDualList.pas 11 Feb 2005 16:06:43 -0000 1.4 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,37 **** unit InstantDualList; ! interface ! {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} uses --- 31,37 ---- unit InstantDualList; ! {$I ..\Core\InstantDefines.inc} ! interface uses Index: InstantCommandEditor.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantCommandEditor.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantCommandEditor.pas 10 Feb 2005 23:06:32 -0000 1.3 --- InstantCommandEditor.pas 11 Feb 2005 16:06:43 -0000 1.4 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,37 **** unit InstantCommandEditor; ! interface ! {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} uses --- 31,37 ---- unit InstantCommandEditor; ! {$I ..\Core\InstantDefines.inc} ! interface uses Index: InstantDialog.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDialog.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantDialog.pas 10 Feb 2005 23:06:32 -0000 1.3 --- InstantDialog.pas 11 Feb 2005 16:06:43 -0000 1.4 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,37 **** unit InstantDialog; ! interface ! {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} uses --- 31,37 ---- unit InstantDialog; ! {$I ..\Core\InstantDefines.inc} ! interface uses Index: InstantWizard.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantWizard.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantWizard.pas 10 Feb 2005 23:06:32 -0000 1.3 --- InstantWizard.pas 11 Feb 2005 16:06:43 -0000 1.4 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,37 **** unit InstantWizard; ! interface ! {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} uses --- 31,37 ---- unit InstantWizard; ! {$I ..\Core\InstantDefines.inc} ! interface uses Index: InstantAbout.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantAbout.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantAbout.pas 10 Feb 2005 23:06:31 -0000 1.4 --- InstantAbout.pas 11 Feb 2005 16:06:43 -0000 1.5 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,37 **** unit InstantAbout; ! interface ! {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} uses --- 31,37 ---- unit InstantAbout; ! {$I ..\Core\InstantDefines.inc} ! interface uses Index: InstantUnitSelect.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantUnitSelect.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantUnitSelect.pas 10 Feb 2005 23:06:32 -0000 1.4 --- InstantUnitSelect.pas 11 Feb 2005 16:06:43 -0000 1.5 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,37 **** unit InstantUnitSelect; ! interface ! {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} uses --- 31,37 ---- unit InstantUnitSelect; ! {$I ..\Core\InstantDefines.inc} ! interface uses Index: InstantDesignUtils.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDesignUtils.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantDesignUtils.pas 10 Feb 2005 23:06:32 -0000 1.4 --- InstantDesignUtils.pas 11 Feb 2005 16:06:43 -0000 1.5 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,37 **** unit InstantDesignUtils; ! interface ! {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} uses --- 31,37 ---- unit InstantDesignUtils; ! {$I ..\Core\InstantDefines.inc} ! interface uses Index: InstantModelExpert.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantModelExpert.pas,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** InstantModelExpert.pas 10 Feb 2005 23:06:32 -0000 1.6 --- InstantModelExpert.pas 11 Feb 2005 16:06:43 -0000 1.7 *************** *** 24,28 **** * the Initial Developer. All Rights Reserved. * ! * Contributor(s): * * ***** END LICENSE BLOCK ***** *) --- 24,28 ---- * the Initial Developer. All Rights Reserved. * ! * Contributor(s): Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 30,34 **** unit InstantModelExpert; ! {$IFDEF VER150} {$WARN UNIT_DEPRECATED OFF} {$ENDIF} --- 30,36 ---- unit InstantModelExpert; ! {$I ..\Core\InstantDefines.inc} ! ! {$IFDEF D7+} {$WARN UNIT_DEPRECATED OFF} {$ENDIF} *************** *** 40,44 **** InstantDesignResources, InstantModelExplorer, InstantCode, ExtCtrls, Forms; ! {$IFDEF VER130} const sLineBreak = #13#10; --- 42,46 ---- InstantDesignResources, InstantModelExplorer, InstantCode, ExtCtrls, Forms; ! {$IFNDEF D6+} const sLineBreak = #13#10; Index: InstantClassEditor.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantClassEditor.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantClassEditor.pas 10 Feb 2005 23:06:32 -0000 1.4 --- InstantClassEditor.pas 11 Feb 2005 16:06:43 -0000 1.5 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,37 **** unit InstantClassEditor; ! interface ! {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} uses --- 31,37 ---- unit InstantClassEditor; ! {$I ..\Core\InstantDefines.inc} ! interface uses |