To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

The primary repository for this project is hosted at https://git.aubio.org/aubio/vamp-aubio-plugins .
This repository is a read-only copy which is updated automatically every hour.

Statistics Download as Zip
| Branch: | Revision:

root / scripts / aubio_waf_msvc.patch @ 194:c22402c78df4

History | View | Annotate | Download (507 Bytes)

1
diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh
2
index 9d42234..068d889 100755
3
--- a/scripts/get_aubio.sh
4
+++ b/scripts/get_aubio.sh
5
@@ -25,7 +25,7 @@ git clone https://github.com/aubio/aubio aubio || ( pushd aubio; git pull; popd
6
 #rm -rf aubio
7
 ./scripts/get_waf.sh
8
 #./waf distclean
9
-./waf configure --prefix=$PWD/../aubio-dist $WAFOPTS
10
+./waf configure --prefix=$PWD/../aubio-dist --msvc_version='msvc 12.0' --msvc_target='x86' $WAFOPTS
11
 ./waf build -v $WAFOPTS
12
 ./waf install -v $WAFOPTS
13
 popd