-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbuildAll.bat
189 lines (142 loc) · 2.19 KB
/
buildAll.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
set base=%CD%
cd colorWindow
call build.bat
cd %base%
cd concentricCircles
call build.bat
cd %base%
cd concentricSquares
call build.bat
cd %base%
cd concentricTriangles
call build.bat
cd %base%
cd cornflowerRectangle
call build.bat
cd %base%
cd cubeRotation
call build.bat
cd %base%
cd cursor
call build.bat
cd %base%
cd deathlyHallowsRotation
call build.bat
cd %base%
cd deathlyHallowsSymbol
call build.bat
cd %base%
cd fullscreenCenterWindowByGetSystemMetrics
call build.bat
cd %base%
cd fullscreenCenterWindowBySystemParametersInfo
call build.bat
cd %base%
cd fullscreenColorWindow
call build.bat
cd %base%
cd fullscreenWindow
call build.bat
cd %base%
cd graphPaper
call build.bat
cd %base%
cd graphPaperBorderedSquare
call build.bat
cd %base%
cd graphPaperBorderedTriangle
call build.bat
cd %base%
cd graphPaperLineCircle
call build.bat
cd %base%
cd graphPaperPointCircle
call build.bat
cd %base%
cd icon
call build.bat
cd %base%
cd kundali
call build.bat
cd %base%
cd majorMinorXAxis
call build.bat
cd %base%
cd majorMinorYAxis
call build.bat
cd %base%
cd modalTransformation
call build.bat
cd %base%
cd multiColoredTriangle
call build.bat
cd %base%
cd openGLWindow
call build.bat
cd %base%
cd openGLWindowWrongWay
call build.bat
cd %base%
cd pointAtCenter
call build.bat
cd %base%
cd pyramidAndCubeRotation
call build.bat
cd %base%
cd pyramidAndCubeRotationByMatrix
call build.bat
cd %base%
cd pyramidRotation
call build.bat
cd %base%
cd rectangle
call build.bat
cd %base%
cd square
call build.bat
cd %base%
cd triangle
call build.bat
cd %base%
cd triangleAndSquare
call build.bat
cd %base%
cd triangleAndSquareRotation
call build.bat
cd %base%
cd triangleByGlFrustum
call build.bat
cd %base%
cd triangleByGlOrtho
call build.bat
cd %base%
cd triangleByGluOrtho2D
call build.bat
cd %base%
cd triangleByGluPerspective
call build.bat
cd %base%
cd triangleByGluPerspectiveCorrected
call build.bat
cd %base%
cd triangleRotation
call build.bat
cd %base%
cd viewportPlacement
call build.bat
cd %base%
cd viewTransformationByGluLookAt
call build.bat
cd %base%
cd window
call build.bat
cd %base%
cd xAxis
call build.bat
cd %base%
cd xyAxis
call build.bat
cd %base%
cd yAxis
call build.bat
cd %base%