Re: [bakefile-devel] Precomp and wxSTC...

Robin Dunn <[email protected]> Thu, 24 Jul 2003 14:37:21 -0700
Newsgroups gmane.text.documancer.user
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------020603040701080407030000
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Robin Dunn wrote:

> 
> --- bakefile-0.1.1.20030723/rules/makefile_defs_msvc.bkl	2003-07-24 14:01:43.000000000 -0700
> +++ bakefile-0.1.1.20030723.orig/rules/makefile_defs_msvc.bkl	2003-07-23 14:48:34.000000000 -0700

Oops, just realized that I did the diff backwards.  Attached is the 
right one.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!


--------------020603040701080407030000
Content-Type: text/plain;
 name="bakefile.patch.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="bakefile.patch.txt"

--- bakefile-0.1.1.20030723.orig/rules/makefile_defs_msvc.bkl	2003-07-23 14:48:34.000000000 -0700
+++ bakefile-0.1.1.20030723/rules/makefile_defs_msvc.bkl	2003-07-24 14:01:43.000000000 -0700
@@ -106,7 +106,7 @@
                 <!-- FIXME: should be cppflags, this is temporary hack to
                 make wxWindows work -->
             <cxxflags> 
-                $(substituteFromDict(value,{'on':__pch_flags, 'off':''}))
+		    $(substituteFromDict(value,{'on':__pch_flags, 'off':'', 'auto':'/YX'}))
             </cxxflags>
         </define-tag>
         <define-tag name="precomp-headers-file">

--------------020603040701080407030000--