Re: [AD] makefile.tst

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


>  Also,about the djgpp compile problem: dos echo won't expand /* ,but
>  echo from fileutils (invoked by make) will...IMO the dummy file is
>  the best solution.

I'd rather avoid it. Could you test the following thing:

cleantest:
ifdef UNIX_TOOLS
    echo "#define GENERATED_BY_MAKEFILE_TST" > $(ASMCAPA_DIR_U)/asmcapa.h
else
    echo #define GENERATED_BY_MAKEFILE_TST > $(ASMCAPA_DIR_D)\asmcapa.h
endif

--
Eric Botcazou
ebotcazou@xxxxxxxxxx



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