diff --git a/packaging/win32/custom.sh.sample b/packaging/win32/custom.sh.sample index a4745eec3c..ce8bd301b6 100644 --- a/packaging/win32/custom.sh.sample +++ b/packaging/win32/custom.sh.sample @@ -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" \ No newline at end of file