|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50954 - sandbox/guigl/libs/guigl/build/vc8ide
From: stipe_at_[hidden]
Date: 2009-02-01 13:19:57
Author: srajko
Date: 2009-02-01 13:19:57 EST (Sun, 01 Feb 2009)
New Revision: 50954
URL: http://svn.boost.org/trac/boost/changeset/50954
Log:
corrected vsnet example output location
Text files modified:
sandbox/guigl/libs/guigl/build/vc8ide/example.vcproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/guigl/libs/guigl/build/vc8ide/example.vcproj
==============================================================================
--- sandbox/guigl/libs/guigl/build/vc8ide/example.vcproj (original)
+++ sandbox/guigl/libs/guigl/build/vc8ide/example.vcproj 2009-02-01 13:19:57 EST (Sun, 01 Feb 2009)
@@ -15,7 +15,7 @@
<Configurations>
<Configuration
Name="debug|Win32"
- OutputDirectory="..\..\..\..\bin.v2\libs\$(SolutionName)\$(ProjectName)\msvc-8.0express\$(ConfigurationName)\threading-multi"
+ OutputDirectory="..\..\..\..\bin.v2\stage\window_example"
IntermediateDirectory="$(OutDir)"
ConfigurationType="0"
>
@@ -35,7 +35,7 @@
</Configuration>
<Configuration
Name="release|Win32"
- OutputDirectory="..\..\..\..\bin.v2\libs\$(SolutionName)\$(ProjectName)\msvc-8.0express\$(ConfigurationName)\threading-multi"
+ OutputDirectory="..\..\..\..\bin.v2\stage\window_example"
IntermediateDirectory="$(OutDir)"
ConfigurationType="0"
>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk