git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@38 05c56307-c608-d34a-929d-697000501d7a
31 lines
991 B
C++
31 lines
991 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dxPSTeeChartC12.res");
|
|
USEPACKAGE("dxCoreC12.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("dxPSCoreC12.bpi");
|
|
#ifndef TEEPRO
|
|
USEPACKAGE("tee.bpi");
|
|
#elif defined(TEE5)
|
|
USEPACKAGE("tee5C12.bpi");
|
|
#elif defined(TEE6)
|
|
USEPACKAGE("tee6C12.bpi");
|
|
#elif defined(TEE7)
|
|
USEPACKAGE("tee712.bpi");
|
|
#elif defined(TEE8)
|
|
USEPACKAGE("tee812.bpi");
|
|
#endif
|
|
USEUNIT("dxPSTCLnk.pas");
|
|
USEUNIT("dxPSTCLnkReg.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|