Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Maik Froechtenicht
glew
Commits
3d9e4808
Commit
3d9e4808
authored
Sep 07, 2016
by
Danilo Margarido
Committed by
Nigel Stewart
Oct 15, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finer control over glew.lib
Allows building both, shared-only or static-only.
parent
cdc3aeac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Makefile
Makefile
+4
-1
No files found.
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
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