To build shared libraries on Windows, one has to declare explicitly that there are...
authorSven Panne <sven.panne@aedion.de>
Sun, 1 Mar 2009 11:38:18 +0000 (11:38 +0000)
committerSven Panne <sven.panne@aedion.de>
Sun, 1 Mar 2009 11:38:18 +0000 (11:38 +0000)
commit2d7faeb3ddee96d7454f8e1b05baefd16886cff9
treefba454a1be2ff2f1f6ee7d5efb6b2406e23eb33a
parente95ea38d51abb28efff00827a93f0c568675f1ec
To build shared libraries on Windows, one has to declare explicitly that there are no undefined symbols during linking. No idea why, but this seems to be the only way to enable this on Cygwin via -mno-cygwin. Hopefully this won't cause problems on other platforms (which has to be tested).

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@789 7f0cb862-5218-0410-a997-914c9d46530a
src/Makefile.am