git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
28 lines
912 B
C++
28 lines
912 B
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dcldac50.res");
|
|
USEPACKAGE("vcl50.bpi");
|
|
USEUNIT("..\Design\DacReg.pas");
|
|
USEUNIT("..\Design\DAMenu.pas");
|
|
USEUNIT("..\Design\Download.pas");
|
|
USEPACKAGE("dac50.bpi");
|
|
USEPACKAGE("Vcldb50.bpi");
|
|
USEPACKAGE("vclbde50.bpi");
|
|
USEUNIT("..\Design\DADesign.pas");
|
|
USEUNIT("..\Design\VTDesign.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|