From 2fe5703d54d9b6f7329d4b93ebf71627cb9c027a Mon Sep 17 00:00:00 2001 From: spanne Date: Fri, 22 May 2009 14:15:49 +0000 Subject: [PATCH] Use our module definition file, so we get undecorated names in the resulting DLL, just like the classic GLUT DLL from Nate Robins. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@817 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/freeglut/freeglut/ChangeLog b/freeglut/freeglut/ChangeLog index 51827a6..3dbb4d9 100644 --- a/freeglut/freeglut/ChangeLog +++ b/freeglut/freeglut/ChangeLog @@ -2,6 +2,10 @@ * src/freeglutdll.def: Removed obsolete lines. Fixed version number. + * freeglut_vs2008.vcproj: Use our module definition file, so we get + undecorated names in the resulting DLL, just like the classic GLUT DLL + from Nate Robins. + 2009-04-05 Sven Panne * Makefile.am: Added more project/workspace/... files to distribution.