View Single Post
Old July 20th, 2008   #35 (permalink)
daco
so i herd you like emu's?
 
daco's Avatar
 
Join Date: Oct 2007
Location: a country called Belgium
Posts: 731
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
__________________


my DolphinWx rev Builds:
http://www.nyleveia.com/daco/
Njoy with rumble disabled:
32bit clickme and 64bit clickme

Last edited by daco; July 20th, 2008 at 19:47..
daco is offline   Reply With Quote