Re: gswin32 with fax support
Ken Sharp <[email protected]> Wed, 06 Jun 2018 08:42:37 +0100
| Newsgroups | gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <[email protected]> |
At 14:47 05/06/2018 -0700, Nick wrote:
>You're right, Ken. I was able to build it without much trouble. But I still
>have one problem. I need to build a version for XP/Windows Server 2003. If
>Ghostscript was a C++ project I could do this by setting the "Platform
>Toolset" (as seen here
>https://blogs.msdn.microsoft.com/vcblog/2012/10/08/windows-xp-targeting-with
>-c-in-visual-studio-2012/ ). But Ghostscript is apparently an nmake project
>and the "Platform Toolset" option is nowhere to be found. So I'm at a loss
>for how to build it for Windows XP.
You need to use Visual Studio 2008 or earlier I believe, its the reason why
our Visual Studio solution is still set up as a VS 2005 project.
There may be a way to do it in newer versions of Visual Studio, but if
there is, I have no clue how to go about it.
Ken