Re: [AD] djgpp compilation problems |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> The simplest option I can think of that is left now, is to have this
> dummy comment in a separate file which we copy to asmcapa.h. This might
> be slightly ugly, but is totally robust and works on all platforms.
What about:
ifdef UNIX_TOOLS
echo "/* 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