ECToo / cryptsync

Automatically exported from code.google.com/p/cryptsync
1 stars 0 forks source link

missing version.h #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
new download of 1.1.5 via tortoise svn.

after following the directions in the build.txt file, and then trying to 'build 
solution' in Visual Studio 2013 pro, I get an error for "missing version.h".

Original issue reported on code.google.com by dedicate...@gmail.com on 15 May 2014 at 4:13

GoogleCodeExporter commented 9 years ago
version.h is generated from version.in in the src folder. You have to run the 
NAnt build script for at least the first build.
Or you can copy version.in to version.h and replace the '$xxxx$' strings with 
'0'.

Original comment by tortoisesvn on 15 May 2014 at 5:06

GoogleCodeExporter commented 9 years ago
copy version.in to version.h and replace the '$xxxx$' strings with '0'   worked!
thanks

Original comment by dedicate...@gmail.com on 15 May 2014 at 5:44