yajl 1.0.12

http://lloyd.github.com/yajl/
Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C,
and a small validating JSON generator. YAJL is released under the ISC license.

Requirements:
 - yajl 1.0.12 from http://github.com/lloyd/yajl/zipball/1.0.12
 - cmake from http://www.cmake.org/cmake/resources/software.html
 - nmake (comes with Visual Studio)

Full Build Instructions:
1. Click Start > Programs > Microsoft Visual Studio > Visual Studio Tools > 
Visual Studio Command Prompt -- for your version of Visual Studio, which will open a command prompt.
You may verify that the compiler is in your path by typing "cl /?" at the prompt.
2. CD to the directory with the yajl files
3. mkdir build
4. cd build
5. cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release ..
6. nmake
7. "lib" and "include" are located in yajl-1.0.12
8. Remove all files from the "lib" directory except "yajl_s.lib"
9. Rename "yajl_s.lib" to "yajl.lib"