From 50af2c564f307ad3efe89b9e34deee7072658a69 Mon Sep 17 00:00:00 2001 From: Tim Hughes Date: Wed, 19 Feb 2014 22:18:29 +0000 Subject: [PATCH] Specify ETH_VERSION, ETH_BUILD_PLATFORM and ETH_BUILD_TYPE in common property sheet. Isn't ideal but we're not using cmake (yet) for VS 2013. --- windows/LibEthereum.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/LibEthereum.props b/windows/LibEthereum.props index 8b9566af3..21b046821 100644 --- a/windows/LibEthereum.props +++ b/windows/LibEthereum.props @@ -13,7 +13,7 @@ true false include/$(ProjectName);../libethereum;../../boost;../../leveldb/include;../../cryptopp;../secp256k1;../../miniupnp - STATICLIB;LEVELDB_PLATFORM_WINDOWS;USE_NUM_BOOST;USE_FIELD_10X26;USE_FIELD_INV_BUILTIN;_WIN32_WINNT=0x0501;WIN32;%(PreprocessorDefinitions) + ETH_VERSION=0.3.3;ETH_BUILD_PLATFORM=Windows/VS2013;ETH_BUILD_TYPE=$(Configuration)-$(Platform);STATICLIB;LEVELDB_PLATFORM_WINDOWS;USE_NUM_BOOST;USE_FIELD_10X26;USE_FIELD_INV_BUILTIN;_WIN32_WINNT=0x0501;WIN32;%(PreprocessorDefinitions) true true