chdir Z:/src/ext/xerces-c/Projects/Win32/VC6/xerces-all
msdev xerces-all.dsw /MAKE "XercesLib - Win32 Debug" /REBUILD /OUT buildlog.txt
Error: no project loaded.
The project is indeed in the directory indicated. Is there anything special that has to be done to get this to work? Does the project file need to be writable? (It's in a source control system). Also, it seems that the script copies a bunch of header files to the output directory, and then attempts to delete them, but it preserves the file permissions during the copy, so if they were read-only, it can't delete them and stops the script waiting for user input. Should I patch it to force the remove, or is it this way for a reason?
-- Nick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
