changed default install dir to /usr/local on Linux, fixed symbolic links to be relative, updated glxext.h for OpenGL3

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1214 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
laurentgom 2009-09-07 10:14:35 +00:00
parent a6e353f11b
commit 3be521a912
13 changed files with 179 additions and 40 deletions

View file

@ -20,4 +20,4 @@ mrproper: clean
@rm -rf $(LIBNAME)
install:
@($(CP) $(LIBNAME) $(DESTLIBDIR) && $(LN) $(LNFLAGS) $(DESTLIBDIR)/$(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB))
@($(CP) $(LIBNAME) $(DESTLIBDIR) && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB))