diff options
author | Karl Schultz <[email protected]> | 2003-09-18 15:41:01 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2003-09-18 15:41:01 +0000 |
commit | 0c415bca5c718468449535f075652ce86aa8461f (patch) | |
tree | 75af57a8edaf7a101bcfed59b9cf0bf6dc3b26fd /src/glu/sgi | |
parent | 4ba2986c06651daf558f9ad18a3af28555fdab5e (diff) |
Copy the DLL files to the lib directory instead of libexec.
Diffstat (limited to 'src/glu/sgi')
-rw-r--r-- | src/glu/sgi/glu.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/sgi/glu.dsp b/src/glu/sgi/glu.dsp index 7d497310058..8e6e1faf3a5 100644 --- a/src/glu/sgi/glu.dsp +++ b/src/glu/sgi/glu.dsp @@ -58,7 +58,7 @@ LINK32=link.exe SOURCE="$(InputPath)" PreLink_Cmds=cl @ccRelease.txt LIB /OUT:Release/GLUCC.LIB @ccReleaseObj.txt PostBuild_Desc=Copy import lib and dll -PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib if not exist ..\..\..\libexec md ..\..\..\libexec copy Release\GLU32.LIB ..\..\..\lib copy Release\GLU32.DLL ..\..\..\libexec +PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Release\GLU32.LIB ..\..\..\lib copy Release\GLU32.DLL ..\..\..\lib # End Special Build Tool !ELSEIF "$(CFG)" == "glu - Win32 Debug" @@ -91,7 +91,7 @@ SOURCE="$(InputPath)" PreLink_Desc=C++ compilations PreLink_Cmds=cl @ccDebug.txt LIB /OUT:Debug/GLUCC.LIB @ccDebugObj.txt PostBuild_Desc=Copy import lib and dll -PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib if not exist ..\..\..\libexec md ..\..\..\libexec copy Debug\GLU32.LIB ..\..\..\lib copy Debug\GLU32.DLL ..\..\..\libexec +PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Debug\GLU32.LIB ..\..\..\lib copy Debug\GLU32.DLL ..\..\..\lib # End Special Build Tool !ENDIF |