[Gs-code-review] porting the regression test tool to Windows
Igor V. Melichev
igor at artifex.com
Sat Feb 16 08:07:41 PST 2002
Russell,
> From: gs-code-review-admin at ghostscript.com
[mailto:gs-code-review-admin at ghostscript.com]On Behalf Of Russell Lang
> Sent: Saturday, February 16, 2002 2:16 PM
> To: code review
> Subject: Re: [Gs-code-review] porting the regression test tool to Windows
> If gswin32 is installed with the setup program, registry
> entries are written which allow Ghostscript to find the lib
> files. This code is implemented as a special case of
> gp_getenv. If GS_LIB is not defined as an environment
> variable, Ghostscript will look in the registry key
> HKLM\Software\AFPL Ghostscript\7.04
> for a value GS_LIB and use this if present.
This works for a single installation only.
If I need to test several copies of GS, each of which includes different
changes to lib
but same version number, this doesn't work.
Perhaps this situation regularly arises during the development.
Right now I have copies of 7.10 (CVS HEAD) - one configured with FAPI (see
lib/FAPIconfig)
but another one is not.
> Perhaps we should add code which adds to the libpath
> the DLL path modified by ..\lib so GS can find the lib
> files for development code. I am willing to write this if
> it is wanted.
I believe that -I argument is already done for this purpose.
Igor.
More information about the gs-code-review
mailing list