* ohneschwanzenegger: fix SVN identification for winblows

This commit is contained in:
giantpune 2011-05-28 08:59:33 +00:00
parent 9079f8af42
commit 481a4d2b4e

View File

@ -48,5 +48,5 @@ unix {
}
win32 {
system( ../tools/SubWCRev.exe "." "../tools/svnrev_template.h" "./svnrev.h" )
system( "..\\tools\\SubWCRev.exe" "." "..\\tools\\svnrev_template.h" ".\\svnrev.h" )
}