|
From: Peter T. <pe...@pr...> - 2004-01-27 14:31:42
|
Update of /cvsroot/jvcl/dev/JVCL3/examples/JvDocking/MSDN2002/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22144/examples/JvDocking/MSDN2002/Source Modified Files: MSDN2002Pro.dof 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: MSDN2002Pro.dof =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/examples/JvDocking/MSDN2002/Source/MSDN2002Pro.dof,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MSDN2002Pro.dof 21 Jan 2004 14:49:52 -0000 1.1 --- MSDN2002Pro.dof 27 Jan 2004 14:30:37 -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 |