From 5cd12c93554e13be924fc25388c9d31453d27e83 Mon Sep 17 00:00:00 2001 From: spanne Date: Fri, 22 May 2009 14:15:10 +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@816 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/freeglut_vs2008.vcproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/freeglut/freeglut/freeglut_vs2008.vcproj b/freeglut/freeglut/freeglut_vs2008.vcproj index 46cb4e2..eb13dd5 100644 --- a/freeglut/freeglut/freeglut_vs2008.vcproj +++ b/freeglut/freeglut/freeglut_vs2008.vcproj @@ -79,6 +79,7 @@ OutputFile=".\Debug/freeglut.dll" LinkIncremental="2" SuppressStartupBanner="true" + ModuleDefinitionFile=".\src\freeglutdll.def" GenerateDebugInformation="true" ProgramDatabaseFile=".\Debug/freeglut.pdb" RandomizedBaseAddress="1" @@ -173,6 +174,7 @@ OutputFile=".\Release/freeglut.dll" LinkIncremental="1" SuppressStartupBanner="true" + ModuleDefinitionFile="src\freeglutdll.def" ProgramDatabaseFile=".\Release/freeglut.pdb" RandomizedBaseAddress="1" DataExecutionPrevention="0"