Skip to content

Commit 9832bdf

Browse files
author
Dibyendu Majumdar
committed
add build script
1 parent edf506f commit 9832bdf

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed

build/buildmsvc_lua53.bat

+119
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
cd lua
2+
rmdir build /s
3+
mkdir build
4+
cd build
5+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -G "Visual Studio 15 2017 Win64" ..
6+
cmake --build . --config Release --target INSTALL
7+
cd ..\..
8+
9+
cd ravi-ffi
10+
rmdir build /s
11+
mkdir build
12+
cd build
13+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
14+
cmake --build . --config Release --target INSTALL
15+
cd ..\..
16+
17+
cd ravi-torch-paths
18+
rmdir build /s
19+
mkdir build
20+
cd build
21+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
22+
cmake --build . --config Release --target INSTALL
23+
cd ..\..
24+
25+
cd ravi-torch7-sys
26+
rmdir build /s
27+
mkdir build
28+
cd build
29+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
30+
cmake --build . --config Release --target INSTALL
31+
cd ..\..
32+
33+
cd ravi-torch7
34+
rmdir build /s
35+
mkdir build
36+
cd build
37+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
38+
cmake --build . --config Release --target INSTALL
39+
cd ..\..
40+
41+
cd ravi-torch7-xlua
42+
rmdir build /s
43+
mkdir build
44+
cd build
45+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
46+
cmake --build . --config Release --target INSTALL
47+
cd ..\..
48+
49+
cd ravi-moses
50+
rmdir build /s
51+
mkdir build
52+
cd build
53+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
54+
cmake --build . --config Release --target INSTALL
55+
cd ..\..
56+
57+
cd ravi-filesystem
58+
rmdir build /s
59+
mkdir build
60+
cd build
61+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
62+
cmake --build . --config Release --target INSTALL
63+
cd ..\..
64+
65+
cd ravi-torch7-nn
66+
rmdir build /s
67+
mkdir build
68+
cd build
69+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
70+
cmake --build . --config Release --target INSTALL
71+
cd ..\..
72+
73+
cd ravi-torch7-optim
74+
rmdir build /s
75+
mkdir build
76+
cd build
77+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
78+
cmake --build . --config Release --target INSTALL
79+
cd ..\..
80+
81+
cd ravi-torch-cephes
82+
rmdir build /s
83+
mkdir build
84+
cd build
85+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
86+
cmake --build . --config Release --target INSTALL
87+
cd ..\..
88+
89+
cd ravi-penlight
90+
rmdir build /s
91+
mkdir build
92+
cd build
93+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
94+
cmake --build . --config Release --target INSTALL
95+
cd ..\..
96+
97+
cd ravi-cjson
98+
rmdir build /s
99+
mkdir build
100+
cd build
101+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
102+
cmake --build . --config Release --target INSTALL
103+
cd ..\..
104+
105+
cd ravi-lpeglabel
106+
rmdir build /s
107+
mkdir build
108+
cd build
109+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
110+
cmake --build . --config Release --target INSTALL
111+
cd ..\..
112+
113+
cd ravi-luasocket
114+
rmdir build /s
115+
mkdir build
116+
cd build
117+
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON -G "Visual Studio 15 2017 Win64" ..
118+
cmake --build . --config Release --target INSTALL
119+
cd ..\..

0 commit comments

Comments
 (0)