From: Nick Mathewson Date: Mon, 15 Nov 2004 23:34:38 +0000 (+0000) Subject: Our new favored MS build environment is vc7/visual studio .net; vc6 is just too broken. X-Git-Tag: tor-0.0.9pre6~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=014198e7586bed539b6dc827d7ef8be4e346cd7b;p=thirdparty%2Ftor.git Our new favored MS build environment is vc7/visual studio .net; vc6 is just too broken. svn:r2897 --- diff --git a/Win32Build/vc7/Tor/Tor.sln b/Win32Build/vc7/Tor/Tor.sln new file mode 100755 index 0000000000..47f1c9bf4d --- /dev/null +++ b/Win32Build/vc7/Tor/Tor.sln @@ -0,0 +1,29 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tor", "Tor.vcproj", "{63A6B170-E742-400C-B3A0-9CCED3699043}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tor_resolve", "..\tor_resolve\tor_resolve.vcproj", "{E2D2762A-26BD-4A28-BD72-DDAB181324B4}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {63A6B170-E742-400C-B3A0-9CCED3699043}.Debug.ActiveCfg = Debug|Win32 + {63A6B170-E742-400C-B3A0-9CCED3699043}.Debug.Build.0 = Debug|Win32 + {63A6B170-E742-400C-B3A0-9CCED3699043}.Release.ActiveCfg = Release|Win32 + {63A6B170-E742-400C-B3A0-9CCED3699043}.Release.Build.0 = Release|Win32 + {E2D2762A-26BD-4A28-BD72-DDAB181324B4}.Debug.ActiveCfg = Debug|Win32 + {E2D2762A-26BD-4A28-BD72-DDAB181324B4}.Debug.Build.0 = Debug|Win32 + {E2D2762A-26BD-4A28-BD72-DDAB181324B4}.Release.ActiveCfg = Release|Win32 + {E2D2762A-26BD-4A28-BD72-DDAB181324B4}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/Win32Build/vc7/Tor/Tor.vcproj b/Win32Build/vc7/Tor/Tor.vcproj new file mode 100755 index 0000000000..534c6c231b --- /dev/null +++ b/Win32Build/vc7/Tor/Tor.vcproj @@ -0,0 +1,357 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Win32Build/vc7/tor_resolve/tor_resolve.vcproj b/Win32Build/vc7/tor_resolve/tor_resolve.vcproj new file mode 100755 index 0000000000..5e4cad3598 --- /dev/null +++ b/Win32Build/vc7/tor_resolve/tor_resolve.vcproj @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/contrib/package_nsis.sh b/contrib/package_nsis.sh index 19829c592a..770913f472 100644 --- a/contrib/package_nsis.sh +++ b/contrib/package_nsis.sh @@ -15,8 +15,8 @@ mkdir win_tmp/src mkdir win_tmp/src/config mkdir win_tmp/tmp -cp Win32Build/vc6/tor/Debug/tor.exe win_tmp/bin -cp Win32Build/vc6/tor_resolve/Debug/tor_resolve.exe win_tmp/bin +cp Win32Build/vc7/Tor/Debug/Tor.exe win_tmp/bin/tor.exe +cp Win32Build/vc7/tor_resolve/Debug/tor_resolve.exe win_tmp/bin cp c:/windows/system32/libeay32.dll win_tmp/bin cp c:/windows/system32/ssleay32.dll win_tmp/bin