MacArthur, Ian (SELEX GALILEO, UK) wrote:
>>> One question: You've got a $(EXEEXT) for handling the executable
>>> extension on WinXX hosts, but I can't see how you set it.
>> Yes, it's a place holder until either I, or someone with a
>> mingw/msys environment can add the needed code to get it to build.
>>
>> I suppose all that's needed might just be a simple ifdef
>> in the Makefile to detect windows and set that macro to ".exe",
>> but without a mingw test env, I couldn't test it.
>
> I've used the following check in the past:
>
> ifeq '$(OS)' "Windows_NT"
> EXEEXT = .exe
> ..
Yes, I've noticed that too.
Sounds reasonable -- I've added it in r8356.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev