Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
third-party
glew
Commits
3d9e4808
Commit
3d9e4808
authored
Sep 07, 2016
by
Danilo Margarido
Committed by
Nigel Stewart
Oct 15, 2016
Browse files
Finer control over glew.lib
Allows building both, shared-only or static-only.
parent
cdc3aeac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3d9e4808
...
...
@@ -98,7 +98,10 @@ LIB.OBJS := $(LIB.OBJS:.c=.o)
LIB.SOBJS
:=
$(
addprefix
tmp/
$(SYSTEM)
/default/shared/,
$(LIB.SRCS.NAMES)
)
LIB.SOBJS
:=
$(LIB.SOBJS:.c=.o)
glew.lib
:
lib lib/$(LIB.SHARED) lib/$(LIB.STATIC) glew.pc
glew.lib
:
glew.lib.shared glew.lib.static
glew.lib.shared
:
lib lib/$(LIB.SHARED) glew.pc
glew.lib.static
:
lib lib/$(LIB.STATIC) glew.pc
lib
:
mkdir
lib
...
...
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