home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_14 / GS252DVX.ZIP / README.DVX < prev    next >
Text File  |  1992-12-07  |  1KB  |  51 lines

  1. I made some minor modifications to get
  2. ghostscript to compile under gcc for DESQview/X.
  3. The files that I changed were:
  4.     gp_unix.c
  5.     gsmisc.c
  6.     zmisc.c
  7.     stat_.h
  8.     time_.h
  9.     memory_.h
  10.     string_.h
  11.     std_.h
  12. The original files now have extension ".old" in case
  13. you want to see the changes or make new ones.
  14.  
  15. I also created three new files:
  16.     gp_dvx.c
  17.     gslib
  18.     mk.bat
  19.  
  20. The latter is a replacement for the makefile.  What this
  21. really means is that I could not figure out how to
  22. correctly modify the original makefile.  I'm sure that
  23. there are plenty of makefile experts out there who
  24. could easily do this, but I opted for the quick and
  25. ugly route.  Nevertheless, mk.bat creates a perfectly
  26. good copy of gs.exe with both the "x11" and "deskjet"
  27. drivers built in.  Adding more printer devices should
  28. be straighforward.
  29.  
  30. By default gs looks in d:/gs and d:/gs/fonts for its
  31. startup files and for its fonts.  You can change these
  32. by setting GS_LIB_DEFAULT to whatever you want.
  33.  
  34. By the way, gs really looks great if you use "good" 
  35. fonts!  
  36.  
  37. Also, gs.exe was compiled with djgcc (DJ Delorie's
  38. MSDOS port of gcc).  It assumes that go32.exe is in 
  39. your search path.  You need to set an
  40. environment variable to tell go32 where to put
  41. any paging files, e.g.
  42.  
  43.     set GO32TMP=e:/tmp
  44.  
  45. If you don't have go32.exe, you can get it from
  46. oak.oakland.edu.  It is part of djdev109.zip, 
  47. which is in /pub/msdos/djgpp.
  48.  
  49. 12/7/92
  50. Tom Brosnan
  51.