View Single Post
Old 24th March 2010, 14:46   #11166  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,647
Quote:
Originally Posted by tal.aloni View Post
@clsid

since I develop features in parallel, I have a main trunk directory and several non-svn directories.
with your latest changes, I can't build any of them....

what should we do?

Code:
1>Performing Pre-Build Event...
1>SubWCRev : 'd:\Development\ffdshow\3330' is not a working copy
1>Compiling resources...
Edit:
maybe something like this?
Code:
@if ERRORLEVEL 6 goto :NoSubWCRev
p.s.
why update_version is pre-build event?
isn't it only needed for innosetup?
Tal
The SVN revision is used in the file resource too (and in the future perhaps also on the About page in settings). So that is why it is done pre-build.

I am fixing it now.
__________________
MPC-HC 2.2.1

Last edited by clsid; 24th March 2010 at 14:54.
clsid is offline   Reply With Quote