blender/extern/lzma
Campbell Barton c6976e7351 use explicit file paths for CMake rather then globing, This is recommended by cmake devs.
globbing vs explicit is discussed here.
http://www.cmake.org/pipermail/cmake/2008-December/025694.html

Practical implications are:
- developers need to keep CMakeLists.txt files up to date.
- Users wont get strange linking errors if they build after a file is added, since CMake detects CMakeLists.txt is modified and automatically reconfigure.
2010-10-23 04:05:55 +00:00
..
make/msvc_9_0 update MSVC project files. 2009-08-20 09:18:55 +00:00
Alloc.c Smoke: 2009-08-20 00:33:59 +00:00
Alloc.h Smoke: 2009-08-20 00:33:59 +00:00
CMakeLists.txt use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
history.txt Smoke: 2009-08-20 00:33:59 +00:00
LzFind.c Smoke: 2009-08-20 00:33:59 +00:00
LzFind.h Smoke: 2009-08-20 00:33:59 +00:00
LzHash.h Smoke: 2009-08-20 00:33:59 +00:00
lzma.txt Smoke: 2009-08-20 00:33:59 +00:00
LzmaDec.c Smoke: 2009-08-20 00:33:59 +00:00
LzmaDec.h Smoke: 2009-08-20 00:33:59 +00:00
LzmaEnc.c Smoke: 2009-08-20 00:33:59 +00:00
LzmaEnc.h Smoke: 2009-08-20 00:33:59 +00:00
LzmaLib.c Smoke: 2009-08-20 00:33:59 +00:00
LzmaLib.h Smoke: 2009-08-20 00:33:59 +00:00
Makefile Add unsigned char buffer to BLF_draw_buffer and update makefiles for lzo and lzma. 2009-08-20 18:34:14 +00:00
SConscript rename most scons build targets to match cmake 2010-08-25 04:30:47 +00:00
Types.h Smoke: 2009-08-20 00:33:59 +00:00