--with-ssl=PFX Path to ssl files
--with-libjpeg=PFX Path to libjpeg files
--with-libpng=PFX Path to libpng files
--with-libz=PFX Path to libz files
--with-mozilla=PFX Path to mozilla files
(The mozilla one still needs some work but its a start)
I also cleaned up the blender/intern automake files a little as far as
the python stuff goes, it still isn't doing the correct thing in
intern/python/freeze but its a little closer I think.
Anyone that has ideas on this I'm all ears :)
Kent
--
mein@cs.umn.edu
probably involves changing the way configure.ac picks stuff)
Get intern/python figured out.
-
-Add the following to configure.ac
- --with-openssl=dir
+fix the following in configure.ac
--with-mozilla=dir (get it so nspr is autodetected here)
--with-nspr=dir (incase in different dir)
- --with-jpeg=dir
- --with-png=dir
- --with-zlib=dir
*********************************************************************
*********************************************************************