Project file is a simple file that have a list of files to be linked with. For example,
if you are using SVGACC.LIB, the routines are in the SVGACC.LIB, which are in compiled
format. What you want to do is extracting the routines from the SVGACC.LIB and link them
with your routines and make your .EXE file.
Creating project file are different between compiler, and you should consult your
compiler manual in order to use project file. In Borland C 2.0, project file are merely
simple text file which contains list of file to be linked with. In Borland C++ 3.0,
project files are no longer simple text file. You have to create project file within the
Borland C++ 3.0 User Interface.