First commit 19/07/1998
This commit is contained in:
26
CDopping.cpp
Normal file
26
CDopping.cpp
Normal file
@ -0,0 +1,26 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#include <vcl.h>
|
||||
#pragma hdrstop
|
||||
USERES("CDopping.res");
|
||||
USEPACKAGE("VCLX35.bpi");
|
||||
USEPACKAGE("VCL35.bpi");
|
||||
USEUNIT("CDopping\ActvApp\ActivApp.pas");
|
||||
USERES("cdopping\actvapp\ActivApp.dcr");
|
||||
USEUNIT("CDopping\CoolForm\CoolForm.pas");
|
||||
USEUNIT("CDopping\DialUp\Dialup.pas");
|
||||
USERES("cdopping\dialup\Dialup.dcr");
|
||||
USEUNIT("CDopping\Tb97\Tb97.pas");
|
||||
USERES("CDopping\Tb97\Tb97.dcr");
|
||||
USEUNIT("CDopping\CoolForm\CoolButton.pas");
|
||||
USERES("CDopping\Phanton\Phantom.dcr");
|
||||
USEUNIT("CDopping\Phanton\Phantom.pas");
|
||||
//---------------------------------------------------------------------------
|
||||
#pragma package(smart_init)
|
||||
//---------------------------------------------------------------------------
|
||||
// Package source.
|
||||
//---------------------------------------------------------------------------
|
||||
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
Reference in New Issue
Block a user