Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53245 - sandbox/memory/libs/memory/examples/stl_containers
From: xushiweizh_at_[hidden]
Date: 2009-05-25 04:36:13


Author: xushiwei
Date: 2009-05-25 04:36:11 EDT (Mon, 25 May 2009)
New Revision: 53245
URL: http://svn.boost.org/trac/boost/changeset/53245

Log:
prj
Added:
   sandbox/memory/libs/memory/examples/stl_containers/stl_containers.prj (contents, props changed)

Added: sandbox/memory/libs/memory/examples/stl_containers/stl_containers.prj
==============================================================================
--- (empty file)
+++ sandbox/memory/libs/memory/examples/stl_containers/stl_containers.prj 2009-05-25 04:36:11 EDT (Mon, 25 May 2009)
@@ -0,0 +1,20 @@
+[Include]
+../../../..
+
+[Config Release]
+Product Exe Release/test
+Options Release; MultiThread; AnsiChar; NoRtti; Exception; WarningAll
+ObjDir Release
+LibDir Release
+Libraries
+
+[Config Debug]
+Product Exe Debug/test
+Options Debug; MultiThread; AnsiChar; NoRtti; Exception; WarningAll
+ObjDir Debug
+LibDir Debug
+Libraries
+
+[Source]
+*.cpp
+


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