git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.FastReport@13 475b051d-3a53-6940-addd-820bf0cfe0d7
29 lines
978 B
C++
29 lines
978 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("frx4.res");
|
|
USEPACKAGE("vcl40.bpi");
|
|
USEUNIT("frxRegTee.pas");
|
|
USEUNIT("frxChart.pas");
|
|
USEUNIT("frxChartEditor.pas");
|
|
USEUNIT("frxChartRTTI.pas");
|
|
USERES("frxReg.dcr");
|
|
USEPACKAGE("vclsmp40.bpi");
|
|
USEPACKAGE("vclx40.bpi");
|
|
USEPACKAGE("vcljpg40.bpi");
|
|
USEPACKAGE("tee40.bpi");
|
|
USEPACKAGE("teeui40.bpi");
|
|
USEPACKAGE("fs4.bpi");
|
|
USEPACKAGE("fsTee4.bpi");
|
|
USEPACKAGE("frx4.bpi");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|