|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50981 - sandbox-branches/guigl-wmbuild sandbox-branches/guigl-wmbuild/libs/guigl/build sandbox-branches/guigl-wmbuild/libs/guigl/example sandbox-branches/guigl-wmbuild/libs/guigl/window_manager sandbox/guigl/libs/guigl/build/xcodeide/guigl.xcodeproj
From: stipe_at_[hidden]
Date: 2009-02-02 18:46:54
Author: srajko
Date: 2009-02-02 18:46:53 EST (Mon, 02 Feb 2009)
New Revision: 50981
URL: http://svn.boost.org/trac/boost/changeset/50981
Log:
added use-window-manager feature
Text files modified:
sandbox/guigl/libs/guigl/build/xcodeide/guigl.xcodeproj/project.pbxproj | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
Modified: sandbox/guigl/libs/guigl/build/xcodeide/guigl.xcodeproj/project.pbxproj
==============================================================================
--- sandbox/guigl/libs/guigl/build/xcodeide/guigl.xcodeproj/project.pbxproj (original)
+++ sandbox/guigl/libs/guigl/build/xcodeide/guigl.xcodeproj/project.pbxproj 2009-02-02 18:46:53 EST (Mon, 02 Feb 2009)
@@ -154,6 +154,7 @@
08A048C40E77A1B70034FD11 /* navigable.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = navigable.hpp; sourceTree = "<group>"; };
08A048CF0E77A2E70034FD11 /* navigable.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = navigable.hpp; sourceTree = "<group>"; };
08A13C090E535040008C8A10 /* field_map.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = field_map.hpp; sourceTree = "<group>"; };
+ 08A61CEE0F37B50300F2DF50 /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; path = Jamfile; sourceTree = "<group>"; };
08A6D3950E7B99C700BF2671 /* two_buttons.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = two_buttons.hpp; sourceTree = "<group>"; };
08A77AB30E4F91AA00B8793E /* Jamroot */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Jamroot; path = ../../../../Jamroot; sourceTree = SOURCE_ROOT; };
08A77AB40E4F91AB00B8793E /* LICENSE_1_0.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE_1_0.txt; path = ../../../../LICENSE_1_0.txt; sourceTree = SOURCE_ROOT; };
@@ -189,6 +190,7 @@
080DD7560C13908400EEB53D = {
isa = PBXGroup;
children = (
+ 08A61CED0F37B50300F2DF50 /* window_manager */,
08F5068A0E5B41900020D95E /* parameter */,
08A13C080E535040008C8A10 /* field_map */,
08A454D80E5243ED002C4151 /* guigl */,
@@ -357,6 +359,15 @@
path = ../../../../boost/guigl;
sourceTree = SOURCE_ROOT;
};
+ 08A61CED0F37B50300F2DF50 /* window_manager */ = {
+ isa = PBXGroup;
+ children = (
+ 08A61CEE0F37B50300F2DF50 /* Jamfile */,
+ );
+ name = window_manager;
+ path = ../../window_manager;
+ sourceTree = SOURCE_ROOT;
+ };
08AD8F610E5CD62600BFB2C8 /* platform */ = {
isa = PBXGroup;
children = (
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