blob: 41d35fe6d7872739328756d6f6735fe51b487c37 [file] [log] [blame]
#pragma hdrstop
#include <condefs.h>
//---------------------------------------------------------------------------
USELIB("..\..\..\..\..\Build\Win32\BCB5\XercesLib.lib");
USEUNIT("..\..\..\..\..\samples\DOMPrint\DOMTreeErrorReporter.cpp");
//---------------------------------------------------------------------------
#ifdef NEVER_COMPILE
// Dummy entry point to satisfy the BCB IDE
int main(int argc, char* argv[])
{
return 0;
}
#endif
// The real entry point is in the Samples folder
#include <DOMPrint.cpp>