Re: [AD] djgpp compilation problems |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> I sent a patch for this a while ago, but it seems it never got applied.
Certainly because it is IMHO ugly. What's the point of using a helper file
just for a comment ? Let's simply remove the comment.
> @@ -17,7 +17,7 @@
> ifdef UNIX_TOOLS
> echo "#define ALLEGRO_MMX" >> $(ASMCAPA_DIR_U)/asmcapa.h
> else
> - echo #define ALLEGRO_MMX >> $(ASMCAPA_DIR_D)\asmcapa.h
> + copy src\misc\_asmcapa.h $(ASMCAPA_DIR_D)\asmcapa.h
> endif
Can anyone explain me ?
--
Eric Botcazou
ebotcazou@xxxxxxxxxx