Code:
Error 1 error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..." Common
happens on both VS2005 & VS2008...
i did some research, its from doing the SubWCRev.exe line
Code:
------ Build started: Project: Common, Configuration: Release Win32 ------
Performing Pre-Build Event...
'c:\Documents' is not recognized as an internal or external command,
operable program or batch file.
Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."
now the question remains, is that from trying to run SubWCRev.exe or is that from the other directories...
it works now:
im now using
"$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)src\svnrev_template.h" "$(ProjectDir)src\svnrev.h"
instead of
$(ProjectDir)SubWCRev.exe $(SolutionDir) $(ProjectDir)\src\svnrev_template.h $(ProjectDir)\src\svnrev.h
Last edited by daco; July 20th, 2008 at 19:47..