file dependence:
DOS:
just compile LPCDOS.C. It does necessary #include to pull everything
Windows - All you really need are (just add all of them to make your executable)
- io.c or io.lib (I use io.lib because my compiler have problems calling the the command line)
- lpc.c - low level hardware interface
- win.c - high level GUI stuff
- lpc.rc - resource file
Other stuff included here:
lpc.h and lpc.res are generated from lpc.rc. Straightly speaking, they are not required, but what he heck.
lpc.ide - pretty useless unless your compiler can read borland C++ 5.02 project file.