Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e13a4738f5543cacd0cbe0cbd21010c9fbd9facf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e13a4738f5543cacd0cbe0cbd21010c9fbd9facf)
  • Date: Tue, 23 Sep 2008 05:01:44 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

editors/translator/HISTORY | 3 +++
editors/translator/PRE_BUILD | 2 ++
2 files changed, 5 insertions(+)

New commits:
commit e13a4738f5543cacd0cbe0cbd21010c9fbd9facf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

translator: removed debug output in binary

diff --git a/editors/translator/HISTORY b/editors/translator/HISTORY
index 202ab59..7184cf0 100644
--- a/editors/translator/HISTORY
+++ b/editors/translator/HISTORY
@@ -1,3 +1,6 @@
+2008-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: removed debug output in binary
+
2008-09-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: quoting paths
* PRE_BUILD: apply save.patch to fix save dialog appearance on "Save",
diff --git a/editors/translator/PRE_BUILD b/editors/translator/PRE_BUILD
index 8908538..65fdc38 100755
--- a/editors/translator/PRE_BUILD
+++ b/editors/translator/PRE_BUILD
@@ -1,6 +1,8 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+sed -i "s:DEBUG:#DEBUG:" makefile &&
+
patch -p0 < "$SPELL_DIRECTORY/save.patch" &&
patch -p0 < "$SPELL_DIRECTORY/enchant.patch" &&
patch -p0 < "$SPELL_DIRECTORY/gcc43.patch"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e13a4738f5543cacd0cbe0cbd21010c9fbd9facf), Vlad Glagolev, 09/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page