SV: [cvsnt] directory references
Torsten Martinsen
torsten at tiscali.dk
Wed Nov 2 19:37:35 GMT 2005
Kenneth Sørensen wrote:
>In the project we have a batch-file called make.bat, which is used to retrieve the latest copy of the libraries and compile the software.
>
>The contents are:
>cvs update ..\..\cvslib\lib-pic
>mpasm theproject.asm
>
Change it to
pushd ..\..\cvslib\lib-pic
cvs update
popd
mpasm theproject.asm
and all will probably be fine.
-Torsten
More information about the cvsnt
mailing list