26 lines
942 B
C++
26 lines
942 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USEPACKAGE("dxCoreC6.bpi");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("dxPSCoreC6.bpi");
|
|
USERES("dxPSdxLCLnkC6.res");
|
|
USEPACKAGE("dxPSLnksC6.bpi");
|
|
USEPACKAGE("cxLibraryVCLC6.bpi");
|
|
USEPACKAGE("cxDataC6.bpi");
|
|
USEPACKAGE("cxEditorsVCLC6.bpi");
|
|
USEPACKAGE("dxLayoutControlC6.bpi");
|
|
USEUNIT("dxPSdxLCLnk.pas");
|
|
USEUNIT("dxPSdxLCLnkReg.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|