On 04/07/12 06:07, Albrecht Schlosser wrote:
>>>     I know that I can get FLTK to build on Windows with gmake
>>>     by just including a gmake.exe and some Makefiles specific to MS.
> 
> Could you please tell us what "gmake.exe" is? Is it GNU make, or is
> it something else? Sorry, I saw your suggestion some days ago, but
> didn't find the time to reply then..

        Yes, gmake.exe being a static windows build of gnu make.

        Named gmake.exe to prevent name collision with anyone's 'make'
        that might already be on the system, and sequestered into a
        directory not in the user's path.

        In the case of my FLTK VS/gmake build kit, current version here:
        http://seriss.com/people/erco/fltk/tmp/vsnet-makefiles-0.81.zip

        ..there's a gmake.bat that sets a few environment variables
        then runs gmake.exe to build fltk. When extracted into an FLTK
        directory, one can then type 'gmake', 'gmake distclean' etc.

        It auto-detects the VS version (based on the version# output of CL.exe)
        and sets variables appropriate to build FLTK based on that.

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to