src/Makefile.am:38 Changed versioning to 11:0:8 thanks to Bernhard Kaindl
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@139 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
584719d8cd
commit
cd9bffb995
@ -224,3 +224,10 @@ October 24, 2002:
|
||||
(89) Changed the overlay (freeglut_state.c:662) to return FALSE, as it's not implemented yet.
|
||||
|
||||
(90) Applied John F. Fay's fixes to freeglut.dsp and freeglut_static.dsp
|
||||
|
||||
|
||||
*******************************************************************************************
|
||||
* Changes on 21 July 2003
|
||||
*******************************************************************************************
|
||||
|
||||
(91) src/Makefile.am:38 Changed versioning to 11:0:8 thanks to Bernhard Kaindl
|
||||
|
@ -35,7 +35,7 @@ libglut_la_SOURCES = freeglut_callbacks.c \
|
||||
# Additional linker flags
|
||||
#
|
||||
libglut_la_LIBADD = $(LIBM) $(X_LIBS) -lGL -lGLU -lXext -lX11 -lXxf86vm
|
||||
libglut_la_LDFLAGS = -version-info 3:8:0
|
||||
libglut_la_LDFLAGS = -version-info 11:8:0
|
||||
|
||||
#
|
||||
# End of file
|
||||
|
Reference in New Issue
Block a user