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.
This commit is contained in:
Campbell Barton
2008-11-13 23:12:38 +00:00
parent dc4ef17eea
commit ff0c599c4b
6 changed files with 21 additions and 9 deletions

View File

@@ -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'