[gs-cvs] rev 6937 - trunk/gs/src |
Ray Johnston
ray.johnston at artifex.com
Mon Jul 31 11:20:20 PDT 2006
Ralph,
Please look at 687059 and svn rev 4922 that added this "stamp"
file.
Without it we were getting extra 'link' steps with MSVC 'nmake'.
Did you verify that your change did not regress to that condition
(I suspect not since you are not a Windows weenie).
Regards,
Ray
__________________________________________________________________
giles at ghostscript.com wrote:
> Author: giles
> Date: 2006-07-31 10:39:29 -0700 (Mon, 31 Jul 2006)
> New Revision: 6937
>
> Modified:
> trunk/gs/src/msvccmd.mak
> Log:
> Remove the 'dosdefault' stamp file, whose creation causes problems on
> MS Windows 9X. Closes bug 688816.
>
>
> Modified: trunk/gs/src/msvccmd.mak
> ===================================================================
> --- trunk/gs/src/msvccmd.mak 2006-07-31 02:39:25 UTC (rev 6936)
> +++ trunk/gs/src/msvccmd.mak 2006-07-31 17:39:29 UTC (rev 6937)
> @@ -67,9 +67,7 @@
> # Make sure we get the right default target for make.
>
> dosdefault: default
> - @attrib -H dosdefault > nul:
> - @echo Done. > dosdefault
> - @attrib +H dosdefault
> + $(NO_OP)
>
> # Define the compilation flags.
>
>
> _______________________________________________
> gs-cvs mailing list
> gs-cvs at ghostscript.com
> http://www.ghostscript.com/mailman/listinfo/gs-cvs
>
>
More information about the gs-cvs
mailing list