*** INFO ***

README.txt
FAQ.txt
FILES.txt

*** DEVELOP/BUILD ONLY ***

BUILD-DLL.bat                Windows batch file to build phos32.dll
BUILD-TEST.bat               Windows batch file to build test.exe
BUILD-STANDALONE             Windows batch file to build standalone.exe

CLEAN.bat                    Windows batch file to delete unnecessary files

phos32.inc                   include files for test.asm
phos32.lib                   describes the content of phos32.dll

test.asm                     source code for test.exe
phos32.def                   describes exported functions of phos32.dll

resource\cp1252vga-linear    bitmap font for use with console window
resource\phos.ico            icon image for use with test.exe
resource\rsrc-dll.rc         resource script for phos32.dll
resource\rsrc-test.rc        resource script for test.exe
resource\rsrc-standalone.rc  resource script for standalone.exe

*** REDISTRIBUTE/USE ***

DLL Version

sqlite3.dll                  required for test.exe / database functions
phos.s3db                    required sqlite database file
phos32.dll                   required for test.exe / console window functions
test.exe                     your application

STANDALONE Version

standalone.exe               self contained application skeleton
