Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
e9386299
Commit
e9386299
authored
Jun 20, 2017
by
Martin Schultz
Browse files
fixed glew version in windows ci script
parent
a58d4e72
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-windows.bat
View file @
e9386299
...
...
@@ -102,8 +102,8 @@ for /l %%x in (6, 1, 7) do (
:: check for glew version 6.1.1 to 6.1.3 use the highest found version
for
/l
%%x
in
(
0
,
1
,
3
)
do
(
if
exist
%LIBPATH_BASE%
\
%ARCHITECTURE%
\glew
-
1
.1
%%x
.0\include
(
set
GLEW_INCLUDE_DIR
=
%LIBPATH_BASE%
\
%ARCHITECTURE%
\glew
-
1
.1
3
.0\include
set
GLEW_LIBRARY_DIR
=
%LIBPATH_BASE%
\
%ARCHITECTURE%
\glew
-
1
.1
3
.0\lib\glew32.lib
set
GLEW_INCLUDE_DIR
=
%LIBPATH_BASE%
\
%ARCHITECTURE%
\glew
-
1
.1
%%x
.0\include
set
GLEW_LIBRARY_DIR
=
%LIBPATH_BASE%
\
%ARCHITECTURE%
\glew
-
1
.1
%%x
.0\lib\glew32.lib
)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment