mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
including freehdl and asco in build
This commit is contained in:
parent
c2e224e716
commit
a9b6e32259
@ -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
16
mingw-configure
Executable 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=""
|
Loading…
x
Reference in New Issue
Block a user