home *** CD-ROM | disk | FTP | other *** search
- Source Readme to Printfiles V0.9d/e March 18,1992
-
- Compile with SAS/C 5.10b
-
- To create an english executable include the file 'prf.english.h' into prf.h.
- 'touch' all #?.c files and recompile.
- to create a german executable include 'prf.deutsch.h' and recompile
- all files.
-
- If you want to create other languages simply translate all strings in the
- prf.<language>.h file, include it into prf.h and recompile.
-
- Note: The Widths,heights and positions of the Windows and Gadgets are
- fixed in the sourcecode. If you edit the prf.<language>.h file, be sure that
- the new texts will fit the existing gadgets.
-
- You will have to make some assigns first when using my makefile prf.lmk:
-
- -assign SRC: to the directory which contains the source
- -assign OBJ: to the directory to place the object modules in
- and EXE: to the directory for the executable.
- (don't forget LIB:)
-
-