Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Common
windows-env
Commits
38f5bbbc
Commit
38f5bbbc
authored
5 years ago
by
Pablo Toharia
Browse files
Options
Download
Email Patches
Plain Diff
Fixes and added glm.
parent
00258ee9
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
2 deletions
+16
-2
glew-1.11.0.bat
glew-1.11.0.bat
+3
-0
glew-1.11.0.sh
glew-1.11.0.sh
+4
-1
glm.bat
glm.bat
+1
-0
glm.sh
glm.sh
+1
-0
glut.bat
glut.bat
+3
-0
glut.sh
glut.sh
+3
-0
soil-vs14-x64.sh
soil-vs14-x64.sh
+1
-1
No files found.
glew-1.11.0.bat
View file @
38f5bbbc
set
GLEW_DIR
=
c
:\libs\glew
-
1
.11.0
set
GLEW_ROOT
=
%GLEW_DIR%
set
GLEW_BIN_DIR
=
c
:\libs\glew
-
1
.11.0\bin\Release\x64
set
GLEW_INCLUDE_DIR
=
c
:\libs\glew
-
1
.11.0\include
set
GLEW_LIBRARY
=
c
:\libs\glew
-
1
.11.0\lib\Release\x64\glew32.lib
This diff is collapsed.
Click to expand it.
glew-1.11.0.sh
View file @
38f5bbbc
export
GLEW_DIR
=
/c/libs/glew-1.11.0
export
GLEW_ROOT
=
${
GLEW_DIR
}
export
GLEW_BIN_DIR
=
/c/libs/glew-1.11.0/bin/Release/x64
export
GLEW_INCLUDE_DIR
=
/c/libs/glew-1.11.0/include
export
D
GLEW_LIBRARY
=
/c/libs/glew-1.11.0/lib/Release/x64/glew32.lib
export
GLEW_LIBRARY
=
/c/libs/glew-1.11.0/lib/Release/x64/glew32.lib
This diff is collapsed.
Click to expand it.
glm.bat
0 → 100644
View file @
38f5bbbc
set
GLM_ROOT_DIR
=
c
:\libs\glm
This diff is collapsed.
Click to expand it.
glm.sh
0 → 100644
View file @
38f5bbbc
export
GLM_ROOT_DIR
=
/c/libs/glm
This diff is collapsed.
Click to expand it.
glut.bat
View file @
38f5bbbc
set
GLUT_DIR
=
c
:\libs\freeglut
set
GLUT_ROOT
=
%GLUT_DIR%
set
OPENGL_LIBRARY_DIR
=
c
:\libs\freeglut\lib\x64\
set
GLUT_glut_LIBRARY
=
c
:\libs\freeglut\lib\x64\freeglut.lib
set
GLUT_INCLUDE_DIR
=
c
:\libs\freeglut\include
This diff is collapsed.
Click to expand it.
glut.sh
View file @
38f5bbbc
export
GLUT_DIR
=
/c/libs/freeglut
export
GLUT_ROOT
=
${
GLUT_DIR
}
export
OPENGL_LIBRARY_DIR
=
/c/libs/freeglut/lib/x64/
export
GLUT_glut_LIBRARY
=
/c/libs/freeglut/lib/x64/freeglut.lib
export
GLUT_INCLUDE_DIR
=
/c/libs/freeglut/include
This diff is collapsed.
Click to expand it.
soil-vs14-x64.sh
View file @
38f5bbbc
export
SOIL_ROOT_DIR
=
/c/libs/soil
silo
-vs14-x64
export
SOIL_ROOT_DIR
=
/c/libs/soil-vs14-x64
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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