~ubuntu-branches/ubuntu/precise/xerces-c/precise-updates

« back to all changes in this revision

Viewing changes to projects/Win32/BCB6/Xerces-all/EncodingTest/EncodingTest.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-12-05 14:58:32 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091205145832-378dg3x72mdzfzup
Tags: 3.1.0~rc1-1
* New upstream release; public release candidate uploaded at request of
  upstream.
* Updated source format to '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#pragma hdrstop
3
 
#include <condefs.h>
4
 
 
5
 
//---------------------------------------------------------------------------
6
 
USELIB("..\..\..\..\..\Build\Win32\BCB6\XercesLib.lib");
7
 
 
8
 
//---------------------------------------------------------------------------
9
 
 
10
 
#ifdef NEVER_COMPILE
11
 
// Dummy entry point to satisfy the BCB IDE
12
 
int main(int argc, char* argv[])
13
 
{
14
 
        return 0;
15
 
}
16
 
#endif
17
 
 
18
 
// The real entry point is in the Samples folder
19
 
#include <EncodingTest.cpp>