Componentes.Terceros.jcl/official/1.100/packages/c5/JclBaseExpertC50.cpp

36 lines
1.5 KiB
C++

//---------------------------------------------------------------------------
/*
-----------------------------------------------------------------------------
DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR
ALWAYS EDIT THE RELATED XML FILE (JclBaseExpert-D.xml)
Last generated: 15-05-2006 19:21:45 UTC
-----------------------------------------------------------------------------
*/
#include <vcl.h>
#pragma hdrstop
USERES("JclBaseExpertC50.res");
USEUNIT("..\..\experts\common\JclOtaUtils.pas");
USEUNIT("..\..\experts\common\JclOtaResources.pas");
USEUNIT("..\..\experts\common\JclOtaConsts.pas");
USEUNIT("..\..\experts\common\JclOtaExceptionForm.pas");
USEUNIT("..\..\experts\common\JclOtaConfigurationForm.pas");
USEUNIT("..\..\experts\common\JclOtaActionConfigureSheet.pas");
USEUNIT("..\..\experts\common\JclOtaWizardForm.pas");
USEUNIT("..\..\experts\common\JclOtaWizardFrame.pas");
USEPACKAGE("vcl50.bpi");
USEPACKAGE("dsnide50.bpi");
USEPACKAGE("JclC50.bpi");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------