diff options
author | Robin Watts <robin.watts@artifex.com> | 2010-02-03 21:47:57 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2010-02-03 21:47:57 +0000 |
commit | 3a30a968ff0e8c46bac442e0ceeb456d90d708c7 (patch) | |
tree | 17d45f086233ce07ccde22d7aa5d3c26fa55cb5c /win32 | |
parent | 789f2f58cf89f9d12c49b10ca8401332118762fe (diff) |
Updated win32/ReadMe.txt with corrected example command lines. Still no
working command line for SVG.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10699 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'win32')
-rwxr-xr-x | win32/ReadMe.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/ReadMe.txt b/win32/ReadMe.txt index 4468a5734..171ad2342 100755 --- a/win32/ReadMe.txt +++ b/win32/ReadMe.txt @@ -89,11 +89,11 @@ settings are as follows: pcl Debug Cmd ..\main\debugobj\pcl6.exe - Args -r72 -sDEVICE=bmp16m -sOutputFile=out.bmp test.pcl + Args -r72 -sDEVICE=bmp16m -sOutputFile=out.bmp tools\tiger.px3 Dir .. Release Cmd ..\main\obj\pcl6.exe - Args -r72 -sDEVICE=bmp16m -sOutputFile=out.bmp test.pcl + Args -r72 -sDEVICE=bmp16m -sOutputFile=out.bmp tools\tiger.px3 Dir .. svg Debug @@ -107,11 +107,11 @@ settings are as follows: xps Debug Cmd ..\xps\debugobj\gxps.exe - Args -r72 -sDEVICE=bmp16m -sOutputFile=out.bmp test.xps + Args -r72 -sDEVICE=bmp16m -sOutputFile=out.bmp tools\tiger.xps Dir .. Release Cmd ..\xps\obj\gxps.exe - Args -r72 -sDEVICE=bmp16m -sOutputFile=out.bmp test.xps + Args -r72 -sDEVICE=bmp16m -sOutputFile=out.bmp tools\tiger.xps Dir .. To start one of these debugging, either reset the active project, or |