mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 05:45:07 +00:00
switch to new opengl registry
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@513 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
8a520920bf
commit
36fa404a4d
@ -11,7 +11,8 @@ include ../config/version
|
|||||||
|
|
||||||
SHELL = bash
|
SHELL = bash
|
||||||
REGISTRY = registry
|
REGISTRY = registry
|
||||||
REGISTRY_URL = http://oss.sgi.com/projects/ogl-sample/registry/
|
REGISTRY_URL = http://www.opengl.org/registry/
|
||||||
|
#http://oss.sgi.com/projects/ogl-sample/registry/
|
||||||
BIN = bin
|
BIN = bin
|
||||||
SRC = src
|
SRC = src
|
||||||
CORE = core
|
CORE = core
|
||||||
|
@ -18,7 +18,7 @@ wget \
|
|||||||
--mirror \
|
--mirror \
|
||||||
--no-parent \
|
--no-parent \
|
||||||
--no-host-directories \
|
--no-host-directories \
|
||||||
--cut-dirs=3 \
|
--cut-dirs=2 \
|
||||||
--accept=txt,html \
|
--accept=txt,html \
|
||||||
$2
|
$2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user