restore 2 files with documentation links

This commit is contained in:
Andrew 2019-02-27 23:29:17 +02:00
parent ee7a0c27d4
commit f70edb8182
2 changed files with 8 additions and 0 deletions

4
quickbuild.win32 Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
echo " Please read https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio "
make BINARY=32 CC=gcc FC=gfortran

4
quickbuild.win64 Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
echo " Please read https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio "
make BINARY=64 CC=gcc FC=gfortran