|
From: Peter T. <pe...@pr...> - 2004-01-27 14:31:43
|
Update of /cvsroot/jvcl/dev/JVCL3/examples/JvDocking/DockOptionDemo/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22144/examples/JvDocking/DockOptionDemo/Source Modified Files: DockOptionDemo.dof MainForm.dfm Log Message: - Now all but a few UIB demos compile with D5. These have been commented out - Renamed the _D5/_D6 dpr's in JvDocking since they were identical . dcc32 should build (-B), not make (-m) since many demos use the the same unit names (so the wrong dcu's might be used) Index: MainForm.dfm =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/examples/JvDocking/DockOptionDemo/Source/MainForm.dfm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MainForm.dfm 23 Jan 2004 09:41:05 -0000 1.3 --- MainForm.dfm 27 Jan 2004 14:30:36 -0000 1.4 *************** *** 309,313 **** ConjoinServerOption.TextAlignment = taLeftJustify ConjoinServerOption.ActiveTitleStartColor = 6956042 ! ConjoinServerOption.ActiveTitleEndColor = clSkyBlue ConjoinServerOption.InactiveTitleStartColor = clGray ConjoinServerOption.InactiveTitleEndColor = clSilver --- 309,313 ---- ConjoinServerOption.TextAlignment = taLeftJustify ConjoinServerOption.ActiveTitleStartColor = 6956042 ! ConjoinServerOption.ActiveTitleEndColor = 15780518 ConjoinServerOption.InactiveTitleStartColor = clGray ConjoinServerOption.InactiveTitleEndColor = clSilver Index: DockOptionDemo.dof =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/examples/JvDocking/DockOptionDemo/Source/DockOptionDemo.dof,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DockOptionDemo.dof 21 Jan 2004 14:49:52 -0000 1.1 --- DockOptionDemo.dof 27 Jan 2004 14:30:36 -0000 1.2 *************** *** 4,8 **** UnsafeCast=0 [Directories] ! OutputDir=..\..\bin ! UnitOutputDir=..\..\dcu SearchPath=..\..\run;..\..\common --- 4,8 ---- UnsafeCast=0 [Directories] ! OutputDir=..\bin ! UnitOutputDir=..\bin SearchPath=..\..\run;..\..\common |