projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ec668
)
Adding libtiff for win32 build
author
Johnny Matthews <johnny.matthews@gmail.com>
Wed, 23 Nov 2005 14:53:51 +0000
(14:53 +0000)
committer
Johnny Matthews <johnny.matthews@gmail.com>
Wed, 23 Nov 2005 14:53:51 +0000
(14:53 +0000)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index b09c4821eaf54b61a3cbead18909dbca435d0aa6..732f3d393ece0b890879d64196b6f346dee9211e 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-421,6
+421,10
@@
elif sys.platform == 'win32':
jpeg_lib = ['libjpeg']
jpeg_libpath = ['#../lib/windows/jpeg/lib']
jpeg_include = ['#../lib/windows/jpeg/include']
+ # Tiff Library information
+ tiff_lib = ['libtiff']
+ tiff_libpath = ['#../lib/windows/tiff/lib']
+ tiff_include = ['#../lib/windows/tiff/include']
# OpenGL library information
opengl_lib = ['opengl32', 'glu32']
opengl_static = []