Update of /cvsroot/wxlua/wxLua/util/build/bakefiles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10627/util/build/bakefiles
Modified Files:
util.bkl
Log Message:
fixed problem with top_srcdir (autoconf) fixed EOL for MSVC6prj; switch to 26 as wx default version
Index: util.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/util/build/bakefiles/util.bkl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** util.bkl 23 Jan 2006 21:20:29 -0000 1.6
--- util.bkl 25 Jan 2006 18:35:59 -0000 1.7
***************
*** 33,37 ****
</if>
<if cond="TARGETING_WIN32=='0'">
! <set var="UTIL_BASEDIR">.</set>
</if>
<set var="SRCDIR">$(UTIL_BASEDIR)</set>
--- 33,41 ----
</if>
<if cond="TARGETING_WIN32=='0'">
! <!-- In this way we support makefiles created from folders != root folder;
! i.e. with this trick you can do:
! mkdir mybuild && cd mybuild && ../configure && make
! -->
! <set var="UTIL_BASEDIR">$(top_srcdir)/util</set>
</if>
<set var="SRCDIR">$(UTIL_BASEDIR)</set>
|