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 @@ - - - - - - - -