32 lines
1.2 KiB
C++
32 lines
1.2 KiB
C++
|
|
//---------------------------------------------------------------------------
|
||
|
|
#include <vcl.h>
|
||
|
|
#pragma hdrstop
|
||
|
|
USEPACKAGE("rtl.bpi");
|
||
|
|
USEPACKAGE("dxCoreC6.bpi");
|
||
|
|
USEPACKAGE("vcl.bpi");
|
||
|
|
USEPACKAGE("dxPSCoreC6.bpi");
|
||
|
|
USERES("dxPScxExtCommonC6.res");
|
||
|
|
USEPACKAGE("dxPSLnksC6.bpi");
|
||
|
|
USEPACKAGE("cxLibraryVCLC6.bpi");
|
||
|
|
USEPACKAGE("cxDataC6.bpi");
|
||
|
|
USEPACKAGE("cxEditorsVCLC6.bpi");
|
||
|
|
USEPACKAGE("cxExtEditorsVCLC6.bpi");
|
||
|
|
USEUNIT("dxPScxCheckListBoxLnk.pas");
|
||
|
|
USEUNIT("dxPScxExtComCtrlsLnk.pas");
|
||
|
|
USEUNIT("dxPScxExtCommon.pas");
|
||
|
|
USEUNIT("dxPScxExtDBEditorLnkReg.pas");
|
||
|
|
USEUNIT("dxPScxExtDBEditorLnks.pas");
|
||
|
|
USEUNIT("dxPScxExtEditorLnkReg.pas");
|
||
|
|
USEUNIT("dxPScxExtEditorProducers.pas");
|
||
|
|
USEUNIT("dxPScxMCListBoxLnk.pas");
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
#pragma package(smart_init)
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
// Package source.
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
||
|
|
{
|
||
|
|
return 1;
|
||
|
|
}
|
||
|
|
//---------------------------------------------------------------------------
|