INFORMATION ON COMPILING TINYTIC:

Files that have to be compiled:
CDirect.cpp, filecopy.cpp, tprocess.cpp, parse.cpp, ticlog.cpp, and
tinytic.cpp

Replace <file> with one of those required, listed above.

I wrote this short document because I am not good at writing
makefiles ;)

Watcom C++:
[DOS/16]: wpp <file> -bt=dos -l=dos -zq -Ox -d0 -d_NOTHREADS -W3
[DOS/32]: wpp386 <file> -bt=dos -l=dos32x -zq -Ox -d0 -d_NOTHREADS -W3
[OS/2]: wpp386 <file> -bt=os2 -l=os2v2 -zq -Ox -d0 -W3
[Windows]: wpp386 <file> -bt=windows -l=windows -zq -Ox -d0 -W3

Do note that I used STLport to compile these under Watcom C++!

Visual C++ v6:
[Windows]: cl <file> -Ox -nologo -d0 -GX -W3

GCC 2.9+:
[ALL]: g++ <file> -Wall -s -c
       g++ *.o -o tinytic