Commit Graph

6 Commits

Author SHA1 Message Date
Shehzan Mohammed
264d566999 Fix how darwin library names are generated
* For style, changed the linux names to similar format
2015-05-28 18:20:27 -04:00
Shehzan Mohammed
6d6407f57c Fix the symbolic links for libraries on unix based systems
* New links are:
  * libGLEW.so -> libGLEW.so.(major)
  * libGLEW.so.(major) -> libGLEW.so.(major).(minor)
  * libGLEW.so.(major).(minor) -> libGLEW.so.(major).(minor).(micro)
* No changes to systems where dll or single library is created without symlinks
2015-05-28 16:26:13 -04:00
Nigel Stewart
06430b007b First try AR, then try LIBTOOL... 2015-03-26 19:52:10 +10:00
BastiaanOlij
aee8b6ff69 Renamed ARFLAGS.STATIC to simply ARFLAGS 2015-03-26 13:24:03 +11:00
BastiaanOlij
69cbc3532f Changed approach to be slightly more resilient to regression issues 2015-03-23 21:16:49 +11:00
BastiaanOlij
0c9ab41431 Changing over makefiles so LDFLAGS.STATIC is used. Also added makefile.darwin-universal for creating a universal static library that can be used properly. 2015-03-15 18:55:29 +11:00