|
From: Peter T. <pe...@pr...> - 2004-01-27 14:32:11
|
Update of /cvsroot/jvcl/dev/JVCL3/examples/JVCLMegaDemo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22144/examples/JVCLMegaDemo Modified Files: JVCLDemo.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: JVCLDemo.dof =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/examples/JVCLMegaDemo/JVCLDemo.dof,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** JVCLDemo.dof 21 Jan 2004 13:18:19 -0000 1.3 --- JVCLDemo.dof 27 Jan 2004 14:30:34 -0000 1.4 *************** *** 1,8 **** - [Compiler] - UnsafeType=0 - UnsafeCode=0 - UnsafeCast=0 [Directories] OutputDir=..\..\bin UnitOutputDir=..\..\dcu SearchPath=..\..\run;..\..\common --- 1,6 ---- [Directories] OutputDir=..\..\bin UnitOutputDir=..\..\dcu + PackageDLLOutputDir= + PackageDCPOutputDir= SearchPath=..\..\run;..\..\common |