From 0c415bca5c718468449535f075652ce86aa8461f Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Thu, 18 Sep 2003 15:41:01 +0000 Subject: Copy the DLL files to the lib directory instead of libexec. --- src/glut/glx/glut.dsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/glut/glx') diff --git a/src/glut/glx/glut.dsp b/src/glut/glx/glut.dsp index 0d47c2aa0b..ce22885c1f 100644 --- a/src/glut/glx/glut.dsp +++ b/src/glut/glx/glut.dsp @@ -57,7 +57,7 @@ LINK32=link.exe # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Desc=Copy import lib and dll -PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Release\GLUT32.LIB ..\..\..\lib copy Release\GLUT32.DLL ..\..\..\libexec +PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Release\GLUT32.LIB ..\..\..\lib copy Release\GLUT32.DLL ..\..\..\lib # End Special Build Tool !ELSEIF "$(CFG)" == "glut - Win32 Debug" @@ -89,7 +89,7 @@ LINK32=link.exe # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Desc=Copy import lib and dll -PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Debug\GLUT32.LIB ..\..\..\lib copy Debug\GLUT32.DLL ..\..\..\libexec +PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Debug\GLUT32.LIB ..\..\..\lib copy Debug\GLUT32.DLL ..\..\..\lib # End Special Build Tool !ENDIF -- cgit v1.2.3