git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@38 05c56307-c608-d34a-929d-697000501d7a
28 lines
953 B
C++
28 lines
953 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dcldxmdsC11.res");
|
|
USERES("dxmdsreg.dcr");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("dxCoreC11.bpi");
|
|
USEPACKAGE("dcldxCoreC11.bpi");
|
|
USEPACKAGE("designide.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("dbrtl.bpi");
|
|
USEPACKAGE("vcldb.bpi");
|
|
USEPACKAGE("dxmdsC11.bpi");
|
|
USEUNIT("dxmdatps.pas");
|
|
USEUNIT("dxmdsreg.pas");
|
|
USEUNIT("dxmdseda.pas");
|
|
USEUNIT("dxmdsedt.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|