32 lines
1.8 KiB
C++
32 lines
1.8 KiB
C++
|
|
//---------------------------------------------------------------------------
|
||
|
|
/*
|
||
|
|
-----------------------------------------------------------------------------
|
||
|
|
DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR
|
||
|
|
ALWAYS EDIT THE RELATED XML FILE (JclRepositoryExpert-D.xml)
|
||
|
|
|
||
|
|
Last generated: 16-02-2007 19:07:51 UTC
|
||
|
|
-----------------------------------------------------------------------------
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <vcl.h>
|
||
|
|
#include <windows.h>
|
||
|
|
#pragma hdrstop
|
||
|
|
USEFORMNS("..\..\experts\debug\dialog\JclOtaExcDlgWizard.pas", Jclotaexcdlgwizard, JclOtaExcDlgForm);
|
||
|
|
USEFORMNS("..\..\experts\debug\dialog\JclOtaExcDlgFileFrame.pas", Jclotaexcdlgfileframe, JclOtaExcDlgFilePage); /* TFrame: File Type */
|
||
|
|
USEFORMNS("..\..\experts\debug\dialog\JclOtaExcDlgFormFrame.pas", Jclotaexcdlgformframe, JclOtaExcDlgFormPage); /* TFrame: File Type */
|
||
|
|
USEFORMNS("..\..\experts\debug\dialog\JclOtaExcDlgSystemFrame.pas", Jclotaexcdlgsystemframe, JclOtaExcDlgSystemPage); /* TFrame: File Type */
|
||
|
|
USEFORMNS("..\..\experts\debug\dialog\JclOtaExcDlgTraceFrame.pas", Jclotaexcdlgtraceframe, JclOtaExcDlgTracePage); /* TFrame: File Type */
|
||
|
|
USEFORMNS("..\..\experts\debug\dialog\JclOtaExcDlgIgnoreFrame.pas", Jclotaexcdlgignoreframe, JclOtaExcDlgIgnoredPage); /* TFrame: File Type */
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
#pragma package(smart_init)
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
// Package source.
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
#pragma argsused
|
||
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
||
|
|
{
|
||
|
|
return 1;
|
||
|
|
}
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
|