octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compiled configure scripts in mingw32


From: Benjamin Lindner
Subject: compiled configure scripts in mingw32
Date: Sun, 24 May 2009 10:10:18 +0200
User-agent: Thunderbird 2.0.0.18 (Windows/20081105)

Hello,

I saw that the configure/makefile framework has been patched to now support compiled versions of mkoctfile, octave-config and octave-bug.

The attached changeset enables the build of the .exe versions for the mingw platform similar to the msvc platform.

benjamin
# HG changeset patch
# User Benjamin Lindner <address@hidden>
# Date 1243152125 -7200
# Node ID baaaa50943636e7582ca0190f434310c876f22c3
# Parent  4ca8ac3139f05692f9fe1ca64fa6fcbba14a1824
support for mkoctfile.exe and octave-config.exe on mingw platform

diff -r 4ca8ac3139f0 -r baaaa5094363 ChangeLog
--- a/ChangeLog Sat May 23 21:08:17 2009 +0200
+++ b/ChangeLog Sun May 24 10:02:05 2009 +0200
@@ -1,3 +1,8 @@
+2009-05-24  Benjamin Lindner <address@hidden>
+
+       * configure.in: (SCRIPTS_EXE_SUFFIX) Define to ".exe" for 
+       mingw32 compilation (similar to msvc)
+
 2009-05-22  Marco Atzeri  <address@hidden>
 
         * src/sysdep.cc: Removed CYGWIN_init 
diff -r 4ca8ac3139f0 -r baaaa5094363 configure.in
--- a/configure.in      Sat May 23 21:08:17 2009 +0200
+++ b/configure.in      Sun May 24 10:02:05 2009 +0200
@@ -1279,6 +1279,7 @@
     SH_LDFLAGS="-shared -Wl,--export-all-symbols -Wl,--enable-auto-import 
-Wl,--enable-auto-image-base"
     SONAME_FLAGS='-Wl,address@hidden'
     library_path_var=PATH
+    SCRIPTS_EXE_SUFFIX='$(EXEEXT)'
   ;;
 
   *-*-msdosmsvc)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]