Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (30c55049e1b356c62f3d59ff64659f96e33ac1d3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (30c55049e1b356c62f3d59ff64659f96e33ac1d3)
  • Date: Thu, 27 Jul 2006 11:16:05 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

editors/biew/BUILD | 2 --
1 files changed, 2 deletions(-)

New commits:
commit 30c55049e1b356c62f3d59ff64659f96e33ac1d3
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

biew: BUILD: forgot to remove empty and commented line

diff --git a/editors/biew/BUILD b/editors/biew/BUILD
index 2b73315..0243971 100755
--- a/editors/biew/BUILD
+++ b/editors/biew/BUILD
@@ -4,7 +4,6 @@
if [ "$I586" == "on" ]; then TP="i586" HC="$HC -DHAVE_MMX"
elif [ "$I686" == "on" ]; then TP="i686" HC="$HC -DHAVE_MMX2
-DHAVE_SSE"
elif [ "$K6" == "on" ]; then TP="k6" HC="$HC -DHAVE_MMX"
-
elif [ "$ATHLON" == "on" ]; then TP="athlon" HC="$HC -DHAVE_MMX2
-DHAVE_SSE -DHAVE_3DNOWEX"
fi

@@ -26,5 +25,4 @@
sedit "s/USE_MOUSE=n/USE_MOUSE=$UM/" makefile &&
sedit "s/\/usr\/local/\/usr/" biewlib/sysdep/generic/unix/os_dep.c &&

-# invoke_gcc &&
make



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (30c55049e1b356c62f3d59ff64659f96e33ac1d3), Pieter Lenaerts, 07/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page