Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTom Musgrove <LetterRip@gmail.com>2010-01-31 01:46:25 +0300
committerTom Musgrove <LetterRip@gmail.com>2010-01-31 01:46:25 +0300
commitcaf067576e12f42272a73455353455bd264921f7 (patch)
treedd8c739a8040a4fc21703947de36c18121e6b0a7 /config
parentf749d0361f8a2cf8ba7d515c31cec1dcf8fe96a5 (diff)
changes to get MingW compiling and cross compiling working, patch by Sergey Sharybin
Diffstat (limited to 'config')
-rw-r--r--config/win32-mingw-config.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 00c70aaaf1f..987d3694873 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -85,11 +85,17 @@ BF_ZLIB_LIBPATH = '${BF_ZLIB}/lib'
WITH_BF_INTERNATIONAL = True
-BF_GETTEXT = LIBDIR + '/gettext'
+BF_GETTEXT = LIBDIR + '/gcc/gettext'
BF_GETTEXT_INC = '${BF_GETTEXT}/include'
-BF_GETTEXT_LIB = 'gnu_gettext'
+BF_GETTEXT_LIB = 'intl'
BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
+WITH_BF_FFTW3 = False
+BF_FFTW3 = LIBDIR + '/gcc/fftw3'
+BF_FFTW3_INC = '${BF_FFTW3}/include'
+BF_FFTW3_LIB = 'fftw3'
+BF_FFTW3_LIBPATH = '${BF_FFTW3}/lib'
+
WITH_BF_GAMEENGINE = False
WITH_BF_PLAYER = False