Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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