Update of /cvsroot/wxlua/wxLua/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv837/util
Modified Files:
Makefile.in
Log Message:
updated bakefile build system
Index: Makefile.in
===================================================================
RCS file: /cvsroot/wxlua/wxLua/util/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.in 20 Jun 2005 09:48:38 -0000 1.3
--- Makefile.in 20 Nov 2005 11:35:18 -0000 1.4
***************
*** 1,5 ****
# =========================================================================
# This makefile was generated by
! # Bakefile 0.1.8 (http://bakefile.sourceforge.net)
# Do not modify, all changes will be overwritten!
# =========================================================================
--- 1,5 ----
# =========================================================================
# This makefile was generated by
! # Bakefile 0.1.9 (http://bakefile.sourceforge.net)
# Do not modify, all changes will be overwritten!
# =========================================================================
***************
*** 32,36 ****
@COND_USE_BIN2C_1@__util_bin2c___depname = ./../bin/bin2c$(EXEEXT)
@COND_PLATFORM_MAC_1@__util_bin2c___mac_setfilecmd = \
! @COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL bin2c$(EXEEXT)
### Targets: ###
--- 32,36 ----
@COND_USE_BIN2C_1@__util_bin2c___depname = ./../bin/bin2c$(EXEEXT)
@COND_PLATFORM_MAC_1@__util_bin2c___mac_setfilecmd = \
! @COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL ./../bin/bin2c$(EXEEXT)
### Targets: ###
|