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"