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