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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-11-14 02:12:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-11-14 02:12:38 +0300
commitff0c599c4b0c8d8a8e87081bf83f01eff7b5893b (patch)
treefce476b506e83645cb44c2b71d846d18aef3fd04 /config/linuxcross-config.py
parentdc4ef17eea1a0dba1e9b9e99970005a394b1d37d (diff)
update for compiling cross compiling win32 on linux, had a lot of trouble with makesdna, the only way I could build and link was as a
win32 binary. Still unable to link blender.exe and run with wine.
Diffstat (limited to 'config/linuxcross-config.py')
-rw-r--r--config/linuxcross-config.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index 4c5f4859a6c..f3ac6d905f7 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-config.py
@@ -1,4 +1,4 @@
-LCGDIR = '../lib/windows'
+LCGDIR = '#../lib/windows'
LIBDIR = '${LCGDIR}'
WITH_BF_VERSE = False
@@ -101,6 +101,9 @@ BF_SOLID = '#extern/solid'
BF_SOLID_INC = '${BF_SOLID}'
BF_SOLID_LIB = 'extern_solid'
+BF_WINTAB = LIBDIR + '/wintab'
+BF_WINTAB_INC = '${BF_WINTAB}/INCLUDE'
+
# enable freetype2 support for text objects
BF_FREETYPE = LIBDIR + '/gcc/freetype'
BF_FREETYPE_INC = '${BF_FREETYPE}/include ${BF_FREETYPE}/include/freetype2'