Contents of this directory:

bpp.sln: VC2005 Solution, builds Win32 desktop version including class library, IDE and Setup project
bp2.prj: Borland C++ 3 Project, builds DOS version using 8086 code and floating point emulation
bp2r.prj: Borland C++ 3 Project, builds DOS runtime module using 8086 code and floating point emulation
bp2_386.prj: Borland C++ 3 Project, builds DOS version using 80386/80387 code
bp2r_386.prj: Borland C++ 3 Project, builds DOS runtime module using 80386/80387 code
Doxyfile: Doxygen file for building complete reference documentation
mkdok.bat: Builds reference documentation using Doxygen.

bp2ce\ .. contains build files for WindowsCE Version
   bp2ce.vcw: Embedded VC++3 Workspace
              Builds all *.vcp projects.
   bp2ce.inf: CAB-Builder configuration file
   mkcab.cmd: Builds CAB installer archives for Windows CE Platforms >= 2.11
              Note: File should be modified to set proper paths.

bp2class\ .. contains C++ and B++-sources of sample class library  

bp2setup\  .. contains VS 2005 setup project of Desktop version
bp2setup_2015\  .. contains VS 2015 setup project of 32 Bit Desktop version
bppsetup64\  .. contains VS 2015 setup project of 64 Bit Desktop version


bpp\ .. source of command line application (used in all build versions)
bpplib\ .. sources of B++ core library (virtual machine, compiler ...)
doc\ .. documentation files
examples\ .. contains source files and IDE project files of some examples
ide\ .. contains sources (C#) of sample IDE


