Skip to content
GitLab
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
bdd250e3
Commit
bdd250e3
authored
May 16, 2018
by
schultz
Browse files
look for glew 2.0.0 in ci configuration script
parent
29454f22
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-windows-config.bat
View file @
bdd250e3
...
...
@@ -97,13 +97,19 @@ for /l %%x in (6, 1, 7) do (
)
)
:: check for glew version
6.
1.1 to
6.
1.3 use the highest found version
:: check for glew version 1.1 to 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
%%x
.0\include
set
GLEW_LIBRARY_DIR
=
%LIBPATH_BASE%
\
%ARCHITECTURE%
\glew
-
1
.1
%%x
.0\lib\glew32.lib
)
)
:: check for glew version 2.0
if
exist
%LIBPATH_BASE%
\
%ARCHITECTURE%
\glew
-
2
.0.0\include
(
set
GLEW_INCLUDE_DIR
=
%LIBPATH_BASE%
\
%ARCHITECTURE%
\glew
-
2
.0.0\include
set
GLEW_LIBRARY_DIR
=
%LIBPATH_BASE%
\
%ARCHITECTURE%
\glew
-
2
.0.0\lib\glew32.lib
)
:: check for qwt version 6.1.1 to 6.1.3 use the highest found version
for
/l
%%x
in
(
0
,
1
,
3
)
do
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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