View Single Post
Old July 30th, 2008   #46 (permalink)
daco
so i herd you like emu's?
 
daco's Avatar
 
Join Date: Oct 2007
Location: a country called Belgium
Posts: 731
ye i tought it would be something like that
i got an easy fix for that. and imo it should be changed but i doubt anyone is planning to do that as some i know disagree with me

right click the common project on the right and click properties
go to build events ->pre-build events

change that command line to this
Code:
"$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h"
click ok and do the same for DolphinWX but this time use this line
Code:
"$(ProjectDir)..\Common\SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)..\Common\src\svnrev_template.h" "$(ProjectDir)..\Common\src\svnrev.h"
__________________


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