[gs-bugs] [Bug 689295] Makefile changes to create a gspcl6.lib with MSVC.
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Tue Feb 22 11:07:40 UTC 2011
http://bugs.ghostscript.com/show_bug.cgi?id=689295
--- Comment #8 from norbert.janssen at oce.com 2011-02-22 11:07:36 UTC ---
Created an attachment (id=7273)
--> (http://bugs.ghostscript.com/attachment.cgi?id=7273)
makefiles for ghostpdl-9.01 to make an all-in-one pdl (psi/xps/pcl) and a
static library
mdofied makefiles (for ghostpdl-9.01) to build a gspdl.exe (PSI + XPS + PCL)
based on a gslib.lib (gs-library + interpreters) + a main()
copy msvc_top.mak to common, msvccmd.mak and msvclib.mak to gs/base
put gspdl_msvc.mak in e.g. language_switch
example builds (I tried dos-box and msys-shell):
nmake -f gspdl_msvc.mak XPS_INCLUDED=TRUE PSI_INCLUDED=TRUE
=> PCL + XPS + PSI
nmake -f gspdl_msvc.mak XPS_INCLUDED=TRUE
=> PCL + XPS
nmake -f gspdl_msvc.mak PSI_INCLUDED=TRUE
=> PCL + PSI (i.e. same as pspcl6_msvc.mak).
example usage:
I made a link on the desktop to this gspdl.exe (attached the gs-icon to it,
e.g. from c:\Program Files\gs\uninstgs.exe) and modified properties : added
'-sDEVICE=display' to the cmdline. Now I can drop any postscript, pcl or xps
file on top of it to get it displayed.
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list