From: <jfu...@us...> - 2012-09-24 20:14:23
|
Revision: 13446 http://jvcl.svn.sourceforge.net/jvcl/?rev=13446&view=rev Author: jfudickar Date: 2012-09-24 20:14:15 +0000 (Mon, 24 Sep 2012) Log Message: ----------- Recreated using the current jvclbase.inc Modified Paths: -------------- trunk/jvcl/common/jvcld17.inc trunk/jvcl/common/jvcld17_x64.inc Modified: trunk/jvcl/common/jvcld17.inc =================================================================== --- trunk/jvcl/common/jvcld17.inc 2012-09-24 20:13:15 UTC (rev 13445) +++ trunk/jvcl/common/jvcld17.inc 2012-09-24 20:14:15 UTC (rev 13446) @@ -29,7 +29,7 @@ {%hidden%} { The installer enables this define if you compile JVCL for Delphi and C++ Builder. It disables the class constructor/destructor support that is not supported by C++Builder. } -{$DEFINE JVCL_GENERATE_CPP_PACKAGE_FILES} +{.$DEFINE JVCL_GENERATE_CPP_PACKAGE_FILES} { Enable this define if you have the dxgettext (http://dxgettext.sourceforge.net) translation tool installed and want to use it with the JVCL. } @@ -104,25 +104,36 @@ {.$DEFINE USE_3RDPARTY_SMIMPORT} { Activates Support for the DevExpress cxEditor-Controls -For further informations have a look at http://www.devexpress.com } -{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXEDITOR} +For further informations have a look at http://www.devexpress.com +You have to choose between shared and non shared packages} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXEDITOR_SHARED} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXEDITOR_NON_SHARED} { Activates Support for the DevExpress cxGrid-Controls -For further informations have a look at http://www.devexpress.com } -{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXGRID} +For further informations have a look at http://www.devexpress.com +You have to choose between shared and non shared packages} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXGRID_SHARED} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXGRID_NON_SHARED} { Activates Support for the DevExpress cxVerticalGrid-Controls -For further informations have a look at http://www.devexpress.com } -{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXVERTICALGRID} +For further informations have a look at http://www.devexpress.com +You have to choose between shared and non shared packages} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXVERTICALGRID_SHARED} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXVERTICALGRID_NON_SHARED} { Activates Support for the DevExpress cxPivotGrid-Controls -For further informations have a look at http://www.devexpress.com } -{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXPIVOTGRID} +For further informations have a look at http://www.devexpress.com +You have to choose between shared and non shared packages} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXPIVOTGRID_SHARED} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXPIVOTGRID_NON_SHARED} { Activates Support for the DevExpress cxTreeList-Controls -For further informations have a look at http://www.devexpress.com } -{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXTREELIST} +For further informations have a look at http://www.devexpress.com +You have to choose between shared and non shared packages} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXTREELIST_SHARED} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXTREELIST_NON_SHARED} + { Activates the Internet Direct (Indy)-Components For further informations have a look at http://www.indyproject.org } {.$DEFINE USE_3RDPARTY_INDY} @@ -143,10 +154,13 @@ For further informations have a look at http://www.allroundautomations.com } {.$DEFINE USE_3RDPARTY_DOA} -{ Activates Support for the CoreLabs VCL Oracle Data Access Components -For further informations have a look at http://www.crlab.com } -{.$DEFINE USE_3RDPARTY_CORELAB_ODAC} +{ Activates Support for the DevArt VCL Oracle Data Access Components +For further informations have a look at http://www.devart.com } +{.$DEFINE USE_3RDPARTY_DEVART_ODAC} { Activates Support for the DevArt VCL Universal Data Access Components For further informations have a look at http://www.devart.com } {.$DEFINE USE_3RDPARTY_DEVART_UNIDAC} + + + Modified: trunk/jvcl/common/jvcld17_x64.inc =================================================================== --- trunk/jvcl/common/jvcld17_x64.inc 2012-09-24 20:13:15 UTC (rev 13445) +++ trunk/jvcl/common/jvcld17_x64.inc 2012-09-24 20:14:15 UTC (rev 13446) @@ -29,7 +29,7 @@ {%hidden%} { The installer enables this define if you compile JVCL for Delphi and C++ Builder. It disables the class constructor/destructor support that is not supported by C++Builder. } -{$DEFINE JVCL_GENERATE_CPP_PACKAGE_FILES} +{.$DEFINE JVCL_GENERATE_CPP_PACKAGE_FILES} { Enable this define if you have the dxgettext (http://dxgettext.sourceforge.net) translation tool installed and want to use it with the JVCL. } @@ -104,25 +104,36 @@ {.$DEFINE USE_3RDPARTY_SMIMPORT} { Activates Support for the DevExpress cxEditor-Controls -For further informations have a look at http://www.devexpress.com } -{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXEDITOR} +For further informations have a look at http://www.devexpress.com +You have to choose between shared and non shared packages} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXEDITOR_SHARED} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXEDITOR_NON_SHARED} { Activates Support for the DevExpress cxGrid-Controls -For further informations have a look at http://www.devexpress.com } -{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXGRID} +For further informations have a look at http://www.devexpress.com +You have to choose between shared and non shared packages} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXGRID_SHARED} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXGRID_NON_SHARED} { Activates Support for the DevExpress cxVerticalGrid-Controls -For further informations have a look at http://www.devexpress.com } -{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXVERTICALGRID} +For further informations have a look at http://www.devexpress.com +You have to choose between shared and non shared packages} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXVERTICALGRID_SHARED} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXVERTICALGRID_NON_SHARED} { Activates Support for the DevExpress cxPivotGrid-Controls -For further informations have a look at http://www.devexpress.com } -{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXPIVOTGRID} +For further informations have a look at http://www.devexpress.com +You have to choose between shared and non shared packages} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXPIVOTGRID_SHARED} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXPIVOTGRID_NON_SHARED} { Activates Support for the DevExpress cxTreeList-Controls -For further informations have a look at http://www.devexpress.com } -{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXTREELIST} +For further informations have a look at http://www.devexpress.com +You have to choose between shared and non shared packages} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXTREELIST_SHARED} +{.$DEFINE USE_3RDPARTY_DEVEXPRESS_CXTREELIST_NON_SHARED} + { Activates the Internet Direct (Indy)-Components For further informations have a look at http://www.indyproject.org } {.$DEFINE USE_3RDPARTY_INDY} @@ -143,10 +154,13 @@ For further informations have a look at http://www.allroundautomations.com } {.$DEFINE USE_3RDPARTY_DOA} -{ Activates Support for the CoreLabs VCL Oracle Data Access Components -For further informations have a look at http://www.crlab.com } -{.$DEFINE USE_3RDPARTY_CORELAB_ODAC} +{ Activates Support for the DevArt VCL Oracle Data Access Components +For further informations have a look at http://www.devart.com } +{.$DEFINE USE_3RDPARTY_DEVART_ODAC} { Activates Support for the DevArt VCL Universal Data Access Components For further informations have a look at http://www.devart.com } {.$DEFINE USE_3RDPARTY_DEVART_UNIDAC} + + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |