|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50983 - sandbox-branches/guigl-wmbuild/libs/guigl/build/vc8ide
From: stipe_at_[hidden]
Date: 2009-02-02 19:13:12
Author: srajko
Date: 2009-02-02 19:13:12 EST (Mon, 02 Feb 2009)
New Revision: 50983
URL: http://svn.boost.org/trac/boost/changeset/50983
Log:
added window manager files to msvc examples
Text files modified:
sandbox-branches/guigl-wmbuild/libs/guigl/build/vc8ide/build.vcproj | 8 ++++++++
sandbox-branches/guigl-wmbuild/libs/guigl/build/vc8ide/example.vcproj | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
Modified: sandbox-branches/guigl-wmbuild/libs/guigl/build/vc8ide/build.vcproj
==============================================================================
--- sandbox-branches/guigl-wmbuild/libs/guigl/build/vc8ide/build.vcproj (original)
+++ sandbox-branches/guigl-wmbuild/libs/guigl/build/vc8ide/build.vcproj 2009-02-02 19:13:12 EST (Mon, 02 Feb 2009)
@@ -373,6 +373,14 @@
</File>
</Filter>
</Filter>
+ <Filter
+ Name="window_manager"
+ >
+ <File
+ RelativePath="..\..\window_manager\Jamfile"
+ >
+ </File>
+ </Filter>
<File
RelativePath="..\Jamfile"
>
Modified: sandbox-branches/guigl-wmbuild/libs/guigl/build/vc8ide/example.vcproj
==============================================================================
--- sandbox-branches/guigl-wmbuild/libs/guigl/build/vc8ide/example.vcproj (original)
+++ sandbox-branches/guigl-wmbuild/libs/guigl/build/vc8ide/example.vcproj 2009-02-02 19:13:12 EST (Mon, 02 Feb 2009)
@@ -15,7 +15,7 @@
<Configurations>
<Configuration
Name="debug|Win32"
- OutputDirectory="..\..\..\..\bin.v2\stage\window_example"
+ OutputDirectory="..\..\..\..\bin\stage\window_example"
IntermediateDirectory="$(OutDir)"
ConfigurationType="0"
>
@@ -35,7 +35,7 @@
</Configuration>
<Configuration
Name="release|Win32"
- OutputDirectory="..\..\..\..\bin.v2\stage\window_example"
+ OutputDirectory="..\..\..\..\bin\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