From 524888cc1091dbcba12e872611d4a8fdbb1532d6 Mon Sep 17 00:00:00 2001 From: fayjf Date: Thu, 17 Mar 2011 02:46:09 +0000 Subject: [PATCH] Applying the "vs2010_project_files.patch" patch from Diederick Niehorster in e-mail dated 3/16/11 at 1:06 AM. It will need checking that I have done it right as I needed to use the text editor to put them in. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@899 7f0cb862-5218-0410-a997-914c9d46530a --- .../VisualStudio/2010/freeglut.vcxproj | 42 ++++++------------- 1 file changed, 13 insertions(+), 29 deletions(-) diff --git a/freeglut/freeglut/VisualStudio/2010/freeglut.vcxproj b/freeglut/freeglut/VisualStudio/2010/freeglut.vcxproj index 3cc21a8..e468d50 100644 --- a/freeglut/freeglut/VisualStudio/2010/freeglut.vcxproj +++ b/freeglut/freeglut/VisualStudio/2010/freeglut.vcxproj @@ -1,5 +1,5 @@  - + Debug_Static @@ -100,6 +100,9 @@ $(OutDir)$(ProjectName).lib MachineX86 + + for %%I in ($(TargetDir)\$(TargetName)$(TargetExt) $(TargetDir)\$(TargetName).lib $(TargetDir)\$(TargetName).exp) do xcopy /F /Y %%I ..\..\lib\Debug\ + @@ -121,6 +124,9 @@ $(OutDir)$(TargetName).lib MachineX86 + + xcopy /F /Y $(TargetDir)\$(TargetName)$(TargetExt) ..\..\lib\Debug\ + @@ -145,6 +151,9 @@ $(OutDir)$(ProjectName).lib MachineX86 + + for %%I in ($(TargetDir)\$(TargetName)$(TargetExt) $(TargetDir)\$(TargetName).lib $(TargetDir)\$(TargetName).exp) do xcopy /F /Y %%I ..\..\lib\Release\ + @@ -166,6 +175,9 @@ $(OutDir)$(TargetName).lib MachineX86 + + xcopy /F /Y $(TargetDir)\$(TargetName)$(TargetExt) ..\..\lib\Release\ + @@ -210,32 +222,4 @@ - - - - - - - -