git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@38 05c56307-c608-d34a-929d-697000501d7a
29 lines
1.0 KiB
C++
29 lines
1.0 KiB
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dcldxRibbonC6.res");
|
|
USERES("dxRibbonReg.dcr");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("dxCoreC6.bpi");
|
|
USEPACKAGE("designide.bpi");
|
|
USEPACKAGE("VCLX.bpi");
|
|
USEPACKAGE("cxLibraryVCLC6.bpi");
|
|
USEPACKAGE("dxcomnC6.bpi");
|
|
USEPACKAGE("dxBarC6.bpi");
|
|
USEPACKAGE("dxRibbonC6.bpi");
|
|
USEPACKAGE("dclcxLibraryVCLC6.bpi");
|
|
USEPACKAGE("dcldxBarC6.bpi");
|
|
USEUNIT("dxRibbonGalleryFilterEd.pas");
|
|
USEUNIT("dxRibbonGalleryReg.pas");
|
|
USEUNIT("dxRibbonReg.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|