Re: [AD] msvcmake is broken

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


On Tue, Jan 01, 2002 at 10:50:03PM +0100, Evert Glebbeek wrote:
>On Tuesday 01 January 2002 19:24, Bob wrote:
>> msvcmake.bat still uses some DJGPP code.
>> Specifically, 'cat' is being used. The fix is simple: replace it with
>> copy.
>
>Shouldn't that be `type' since that is the DOS/Windows equivalent to `cat'?
>
>> copy tools\plugins\*.h tools\plugins.h
>
>Will this work out? I think on my system it'll just copy each .h file in 
>tools/plugins to tools/plugins.h, overwriting the previous copy.
IRRC it should be :

copy /B *.inc bla.inc

Though just installing gnu fileutils gives you cat + a lot of other nice utilities,
so there's nothing wrong with that ;-)


-- 

Martijn Versteegh



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