* Removed genfonts/genstrokes code, updated configure.in and Makefile.in
* Moved tests/one.c into progs/demos/One/one.c, updated configure.in and Makefile.in git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@120 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
a37e97a6d8
commit
2f6a51442c
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -71,6 +71,8 @@ freeglut/freeglut/progs/demos/Fractals_random/fractals.dat svn_keywords=Author+D
|
||||
freeglut/freeglut/progs/demos/Fractals_random/fractals_random.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/progs/demos/Lorenz/lorenz.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/progs/demos/Lorenz/lorenz.dsp svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/progs/demos/One/Makefile.am svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/progs/demos/One/one.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/Makefile.am svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_callbacks.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_cursor.c svn_keywords=Author+Date+Id+Revision
|
||||
@ -99,5 +101,3 @@ freeglut/freeglut/src/templates/cpp_template svn_keywords=Author+Date+Id+Revisio
|
||||
freeglut/freeglut/src/templates/header_template svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/stamp-h svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/stamp-h.in svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/tests/Makefile.am svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/tests/one.c svn_keywords=Author+Date+Id+Revision
|
||||
|
@ -198,3 +198,12 @@ October 24, 2002:
|
||||
*******************************************************************************************
|
||||
|
||||
(84) Fixed the 'ptr + len' problem in freeglut_misc.c:90
|
||||
|
||||
|
||||
*******************************************************************************************
|
||||
* Changes on 02 July 2003
|
||||
*******************************************************************************************
|
||||
|
||||
(85) Removed genfonts/genstrokes code, updated configure.in and Makefile.in
|
||||
|
||||
(86) Moved tests/one.c into progs/demos/One/one.c, updated configure.in and Makefile.in
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce makefile.im
|
||||
|
||||
SUBDIRS = src include genfonts tests
|
||||
SUBDIRS = src include
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL NEWS README TODO freeglut.lsm \
|
||||
|
@ -27,4 +27,4 @@ dnl Checks for library functions.
|
||||
AC_CHECK_LIBM
|
||||
AC_SUBST(LIBM)
|
||||
|
||||
AC_OUTPUT(Makefile src/Makefile include/Makefile include/GL/Makefile genfonts/Makefile tests/Makefile )
|
||||
AC_OUTPUT(Makefile src/Makefile include/Makefile include/GL/Makefile)
|
||||
|
Reference in New Issue
Block a user