36 lines
1.2 KiB
C++
36 lines
1.2 KiB
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("cxPivotGridC10.res");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("dxCoreC10.bpi");
|
|
USEPACKAGE("dbrtl.bpi");
|
|
USEPACKAGE("cxDataC10.bpi");
|
|
USEPACKAGE("cxLibraryC10.bpi");
|
|
USEPACKAGE("cxEditorsC10.bpi");
|
|
USEPACKAGE("cxExtEditorsC10.bpi");
|
|
USEPACKAGE("cxExportC10.bpi");
|
|
USEPACKAGE("dxThemeC10.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;
|
|
}
|
|
//---------------------------------------------------------------------------
|