mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add EXTRA_CFLAGS for compiling on Win7
Configure gets confused by some gcc builtins on Win7: Disable them so that configure finds the right settings. [BP] git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22197 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0809170098
commit
7423741ea3
@ -17,3 +17,5 @@
|
||||
# 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"
|
Loading…
Reference in New Issue
Block a user