summaryrefslogtreecommitdiff
path: root/src/glut
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2003-09-18 15:41:01 +0000
committerKarl Schultz <kschultz@freedesktop.org>2003-09-18 15:41:01 +0000
commit0c415bca5c718468449535f075652ce86aa8461f (patch)
tree75af57a8edaf7a101bcfed59b9cf0bf6dc3b26fd /src/glut
parent4ba2986c06651daf558f9ad18a3af28555fdab5e (diff)
Copy the DLL files to the lib directory instead of libexec.
Diffstat (limited to 'src/glut')
-rw-r--r--src/glut/glx/glut.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glut/glx/glut.dsp b/src/glut/glx/glut.dsp
index 0d47c2aa0b2..ce22885c1fb 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