Re: Re[2]: [AD] A minor inconvinience (is it spelled right ?)

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> Yes ! :)   It looks fine.   Can you commit this small change to CVS ?
> (I don't have write access)

Hmm... I didn't test it and it doesn't work: it seems that $(SHELL) is
always equal to (a superstring of) sh.exe, so UNIX_TOOS is inconditionally
set to 1.

The following test works for me:

ifeq ($(SHELL), /bin/sh.exe)
   UNIX_TOOLS=1
endif

Can you confirm that it works for you ?

--
Eric Botcazou



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/