git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@32 05c56307-c608-d34a-929d-697000501d7a
34 lines
1.1 KiB
C++
34 lines
1.1 KiB
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("cxPivotGridC5.res");
|
|
USEPACKAGE("vcl50.bpi");
|
|
USEPACKAGE("vcldb50.bpi");
|
|
USEPACKAGE("cxDataC5.bpi");
|
|
USEPACKAGE("cxLibraryVCLC5.bpi");
|
|
USEPACKAGE("cxEditorsC5.bpi");
|
|
USEPACKAGE("cxExtEditorsC5.bpi");
|
|
USEPACKAGE("cxExportC5.bpi");
|
|
USEPACKAGE("dxThemeC5.bpi");
|
|
USEUNIT("cxCustomPivotGrid.pas");
|
|
USEUNIT("cxPivotGrid.pas");
|
|
USEUNIT("cxDBPivotGrid.pas");
|
|
USEUNIT("cxPivotGridStrs.pas");
|
|
USEUNIT("cxPivotGridCustomization.pas");
|
|
USEUNIT("cxExportPivotGridLink.pas");
|
|
USEUNIT("cxPivotGridStyleSheetsPreview.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|