From: John F. Fay Date: Thu, 17 Mar 2011 02:46:09 +0000 (+0000) Subject: Applying the "vs2010_project_files.patch" patch from Diederick Niehorster in e-mail... X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=fee56612e278a00ed8bf1f14bd9a7ef123891390;p=freeglut 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: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@899 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/VisualStudio/2010/freeglut.vcxproj b/VisualStudio/2010/freeglut.vcxproj index 3cc21a8..e468d50 100644 --- a/VisualStudio/2010/freeglut.vcxproj +++ b/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 @@ - - - - - - - -