From 664a7e35bdd1b511aace9f1b2b1aa99c345385b1 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 9 Sep 2007 11:06:43 +0000 Subject: [PATCH] git-svn-id: https://192.168.0.254/svn/Componentes.Internos.GUISDK/trunk@5 e3f7d858-3362-1a4e-b49c-1b1bd96e4488 --- Packages/GUISDK_D2007.dpk | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Packages/GUISDK_D2007.dpk b/Packages/GUISDK_D2007.dpk index 1d14b75..8bd127a 100644 --- a/Packages/GUISDK_D2007.dpk +++ b/Packages/GUISDK_D2007.dpk @@ -22,7 +22,7 @@ package GUISDK_D2007; {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} -{$DESCRIPTION 'GUI SDK para Delphi 10'} +{$DESCRIPTION 'GUI SDK para Delphi 2007'} {$IMPLICITBUILD OFF} {$DEFINE DEBUG} @@ -32,13 +32,14 @@ requires designide, vclactnband, vclx, - cfpack_d10, - ccpack10; + ccpackD2007, + cfpack_D2007, + xmlrtl; contains - uCustomView in '..\Source\uCustomView.pas' {CustomView: TFrame}, - uCustomEditor in '..\Source\uCustomEditor.pas' {CustomEditor}, - uGUIBase in '..\Source\uGUIBase.pas', - uGUIUtils in '..\Source\uGUIUtils.pas'; + uCustomView in '..\Sources\uCustomView.pas', + uCustomEditor in '..\Sources\uCustomEditor.pas', + uGUIBase in '..\Sources\uGUIBase.pas', + uGUIUtils in '..\Sources\uGUIUtils.pas'; end.