diff options
author | montellese <montellese@xbmc.org> | 2011-05-06 18:55:33 +0200 |
---|---|---|
committer | Tobias Arrskog <topfs2@xbmc.org> | 2011-05-20 18:04:35 +0200 |
commit | dc28e9fd7ef14c7e382d161d2fbd90f86db8c153 (patch) | |
tree | edf746707cebcf1430ae25af9091b5ed7a7e47bf /project/BuildDependencies | |
parent | a867751c7ebe25759e80861481ac8c9838b09565 (diff) |
[win32] replace jsoncpp with yajl
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r-- | project/BuildDependencies/scripts/yajl_d.bat | 13 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/yajl_d.txt | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/project/BuildDependencies/scripts/yajl_d.bat b/project/BuildDependencies/scripts/yajl_d.bat new file mode 100644 index 0000000000..f9c2f313c3 --- /dev/null +++ b/project/BuildDependencies/scripts/yajl_d.bat @@ -0,0 +1,13 @@ +@ECHO OFF + +SET LOC_PATH=%CD% +SET FILES=%LOC_PATH%\yajl_d.txt + +CALL dlextract.bat yajl %FILES% + +cd %TMP_PATH% + +xcopy include\yajl "%CUR_PATH%\include\yajl" /E /Q /I /Y +copy lib\yajl.lib "%CUR_PATH%\lib\" /Y + +cd %LOC_PATH% diff --git a/project/BuildDependencies/scripts/yajl_d.txt b/project/BuildDependencies/scripts/yajl_d.txt new file mode 100644 index 0000000000..fe67e236fc --- /dev/null +++ b/project/BuildDependencies/scripts/yajl_d.txt @@ -0,0 +1,2 @@ +; filename source of the file +yajl_1.0.12_win32-lib.zip http://mirrors.xbmc.org/build-deps/win32/ |