RE: [AD] Pass CC on the command line

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


Title: RE: [AD] Pass CC on the command line

> FOO ?= bar
>      
>
> and
>
>      
>
> ifeq ($(origin FOO), undefined)
> FOO = bar
> endif

The former will not work with make 3.77, but will with make 3.79.
The latter will work for both. I don't know for other versions.

--
Vincent Penquerc'h



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