First commit 25/07/1999
This commit is contained in:
22
JD_soft.cpp
Normal file
22
JD_soft.cpp
Normal file
@ -0,0 +1,22 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#include <vcl.h>
|
||||
#pragma hdrstop
|
||||
USERES("JD_soft.res");
|
||||
USEPACKAGE("VCLX35.bpi");
|
||||
USEPACKAGE("VCL35.bpi");
|
||||
USEUNIT("ActImg\actimg.cpp");
|
||||
USERES("ActImg\actimg.dcr");
|
||||
USEUNIT("LetreroDigital\LetreroDigital.cpp");
|
||||
USERES("LetreroDigital\LetreroDigital.dcr");
|
||||
USEUNIT("DigitNum\DigitNum.cpp");
|
||||
USERES("DigitNum\DigitNum.dcr");
|
||||
//---------------------------------------------------------------------------
|
||||
#pragma package(smart_init)
|
||||
//---------------------------------------------------------------------------
|
||||
// Package source.
|
||||
//---------------------------------------------------------------------------
|
||||
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
Reference in New Issue
Block a user