diff --git a/cppForSwig/BitcoinArmoryEngine_MSVS2005.sln b/cppForSwig/ArmoryEngine_MSVS2005.sln similarity index 96% rename from cppForSwig/BitcoinArmoryEngine_MSVS2005.sln rename to cppForSwig/ArmoryEngine_MSVS2005.sln index c4025da5f..8c9fd4f4d 100644 --- a/cppForSwig/BitcoinArmoryEngine_MSVS2005.sln +++ b/cppForSwig/ArmoryEngine_MSVS2005.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BitcoinArmoryEngine_MSVS2005", "BitcoinArmoryEngine_MSVS2005.vcproj", "{9B73A6D3-E0A1-469F-B473-420029B3F380}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ArmoryEngine_MSVS2005", "ArmoryEngine_MSVS2005.vcproj", "{9B73A6D3-E0A1-469F-B473-420029B3F380}" ProjectSection(ProjectDependencies) = postProject {3423EC9A-52E4-4A4D-9753-EDEBC38785EF} = {3423EC9A-52E4-4A4D-9753-EDEBC38785EF} EndProjectSection diff --git a/cppForSwig/BitcoinArmoryEngine_MSVS2005.vcproj b/cppForSwig/ArmoryEngine_MSVS2005.vcproj similarity index 99% rename from cppForSwig/BitcoinArmoryEngine_MSVS2005.vcproj rename to cppForSwig/ArmoryEngine_MSVS2005.vcproj index 0a8a5964f..7328cdb38 100644 --- a/cppForSwig/BitcoinArmoryEngine_MSVS2005.vcproj +++ b/cppForSwig/ArmoryEngine_MSVS2005.vcproj @@ -2,9 +2,9 @@ diff --git a/cppForSwig/cryptopp/cryptlib.vcproj b/cppForSwig/cryptopp/cryptlib.vcproj index f87b11824..0d290f8bf 100755 --- a/cppForSwig/cryptopp/cryptlib.vcproj +++ b/cppForSwig/cryptopp/cryptlib.vcproj @@ -4427,154 +4427,6 @@ /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -9274,10 +9126,6 @@ RelativePath="luc.h" > - - diff --git a/setup.py b/setup.py new file mode 100644 index 000000000..c9699fa84 --- /dev/null +++ b/setup.py @@ -0,0 +1,9 @@ +#! /usr/bin/python +from distutils.core import setup +import py2exe + + +setup( windows = ['../ArmoryQt.py'] ) + #options = {'py2exe': {'bundle_files': 1}}, \ + #zipfile = None ) +