30 lines
1.0 KiB
C++
30 lines
1.0 KiB
C++
|
|
//---------------------------------------------------------------------------
|
||
|
|
#include <vcl.h>
|
||
|
|
#pragma hdrstop
|
||
|
|
USERES("cxTreeListC5.res");
|
||
|
|
USEPACKAGE("vcl50.bpi");
|
||
|
|
USEPACKAGE("vclx50.bpi");
|
||
|
|
USEPACKAGE("vcldb50.bpi");
|
||
|
|
USEPACKAGE("cxEditorsC5.bpi");
|
||
|
|
USEPACKAGE("cxLibraryVCLC5.bpi");
|
||
|
|
USEPACKAGE("cxExportC5.bpi");
|
||
|
|
USEPACKAGE("cxDataC5.bpi");
|
||
|
|
USEPACKAGE("dxThemeC5.bpi");
|
||
|
|
USEUNIT("cxTLStrs.pas");
|
||
|
|
USEUNIT("cxExportTL4Link.pas");
|
||
|
|
USEUNIT("cxTL.pas");
|
||
|
|
USEUNIT("cxTLData.pas");
|
||
|
|
USEUNIT("cxTLIntf.pas");
|
||
|
|
USEUNIT("cxDBTL.pas");
|
||
|
|
USEUNIT("cxTLStyleSheetPreview.pas");
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
#pragma package(smart_init)
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
// Package source.
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
||
|
|
{
|
||
|
|
return 1;
|
||
|
|
}
|
||
|
|
//---------------------------------------------------------------------------
|