30 lines
1.1 KiB
C++
30 lines
1.1 KiB
C++
// $jrsoftware: tb2k/Packages/tb2k_cb5.cpp,v 1.9 2003/07/04 22:53:21 jr Exp $
|
|
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USEPACKAGE("vcl50.bpi");
|
|
USEUNIT("..\Source\TB2Common.pas");
|
|
USEUNIT("..\Source\TB2Consts.pas");
|
|
USEUNIT("..\Source\TB2Dock.pas");
|
|
USEUNIT("..\Source\TB2ExtItems.pas");
|
|
USEUNIT("..\Source\TB2Item.pas");
|
|
USEUNIT("..\Source\TB2Toolbar.pas");
|
|
USEUNIT("..\Source\TB2Version.pas");
|
|
USEUNIT("..\Source\TB2Hook.pas");
|
|
USEUNIT("..\Source\TB2ToolWindow.pas");
|
|
USEUNIT("..\Source\TB2MRU.pas");
|
|
USEUNIT("..\Source\TB2Anim.pas");
|
|
USEUNIT("..\Source\TB2MDI.pas");
|
|
USEUNIT("..\Source\TB2Acc.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|
|
|