Now installs freeglut_ext.h and glut.h to /usr/include/GL (was missing before)
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@109 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
482f4b2bc5
commit
4a231c5f7c
@ -178,8 +178,16 @@ October 24, 2002:
|
|||||||
|
|
||||||
(81) Added 'freeglut.kdevelop' (Gideon [Kdevelop 3.0]) project file
|
(81) Added 'freeglut.kdevelop' (Gideon [Kdevelop 3.0]) project file
|
||||||
|
|
||||||
|
|
||||||
*******************************************************************************************
|
*******************************************************************************************
|
||||||
* Changes on 24 June 2003
|
* Changes on 24 June 2003
|
||||||
*******************************************************************************************
|
*******************************************************************************************
|
||||||
|
|
||||||
(82) Added 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp' (New list #10)
|
(82) Added 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp' (New list #10)
|
||||||
|
|
||||||
|
|
||||||
|
*******************************************************************************************
|
||||||
|
* Changes on 27 June 2003
|
||||||
|
*******************************************************************************************
|
||||||
|
|
||||||
|
(83) Now installs freeglut_ext.h and glut.h to /usr/include/GL (was missing before)
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
GLincludedir = $(includedir)/GL
|
GLincludedir = $(includedir)/GL
|
||||||
|
|
||||||
EXTRA_DIST = freeglut.h freeglut_internal.h
|
EXTRA_DIST = freeglut.h freeglut_internal.h
|
||||||
GLinclude_HEADERS = freeglut.h
|
GLinclude_HEADERS = freeglut.h freeglut_ext.h glut.h
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user