52 lines
1.8 KiB
C++
52 lines
1.8 KiB
C++
//---------------------------------------------------------------------------
|
|
/*
|
|
-----------------------------------------------------------------------------
|
|
DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR
|
|
ALWAYS EDIT THE RELATED XML FILE (JvCmp-R.xml)
|
|
|
|
Last generated: 01-03-2006 08:42:36 UTC
|
|
-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("JvCmpC5R.res");
|
|
USEUNIT("..\..\run\JvMouseGesture.pas");
|
|
USEUNIT("..\..\run\JvPageManager.pas");
|
|
USEUNIT("..\..\run\JvPatchFile.pas");
|
|
USEUNIT("..\..\run\JvPrint.pas");
|
|
USEUNIT("..\..\run\JvProfilerForm.pas");
|
|
USEUNIT("..\..\run\JvStringHolder.pas");
|
|
USEUNIT("..\..\run\JvTimeLimit.pas");
|
|
USEUNIT("..\..\run\JvTranslator.pas");
|
|
USEUNIT("..\..\run\JvWinHelp.pas");
|
|
USEUNIT("..\..\run\JvAlarms.pas");
|
|
USEUNIT("..\..\run\JvConverter.pas");
|
|
USEUNIT("..\..\run\JvCreateProcess.pas");
|
|
USEUNIT("..\..\run\JvDataEmbedded.pas");
|
|
USEUNIT("..\..\run\JvEasterEgg.pas");
|
|
USEUNIT("..\..\run\JvEnterTab.pas");
|
|
USEUNIT("..\..\run\JvLogFile.pas");
|
|
USEUNIT("..\..\run\JvLogForm.pas");
|
|
USEUNIT("..\..\run\JvMergeManager.pas");
|
|
USEUNIT("..\..\run\JvControlComponent.pas");
|
|
USEPACKAGE("JvCoreC5R.bpi");
|
|
USEPACKAGE("JvSystemC5R.bpi");
|
|
USEPACKAGE("JclC50.bpi");
|
|
USEPACKAGE("vcl50.bpi");
|
|
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|
|
|