Force scons to include soci version file:

Running `scons vcxproj` will sometimes include
soci's version.h and sometimes it will not. This
patch forces it to always include the file.
This commit is contained in:
seelabs
2015-05-08 13:33:20 -04:00
committed by Vinnie Falco
parent d7fbef6764
commit 5615c4a2a7
3 changed files with 10 additions and 0 deletions

View File

@@ -131,4 +131,9 @@ std::unique_ptr <Checkpointer> makeCheckpointer (soci::session&, JobQueue&);
} // ripple
// Do not remove this dead code. It forces `scons vcxproj` to include version.h.
#if 0
#include "version.h"
#endif
#endif