Update of /cvsroot/wxlua/wxLua/modules/build/bakefiles
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3276/wxLua/modules/build/bakefiles
Modified Files:
common.bkl
Log Message:
Get dummy.cpp working for single wxbind directory
Index: common.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/build/bakefiles/common.bkl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** common.bkl 16 Jul 2007 19:34:32 -0000 1.13
--- common.bkl 16 Jul 2007 22:53:31 -0000 1.14
***************
*** 133,137 ****
very fast block of sources to compile so that we don't need PCH -->
<if cond="__modname!='LUA'">
! <precomp-headers-gen>$(__modnamelow)/src/dummy.cpp</precomp-headers-gen>
<precomp-headers-location>include</precomp-headers-location>
<precomp-headers-header>wx/wxprec.h</precomp-headers-header>
--- 133,139 ----
very fast block of sources to compile so that we don't need PCH -->
<if cond="__modname!='LUA'">
! <precomp-headers-gen>
! $(ifthenelse(__modname.find('WXBIND')!=-1, 'wxbind/src/dummy.cpp', __modnamelow+'/src/dummy.cpp'))
! </precomp-headers-gen>
<precomp-headers-location>include</precomp-headers-location>
<precomp-headers-header>wx/wxprec.h</precomp-headers-header>
***************
*** 188,192 ****
very fast block of sources to compile so that we don't need PCH -->
<if cond="__modname!='LUA'">
! <precomp-headers-gen>$(__modnamelow)/src/dummy.cpp</precomp-headers-gen>
<precomp-headers-location>include</precomp-headers-location>
<precomp-headers-header>wx/wxprec.h</precomp-headers-header>
--- 190,196 ----
very fast block of sources to compile so that we don't need PCH -->
<if cond="__modname!='LUA'">
! <precomp-headers-gen>
! $(ifthenelse(__modname.find('WXBIND')!=-1, 'wxbind/src/dummy.cpp', __modnamelow+'/src/dummy.cpp'))
! </precomp-headers-gen>
<precomp-headers-location>include</precomp-headers-location>
<precomp-headers-header>wx/wxprec.h</precomp-headers-header>
|