[Pkg-running-devel] [antpm] 38/48: VS2012 build script

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Mon Aug 11 10:10:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit 346b69375592b7e037553a62c701aa07378a4b99
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Tue Apr 8 14:54:11 2014 +0200

    VS2012 build script
---
 scripts/vs2012-64.bat | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/scripts/vs2012-64.bat b/scripts/vs2012-64.bat
new file mode 100755
index 0000000..c777bca
--- /dev/null
+++ b/scripts/vs2012-64.bat
@@ -0,0 +1,15 @@
+
+set BOOST_ROOT=J:\src\boost_1_54_0\
+set BUILD=..\build-vs2012-64\
+::set CMAKE=cmake.exe
+set CMAKE="c:\Program Files (x86)\CMake 2.8\bin\cmake.exe"
+
+mkdir %BUILD%
+
+pushd %BUILD%
+%CMAKE% -G "Visual Studio 11 Win64" -DBOOST_ROOT=%BOOST_ROOT% ..\src\
+popd
+
+set PATH=%CD%\..\3rd_party\libusb-win32-bin-1.2.6.0\bin\x64\;%PATH%
+
+start "c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" "%BUILD%\antpm.sln"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list