Re: [AD] Mingw Makefile problem under 2k |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Thursday 29 March 2001 18:43, Michael Bukin wrote:
> Henrik Stokseth <hstokset@xxxxxxxxxx> writes:
> > > cd obj
> > > cd mingw32
> > > echo \#define ALLEGRO_MMX > mmx.h
> > > echo #define ALLEGRO_MMX > mmx.h
>
> It can be changed to
>
> echo \#define ALLEGRO_MMX >obj\\mingw32\\mmx.h
> echo #define ALLEGRO_MMX >obj\\mingw32\\mmx.h
>
> IIRC, it works with both sh shell and command.com
how come? command.com wouldn't understand double backslashes would it? and if
bourne shell is installed AFAIK copy and erase will not work since they are
built-in commands in command.com. i do not see any easy way to support bourne
shell so why try? it ends up beeing ugly no matter what we do.
-henrik