including freehdl and asco in build

This commit is contained in:
Frans Schreuder 2013-05-02 11:27:09 +02:00
parent c2e224e716
commit a9b6e32259
2 changed files with 19 additions and 0 deletions

View File

@ -101,8 +101,11 @@ unset osversion
dnl Release specific. Uncomment these as required.
# AC_CONFIG_SUBDIRS(qucs-core)
# AC_CONFIG_SUBDIRS(freehdl)
# AC_CONFIG_SUBDIRS(asco)
# RELEASEDIRS="qucs-core"
# RELEASEDIRS="$RELEASEDIRS freehdl"
# RELEASEDIRS="$RELEASEDIRS asco"
AC_SUBST(RELEASEDIRS)
dnl Check for language support.

16
mingw-configure Executable file
View File

@ -0,0 +1,16 @@
#! /bin/bash
export AR=i586-mingw32msvc-ar
export AS=i586-mingw32msvc-as
export CXX=i586-mingw32msvc-c++
export CC=i586-mingw32msvc-gcc
export LD=i586-mingw32msvc-ld
export DLLTOOL=i586-mingw32msvc-dlltool
export NM=i586-mingw32msvc-nm
export OBJDUMP=i586-mingw32msvc-objdump
export RANLIB=i586-mingw32msvc-ranlib
export STRIP=i586-mingw32msvc-strip
export WINDRES=i586-mingw32msvc-windres
echo "Configuring for i386-MinGW32 cross ..."
./configure $* --target=i386-mingw32 --host=i386-mingw32 --build=i586-linux --program-prefix=""