andi Wed Sep 26 04:02:41 2001 EDT
Modified files:
/r2/binarycloud Makefile.in
/r2/binarycloud/user/htdocs Makefile
Log:
Added $(BCC) variable to Makefile
Index: r2/binarycloud/Makefile.in
diff -u r2/binarycloud/Makefile.in:1.9 r2/binarycloud/Makefile.in:1.10
--- r2/binarycloud/Makefile.in:1.9 Wed Sep 12 11:10:42 2001
+++ r2/binarycloud/Makefile.in Wed Sep 26 04:02:41 2001
@@ -1,5 +1,5 @@
# {{{ Header
-# -File $Id: Makefile.in,v 1.9 2001/09/12 18:10:42 andi Exp $
+# -File $Id: Makefile.in,v 1.10 2001/09/26 11:02:41 andi Exp $
# -License LGPL (http://www.gnu.org/copyleft/lesser.html)
# -Copyright 2001, Intacct Corp.
# -Author odysseas tsatalos, ody...@ya...
@@ -25,6 +25,7 @@
INSTALLCODE = $(TOOLS_DIR)/installcode.sh
PROCESSPREPEND = $(PHP_COMMAND) $(TOOLS_DIR)/processprepend.php
XML2PHP = $(PHP_COMMAND) $(TOOLS_DIR)/xml2php.php
+BCC = $(PHP_COMMAND) $(TOOLS_DIR)/bcc.php
.SUFFIXES:
.SUFFIXES: .php .xml
Index: r2/binarycloud/user/htdocs/Makefile
diff -u r2/binarycloud/user/htdocs/Makefile:1.7 r2/binarycloud/user/htdocs/Makefile:1.8
--- r2/binarycloud/user/htdocs/Makefile:1.7 Sat Sep 22 13:01:04 2001
+++ r2/binarycloud/user/htdocs/Makefile Wed Sep 26 04:02:41 2001
@@ -1,5 +1,5 @@
# {{{ Header
-# -File $Id: Makefile,v 1.7 2001/09/22 20:01:04 andi Exp $
+# -File $Id: Makefile,v 1.8 2001/09/26 11:02:41 andi Exp $
# -License LGPL (http://www.gnu.org/copyleft/lesser.html)
# -Copyright 2001, Intacct Corp.
# -Author odysseas tsatalos, ody...@ya...
@@ -33,8 +33,8 @@
# very quick hack to test the bcc (andi)
#
bcctest:
- @echo "in user/htdocs (bcc compilertest)";
- @$(PHP_COMMAND) $(TOOLS_DIR)/compiletags.php $(SITEBUILD_DIR) $(USER_DIR)/htdocs/compilertest.html $(SITEBUILD_DIR)/compilertest.php
+ @echo "in user/htdocs (bcc compilertest.html)";
+ @$(BCC) $(BC_LANG) $(SITEBUILD_DIR) $(USER_DIR)/htdocs/compilertest.html $(SITEBUILD_DIR)/compilertest.php
|