Update of /cvsroot/boost/boost/libs/program_options/example
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30339

Modified Files:
      Tag: RC_1_34_0
        Jamfile.v2 
Log Message:
Applying patch to fix example build.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/program_options/example/Jamfile.v2,v
retrieving revision 1.1
retrieving revision 1.1.8.1
diff -u -d -r1.1 -r1.1.8.1
--- Jamfile.v2  14 May 2004 13:40:30 -0000      1.1
+++ Jamfile.v2  6 Jul 2007 19:20:51 -0000       1.1.8.1
@@ -1,6 +1,6 @@
 
 project 
-    : requirements <library>../build//program_options
+    : requirements <library>../build//boost_program_options
       <hardcode-dll-paths>true
     ;
 
@@ -9,7 +9,5 @@
 exe multiple_sources : multiple_sources.cpp ;
 exe custom_syntax : custom_syntax.cpp ;
 
-exe a : a.cpp ;
-
-#exe real : real.cpp ;
-#exe regex : regex.cpp /boost/regex//boost_regex ;
+exe real : real.cpp ;
+exe regex : regex.cpp /boost/regex//boost_regex ;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to