Re: [bakefile-devel] Precomp and wxSTC...
Robin Dunn <[email protected]>
| Newsgroups | gmane.editors.poedit.user |
|---|---|
| Message-ID | <[email protected]> |
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!
bakefile.patch.txt
(text/plain, 604 B)
--- 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">