Re: [AD] Fw: msvcmake.bat doesn't copy everything

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


I have attached a modified msvcmake.bat file for 4.0.1. I'm not sure if
someone has created an updated version for 4.0.2 yet, but this seems to do
the trick. I'm going to update the 4.0.1 msvc-make package I have on
Allegro.cc just to prevent future problems.

This is what I've added, I think it looks complete. (Again, this is for the
4.0.1 release, I'm not sure if things need to be changed for 4.0.2.)

--
echo Copying inline headers
md "%_VC_DIR_%\include\allegro\inline"
copy include\allegro\inline\*.inl "%_VC_DIR_%\include\allegro\inline"

echo Copying internal headers
md "%_VC_DIR_%\include\allegro\internal"
copy include\allegro\internal\*.h "%_VC_DIR_%\include\allegro\internal"

echo Copying platform headers
md "%_VC_DIR_%\include\allegro\platform"
copy include\allegro\platform\aintwin.h
"%_VC_DIR_%\include\allegro\platform"
copy include\allegro\platform\al386vc.h
"%_VC_DIR_%\include\allegro\platform"
copy include\allegro\platform\almsvc.h "%_VC_DIR_%\include\allegro\platform"
copy include\allegro\platform\alplatf.h
"%_VC_DIR_%\include\allegro\platform"
copy include\allegro\platform\alwin.h "%_VC_DIR_%\include\allegro\platform"

--
Matthew Leverton - matthew@xxxxxxxxxx
http://www.allegro.cc

>
> ----- Original Message -----
> From: "Ben Davis" <bndavis@xxxxxxxxxx>
>
>
> > [Thanks to Matt for forwarding this to [AD] for me]
> >
> > Hi,
> >
> > In recent versions of Allegro (including 4.0.1), the msvcmake package is
> > broken. Here's a quote from msvcmake.bat, starting line 1081:

Attachment: msvcmake-bat.zip
Description: Zip compressed data



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