mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23685 57a11ea4-9604-0410-9ed3-97b8803252fd
21 lines
842 B
Bash
21 lines
842 B
Bash
#! /bin/bash
|
|
# This is an example custom.sh file. Copy this file to custom.sh and
|
|
# edit it.
|
|
#
|
|
# Note: All directories must be without spaces!
|
|
#
|
|
# REPOS_URL="svn+ssh://<dev>@svn.gnucash.org/repo/gnucash/trunk"
|
|
# SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
|
|
# DISABLE_OPTIMIZATIONS=yes
|
|
# GLOBAL_DIR=Z:\\mydir # all directories will use this
|
|
# WGET_RATE=50k #limit download bandwith to 50KB/s
|
|
# NO_SAVE_PROFILE=yes # don't save env settings to /etc/profile.d
|
|
# late_eval 'INSTALL_DIR=$GNUCASH_DIR\\myinst' # no need to define GNUCASH_DIR
|
|
# block_step inst_docs
|
|
# late_eval 'add_step greetings'
|
|
# function greetings() { setup Greetings; }
|
|
# QTDIR=c:\\Qt\\4.2.3
|
|
# CROSS_COMPILE=yes
|
|
#Uncomment this for building on Win7 (and maybe Vista):
|
|
#EXTRA_CFLAGS="-fno-builtin-dgettext -fno-builtin-towupper -fno-builtin-iswlower"
|