|
| 1 | +cd ravi-external-libs |
| 2 | +rmdir build /s /q |
| 3 | +mkdir build |
| 4 | +cd build |
| 5 | +cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -G "Visual Studio 15 2017 Win64" .. |
| 6 | +if %errorlevel% neq 0 exit /b %errorlevel% |
| 7 | +cmake --build . --config Release --target INSTALL |
| 8 | +if %errorlevel% neq 0 exit /b %errorlevel% |
| 9 | +cd ..\.. |
| 10 | + |
1 | 11 | cd lua
|
2 |
| -rmdir build /s |
| 12 | +rmdir build /s /q |
3 | 13 | mkdir build
|
4 | 14 | cd build
|
5 | 15 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -G "Visual Studio 15 2017 Win64" ..
|
| 16 | +if %errorlevel% neq 0 exit /b %errorlevel% |
6 | 17 | cmake --build . --config Release --target INSTALL
|
| 18 | +if %errorlevel% neq 0 exit /b %errorlevel% |
7 | 19 | cd ..\..
|
8 | 20 |
|
9 | 21 | cd ravi-ffi
|
10 |
| -rmdir build /s |
| 22 | +rmdir build /s /q |
11 | 23 | mkdir build
|
12 | 24 | cd build
|
13 | 25 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 26 | +if %errorlevel% neq 0 exit /b %errorlevel% |
14 | 27 | cmake --build . --config Release --target INSTALL
|
| 28 | +if %errorlevel% neq 0 exit /b %errorlevel% |
15 | 29 | cd ..\..
|
16 | 30 |
|
17 | 31 | cd ravi-torch-paths
|
18 |
| -rmdir build /s |
| 32 | +rmdir build /s /q |
19 | 33 | mkdir build
|
20 | 34 | cd build
|
21 | 35 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 36 | +if %errorlevel% neq 0 exit /b %errorlevel% |
22 | 37 | cmake --build . --config Release --target INSTALL
|
| 38 | +if %errorlevel% neq 0 exit /b %errorlevel% |
23 | 39 | cd ..\..
|
24 | 40 |
|
25 | 41 | cd ravi-torch7-sys
|
26 |
| -rmdir build /s |
| 42 | +rmdir build /s /q |
27 | 43 | mkdir build
|
28 | 44 | cd build
|
29 | 45 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 46 | +if %errorlevel% neq 0 exit /b %errorlevel% |
30 | 47 | cmake --build . --config Release --target INSTALL
|
| 48 | +if %errorlevel% neq 0 exit /b %errorlevel% |
31 | 49 | cd ..\..
|
32 | 50 |
|
33 | 51 | cd ravi-torch7
|
34 |
| -rmdir build /s |
| 52 | +rmdir build /s /q |
35 | 53 | mkdir build
|
36 | 54 | cd build
|
37 | 55 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 56 | +if %errorlevel% neq 0 exit /b %errorlevel% |
38 | 57 | cmake --build . --config Release --target INSTALL
|
| 58 | +if %errorlevel% neq 0 exit /b %errorlevel% |
39 | 59 | cd ..\..
|
40 | 60 |
|
41 | 61 | cd ravi-torch7-xlua
|
42 |
| -rmdir build /s |
| 62 | +rmdir build /s /q |
43 | 63 | mkdir build
|
44 | 64 | cd build
|
45 | 65 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 66 | +if %errorlevel% neq 0 exit /b %errorlevel% |
46 | 67 | cmake --build . --config Release --target INSTALL
|
| 68 | +if %errorlevel% neq 0 exit /b %errorlevel% |
47 | 69 | cd ..\..
|
48 | 70 |
|
49 | 71 | cd ravi-moses
|
50 |
| -rmdir build /s |
| 72 | +rmdir build /s /q |
51 | 73 | mkdir build
|
52 | 74 | cd build
|
53 | 75 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 76 | +if %errorlevel% neq 0 exit /b %errorlevel% |
54 | 77 | cmake --build . --config Release --target INSTALL
|
| 78 | +if %errorlevel% neq 0 exit /b %errorlevel% |
55 | 79 | cd ..\..
|
56 | 80 |
|
57 | 81 | cd ravi-filesystem
|
58 |
| -rmdir build /s |
| 82 | +rmdir build /s /q |
59 | 83 | mkdir build
|
60 | 84 | cd build
|
61 | 85 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 86 | +if %errorlevel% neq 0 exit /b %errorlevel% |
62 | 87 | cmake --build . --config Release --target INSTALL
|
| 88 | +if %errorlevel% neq 0 exit /b %errorlevel% |
63 | 89 | cd ..\..
|
64 | 90 |
|
65 | 91 | cd ravi-torch7-nn
|
66 |
| -rmdir build /s |
| 92 | +rmdir build /s /q |
67 | 93 | mkdir build
|
68 | 94 | cd build
|
69 | 95 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 96 | +if %errorlevel% neq 0 exit /b %errorlevel% |
70 | 97 | cmake --build . --config Release --target INSTALL
|
| 98 | +if %errorlevel% neq 0 exit /b %errorlevel% |
71 | 99 | cd ..\..
|
72 | 100 |
|
73 | 101 | cd ravi-torch7-optim
|
74 |
| -rmdir build /s |
| 102 | +rmdir build /s /q |
75 | 103 | mkdir build
|
76 | 104 | cd build
|
77 | 105 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 106 | +if %errorlevel% neq 0 exit /b %errorlevel% |
78 | 107 | cmake --build . --config Release --target INSTALL
|
| 108 | +if %errorlevel% neq 0 exit /b %errorlevel% |
79 | 109 | cd ..\..
|
80 | 110 |
|
81 | 111 | cd ravi-torch7-autograd
|
82 |
| -rmdir build /s |
| 112 | +rmdir build /s /q |
83 | 113 | mkdir build
|
84 | 114 | cd build
|
85 | 115 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 116 | +if %errorlevel% neq 0 exit /b %errorlevel% |
86 | 117 | cmake --build . --config Release --target INSTALL
|
| 118 | +if %errorlevel% neq 0 exit /b %errorlevel% |
87 | 119 | cd ..\..
|
88 | 120 |
|
89 | 121 | cd ravi-torch-cephes
|
90 |
| -rmdir build /s |
| 122 | +rmdir build /s /q |
91 | 123 | mkdir build
|
92 | 124 | cd build
|
93 | 125 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 126 | +if %errorlevel% neq 0 exit /b %errorlevel% |
94 | 127 | cmake --build . --config Release --target INSTALL
|
| 128 | +if %errorlevel% neq 0 exit /b %errorlevel% |
95 | 129 | cd ..\..
|
96 | 130 |
|
97 | 131 | cd ravi-penlight
|
98 |
| -rmdir build /s |
| 132 | +rmdir build /s /q |
99 | 133 | mkdir build
|
100 | 134 | cd build
|
101 | 135 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 136 | +if %errorlevel% neq 0 exit /b %errorlevel% |
102 | 137 | cmake --build . --config Release --target INSTALL
|
| 138 | +if %errorlevel% neq 0 exit /b %errorlevel% |
103 | 139 | cd ..\..
|
104 | 140 |
|
105 | 141 | cd ravi-cjson
|
106 |
| -rmdir build /s |
| 142 | +rmdir build /s /q |
107 | 143 | mkdir build
|
108 | 144 | cd build
|
109 | 145 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 146 | +if %errorlevel% neq 0 exit /b %errorlevel% |
110 | 147 | cmake --build . --config Release --target INSTALL
|
| 148 | +if %errorlevel% neq 0 exit /b %errorlevel% |
111 | 149 | cd ..\..
|
112 | 150 |
|
113 | 151 | cd ravi-lpeglabel
|
114 |
| -rmdir build /s |
| 152 | +rmdir build /s /q |
115 | 153 | mkdir build
|
116 | 154 | cd build
|
117 | 155 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 156 | +if %errorlevel% neq 0 exit /b %errorlevel% |
118 | 157 | cmake --build . --config Release --target INSTALL
|
| 158 | +if %errorlevel% neq 0 exit /b %errorlevel% |
119 | 159 | cd ..\..
|
120 | 160 |
|
121 | 161 | cd ravi-luasocket
|
122 |
| -rmdir build /s |
| 162 | +rmdir build /s /q |
| 163 | +mkdir build |
| 164 | +cd build |
| 165 | +cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" .. |
| 166 | +if %errorlevel% neq 0 exit /b %errorlevel% |
| 167 | +cmake --build . --config Release --target INSTALL |
| 168 | +if %errorlevel% neq 0 exit /b %errorlevel% |
| 169 | +cd ..\.. |
| 170 | + |
| 171 | +cd ravi-libuv-luv |
| 172 | +rmdir build /s /q |
123 | 173 | mkdir build
|
124 | 174 | cd build
|
125 | 175 | cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
|
| 176 | +if %errorlevel% neq 0 exit /b %errorlevel% |
126 | 177 | cmake --build . --config Release --target INSTALL
|
| 178 | +if %errorlevel% neq 0 exit /b %errorlevel% |
127 | 179 | cd ..\..
|
0 commit comments