Skip to content

Commit de81120

Browse files
committed
move glew.c into lib/OpenGL/Modern
1 parent fbc6c4e commit de81120

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Changes
2-
glew.c
32
include/GL/eglew.h
43
include/GL/glew.h
54
include/GL/glxew.h
@@ -11,6 +10,7 @@ lib/OpenGL/Modern/Const.pm
1110
lib/OpenGL/Modern/Const.xs
1211
lib/OpenGL/Modern/gl_errors.h
1312
lib/OpenGL/Modern/glew-context.c
13+
lib/OpenGL/Modern/glew.c
1414
lib/OpenGL/Modern/Helpers.pm
1515
lib/OpenGL/Modern/ImageHack.pm
1616
lib/OpenGL/Modern/ppport.h

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ WriteMakefile(
6262
XSBUILD => {
6363
xs => {
6464
'lib/OpenGL/Modern' => {
65-
OBJECT => 'lib/OpenGL/Modern$(OBJ_EXT) glew$(OBJ_EXT)',
65+
OBJECT => 'lib/OpenGL/Modern$(OBJ_EXT) lib/OpenGL/Modern/glew$(OBJ_EXT)',
6666
},
6767
},
6868
},
6969
depend => {
7070
'lib/OpenGL/Modern$(OBJ_EXT)' => 'lib/OpenGL/Modern/glew-context.c include/GL/glew.h include/GL/wglew.h lib/OpenGL/Modern/gl_errors.h auto-xs.inc', # last is not accurate but forced by XSMULTI which has no intermediate .c target
7171
'lib/OpenGL/Modern/Const$(OBJ_EXT)' => 'include/GL/glew.h include/GL/wglew.h lib/OpenGL/Modern/const.h',
7272
},
73-
clean => { FILES => 'auto-xs.inc lib/OpenGL/Modern/const.h lib/OpenGL/Modern/Config.pm' },
73+
clean => { FILES => 'auto-xs.inc lib/OpenGL/Modern/const.h lib/OpenGL/Modern/Config.pm lib/OpenGL/Modern/glew$(OBJ_EXT)' },
7474
%buildargs,
7575
);
7676

File renamed without changes.

0 commit comments

Comments
 (0)