Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
flycast
Commits
3b48f5c4
Commit
3b48f5c4
authored
Aug 28, 2018
by
orbea
Browse files
Makefile: Allow optionally building the older gl2 renderer.
parent
f3c8b026
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3b48f5c4
DEBUG
:=
0
NO_REND
:=
0
HAVE_GL
:=
1
HAVE_GL2
:=
0
HAVE_OIT
:=
0
HAVE_CORE
:=
0
NO_THREADS
:=
0
...
...
@@ -116,8 +117,10 @@ ifneq (,$(findstring unix,$(platform)))
LIBS
+=
-lrt
endif
ifneq
($(HAVE_OIT), 1)
HAVE_GL3
=
1
ifneq
($(HAVE_GL2), 1)
ifneq
($(HAVE_OIT), 1)
HAVE_GL3
=
1
endif
endif
fpic
=
-fPIC
...
...
@@ -389,8 +392,10 @@ else ifeq ($(platform), emscripten)
# Windows
else
ifneq
($(HAVE_OIT), 1)
HAVE_GL3
=
1
ifneq
($(HAVE_GL2), 1)
ifneq
($(HAVE_OIT), 1)
HAVE_GL3
=
1
endif
endif
EXT
?=
dll
HAVE_GENERIC_JIT
=
0
...
...
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