Imported Upstream version 2.81
[platform/upstream/libbullet.git] / build / vs_all.bat
1 rem this script is mainly to create distributable visual studio project file\r
2 \r
3 \r
4 premake4 --with-opencl-nvidia vs2008\r
5 rename vs2008 vs2008_opencl_nvidia\r
6 \r
7 premake4 --with-opencl-intel vs2008\r
8 rename vs2008 vs2008_opencl_intel\r
9 \r
10 premake4 --with-opencl-amd vs2008\r
11 rename vs2008 vs2008_opencl_amd\r
12 \r
13 premake4 --with-opencl-nvidia vs2010\r
14 rename vs2010 vs2010_opencl_nvidia\r
15 \r
16 premake4 --with-opencl-intel vs2010\r
17 rename vs2010 vs2010_opencl_intel\r
18 \r
19 premake4 --with-opencl-amd vs2010\r
20 rename vs2010 vs2010_opencl_amd\r
21 \r
22 premake4 --with-dx11 vs2008\r
23 rename vs2008 vs2008_dx11\r
24 \r
25 premake4 --with-dx11 vs2010\r
26 rename vs2010 vs2010_dx11\r
27 \r
28 premake4 --with-dx11 vs2005\r
29 rename vs2005 vs2005_dx11\r
30 \r
31 premake4 vs2005\r
32 premake4 vs2008\r
33 premake4 vs2010\r
34 \r
35 \r
36 pause