Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30435

Modified Files:
        rc.jam 
Log Message:
    * rc.jam (init): Set flags for <define> and <include> features.

Suggestion from Klaus Nowikow.


Index: rc.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/rc.jam,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rc.jam      5 Apr 2006 05:36:52 -0000       1.9
+++ rc.jam      7 Jul 2006 05:25:40 -0000       1.10
@@ -47,6 +47,8 @@
     {
         flags rc.compile.resource .RC $(condition) : $(command) ;
         flags rc.compile.resource .RC_TYPE $(condition) : $(rc-type:L) ;
+        flags rc.compile.resource DEFINES <define> ;
+        flags rc.compile.resource INCLUDES <include> ;
         if $(.debug-configuration)
         {
             ECHO notice: using rc compiler :: $(condition) :: $(command) ;


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to