Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Pol Vinogradov

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Pol Vinogradov
  • Date: Sun, 21 May 2006 14:06:50 -0500

GIT changes to test grimoire by Pol Vinogradov <vin.public AT gmail.com>:

libs/ode/BUILD | 2 +-
libs/ode/CONFIGURE | 1 +
libs/ode/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 22d3dfcc35e5ac457868d1a6b184bebc3d14bc99
Merge: e07fe9c... 25d515f...
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire

commit e07fe9cce5c13bed3d39790c2d7915b547d501f9
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

CONFIGURE: added for drawstuff config_query
BUILD: added $DRAWSTUFF_LIB to make

diff --git a/libs/ode/BUILD b/libs/ode/BUILD
index 680e7f0..8c02136 100755
--- a/libs/ode/BUILD
+++ b/libs/ode/BUILD
@@ -3,4 +3,4 @@ sedit '/C_FLAGS+/d' config/makefile.un
sedit 's/)1/)/' Makefile &&

make_single &&
-make PLATFORM=unix-gcc OPT="" C_OPT="$CFLAGS" configure ode-lib
+make PLATFORM=unix-gcc OPT="" C_OPT="$CFLAGS" configure ode-lib
$DRAWSTUFF_LIB
diff --git a/libs/ode/CONFIGURE b/libs/ode/CONFIGURE
new file mode 100755
index 0000000..5f515e7
--- /dev/null
+++ b/libs/ode/CONFIGURE
@@ -0,0 +1 @@
+config_query_option DRAWSTUFF_LIB "Build drawstuff library?" n
"drawstuff-lib" ""
diff --git a/libs/ode/HISTORY b/libs/ode/HISTORY
index 1c73308..3e03a4c 100644
--- a/libs/ode/HISTORY
+++ b/libs/ode/HISTORY
@@ -1,3 +1,7 @@
+2006-05-21 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFIGURE: added for drawstuff config_query
+ * BUILD: added $DRAWSTUFF_LIB to make
+
2006-04-11 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx:
* BUILD: replaced fPIC and DPIC removal code with disable_pic





Archive powered by MHonArc 2.6.24.

Top of Page