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
75440cab
Commit
75440cab
authored
Apr 23, 2017
by
Nigel Stewart
Committed by
GitHub
Apr 23, 2017
Browse files
Merge pull request #137 from tokenrove/fix-perl-5.26-inc
Fix perl @INC for scripts which include make.pl
parents
6ee72f2f
7f510379
Changes
15
Hide whitespace changes
Inline
Side-by-side
auto/bin/make_def_fun.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
# function pointer declaration
...
...
auto/bin/make_def_var.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
my
@extlist
=
();
...
...
auto/bin/make_enable_index.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
##
...
...
auto/bin/make_header.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
# token
...
...
auto/bin/make_html.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
#---------------------------------------------------------------------------------------
...
...
auto/bin/make_index.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
##
...
...
auto/bin/make_info.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
#---------------------------------------------------------------------------------------
...
...
auto/bin/make_info_list.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
#---------------------------------------------------------------------------------------
...
...
auto/bin/make_init.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
#-------------------------------------------------------------------------------
...
...
auto/bin/make_initd.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
## Output declarations for the _glewInit_[extension] functions defined
...
...
auto/bin/make_list.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
#---------------------------------------------------------------------------------------
...
...
auto/bin/make_list2.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
#---------------------------------------------------------------------------------------
...
...
auto/bin/make_str.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
my
@extlist
=
();
...
...
auto/bin/make_struct_fun.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
# function pointer declaration
...
...
auto/bin/make_struct_var.pl
View file @
75440cab
...
...
@@ -10,6 +10,7 @@
use
strict
;
use
warnings
;
use
lib
'
.
';
do
'
bin/make.pl
';
my
@extlist
=
();
...
...
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