From 4aa96f6c7b73974b66fcc406ef34c0d9ae30b75c Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Sun, 17 Jul 2005 13:14:37 +0000 Subject: [PATCH] Default to building everything. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10283 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/build_lyxwin.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/development/Win32/packaging/build_lyxwin.sh b/development/Win32/packaging/build_lyxwin.sh index 3d81aef0bd..4db8740da6 100644 --- a/development/Win32/packaging/build_lyxwin.sh +++ b/development/Win32/packaging/build_lyxwin.sh @@ -36,8 +36,6 @@ # It compiles the static version of the Aspell libraries because no # .dll version exists. -HOME="/home/Angus" - # You may need to change these four variables. MINGW_DIR="/j/MinGW" QT_DIR="${HOME}"/qt3 @@ -313,9 +311,9 @@ test $# -ne 0 && LYX_VERSION_STR=$1 check_dirs_exist || exit 1 query_qt || exit 1 check_files_exist || exit 1 -#build_dtl || exit 1 -#build_aspell || exit 1 -#build_aspell_dicts || exit 1 +build_dtl || exit 1 +build_aspell || exit 1 +build_aspell_dicts || exit 1 build_lyx || exit 1 install_lyx || exit 1 # The end