Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (a427b22f7dcf05af28d8890d552524b9dd194c41)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (a427b22f7dcf05af28d8890d552524b9dd194c41)
  • Date: Sun, 27 Aug 2006 18:20:45 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

libs/mico/BUILD | 1 +
libs/mico/DEPENDS | 1 +
libs/mico/HISTORY | 4 ++++
3 files changed, 6 insertions(+)

New commits:
commit a427b22f7dcf05af28d8890d552524b9dd194c41
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

mico added java-cup support

diff --git a/libs/mico/BUILD b/libs/mico/BUILD
index 3e3be57..2d44633 100755
--- a/libs/mico/BUILD
+++ b/libs/mico/BUILD
@@ -1,5 +1,6 @@
CFLAGS="${CFLAGS/-Os/} -I/usr/include/qt"
CXXFLAGS="${CXXFLAGS/-Os/} -I/usr/include/qt"
+CLASSPATH="/opt/java-cup/java"
./configure --prefix=${INSTALL_ROOT}/usr \
--sysconfdir=${INSTALL_ROOT}/etc \
--localstatedir=${INSTALL_ROOT}/var \
diff --git a/libs/mico/DEPENDS b/libs/mico/DEPENDS
index a58fd8f..99fa066 100755
--- a/libs/mico/DEPENDS
+++ b/libs/mico/DEPENDS
@@ -2,3 +2,4 @@ optional_depends qt-x11 "--with-qt=/usr"
optional_depends openssl "--with-ssl=/usr" "--without-ssl" "for ssl
communication" &&
optional_depends gtk+ "--with-gtk=/usr" "--without-gtk" "for gtk support of
some kind" &&
optional_depends X11-SERVER "--with-x" "--without-x" "for x support of some
kind"
+optional_depends java-cup "" "" "for java support" z-rejected
diff --git a/libs/mico/HISTORY b/libs/mico/HISTORY
index 996face..6c875a9 100644
--- a/libs/mico/HISTORY
+++ b/libs/mico/HISTORY
@@ -1,3 +1,7 @@
+2006-08-27 David Brown <dmlb2000 AT gmail.com>
+ * BUILD: added class path for java-cup
+ * DEPENDS: added optional depend for java-cup
+
2006-08-24 David Brown <dmlb2000 AT gmail.com>
* DETAILS: oopse left the old description and short in there




  • [SM-Commit] GIT changes to master grimoire by David Brown (a427b22f7dcf05af28d8890d552524b9dd194c41), David Brown, 08/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page