Update of /cvsroot/wxlua/wxLua/modules/build/bakefiles
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2229/modules/build/bakefiles
Modified Files:
common.bkl
Log Message:
fixed DLL output path removing unwanted <dirname> and <include> tags
Index: common.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/build/bakefiles/common.bkl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** common.bkl 11 Dec 2006 00:08:19 -0000 1.8
--- common.bkl 16 Dec 2006 12:09:05 -0000 1.9
***************
*** 165,171 ****
</if>
- <include>$(SRCDIR)/include</include>
- <dirname>$(SRCDIR)/lib</dirname>
-
<!-- This is required because wxbind.h refers to wx contrib section, too -->
<if cond="TARGETING_WIN32=='1'"><include>$(WX_DIR)/contrib/include</include></if>
--- 165,168 ----
|