summaryrefslogtreecommitdiffstats
path: root/build/msvc/build_clean.bat
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-11-18 16:53:17 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-11-24 13:20:21 +0100
commit80d5397e251d8e12c8cd77efcacc54b9f7de3f0b (patch)
tree6a107420f7b6feb54429e6dbd1bb420f2f15d7b4 /build/msvc/build_clean.bat
parent09032e9dc99a7931f0d26f56322f8406d5462643 (diff)
downloadastra-80d5397e251d8e12c8cd77efcacc54b9f7de3f0b.tar.gz
astra-80d5397e251d8e12c8cd77efcacc54b9f7de3f0b.tar.bz2
astra-80d5397e251d8e12c8cd77efcacc54b9f7de3f0b.tar.xz
astra-80d5397e251d8e12c8cd77efcacc54b9f7de3f0b.zip
Add automated Windows build scripts
Diffstat (limited to 'build/msvc/build_clean.bat')
-rw-r--r--build/msvc/build_clean.bat12
1 files changed, 12 insertions, 0 deletions
diff --git a/build/msvc/build_clean.bat b/build/msvc/build_clean.bat
new file mode 100644
index 0000000..4525529
--- /dev/null
+++ b/build/msvc/build_clean.bat
@@ -0,0 +1,12 @@
+@echo off
+
+set MATLAB_ROOT=C:\Program Files\MATLAB\R2015a
+
+call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat"
+
+cd %~dp0
+cd ..\..
+
+msbuild astra_vc14.sln /p:Configuration=Release_CUDA /p:Platform=x64 /t:clean
+
+pause