
Hi, Attached are the updated project files for hugs and runhugs, the console versions, with the required files to build on windows. They are in the VS.NET format, the existing ones are broken (not badly, just slightly) and in VS6 format. These can happily coexist with the old ones. With these project files, the latest version of hugs builds from CVS on Windows with Visual Studio .NET happily, without any patches. Please place these files in src/msc Thanks Neil

Neil,
It would be awesome if WinHugs could be built with GCC and MinGW using a
Makefile. Do you plan on supporting this build configuration? Note that the
rest of Hugs currently builds fine on Windows using MinGW/GCC.
Thanks,
Brian
On 8/31/05, Neil Mitchell
Hi,
Attached are the updated project files for hugs and runhugs, the console versions, with the required files to build on windows. They are in the VS.NET http://VS.NET format, the existing ones are broken (not badly, just slightly) and in VS6 format. These can happily coexist with the old ones.
With these project files, the latest version of hugs builds from CVS on Windows with Visual Studio .NET happily, without any patches.
Please place these files in src/msc
Thanks
Neil
_______________________________________________ Cvs-hugs mailing list Cvs-hugs@haskell.org http://www.haskell.org/mailman/listinfo/cvs-hugs

Hi Brian, That's not my primary development environment, I don't even have it installed, so I've never tested it. However, there is nothing particularly difficult in the new winhugs code compared to the hugs code, the only additional complexity are resource files. Compared to the existing hugs code, generating a makefile should be easy - compile all c files and link. I'm certainly happy to keep this as a supported build option. Thanks Neil
participants (2)
-
Brian Smith
-
Neil Mitchell