Skip to content
Snippets Groups Projects
Commit f05f2412 authored by Alain Linden's avatar Alain Linden
Browse files

patches to use new jsoncpp lib on windows

parent 3895be8e
No related branches found
No related tags found
No related merge requests found
......@@ -704,9 +704,9 @@
<key>archive</key>
<map>
<key>hash</key>
<string>506c870d37b3f7696171e4180c8bf821</string>
<string>320972cefe728e668b0dc6356eeda58f</string>
<key>url</key>
<string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-windows-20110119.tar.bz2</string>
<string>scp:install-packages.lindenlab.com:/local/www/install-packages/doc/google_breakpad-0.0.0-rev599-windows-20110128.tar.bz2</string>
</map>
<key>name</key>
<string>windows</string>
......@@ -908,9 +908,9 @@
<key>archive</key>
<map>
<key>hash</key>
<string>ac06a8981cf7df3522362850ffb3a531</string>
<string>53f1e3ff386daa25ff1e88df4b5c6941</string>
<key>url</key>
<string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/jsoncpp-svn-r69-windows-20101011.tar.bz2</string>
<string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/jsoncpp-0.5.0-windows-20110131.tar.bz2</string>
</map>
<key>name</key>
<string>windows</string>
......
......@@ -11,8 +11,8 @@ else (STANDALONE)
use_prebuilt_binary(jsoncpp)
if (WINDOWS)
set(JSONCPP_LIBRARIES
debug json_vc80d
optimized json_vc80)
# debug json_vc100_libmt
optimized json_vc100_libmt)
elseif (DARWIN)
set(JSONCPP_LIBRARIES json_mac-universal-gcc_libmt)
elseif (LINUX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment