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

integrate xmlrpc-epi into windows build.

parent f939b95d
No related branches found
No related tags found
No related merge requests found
...@@ -1478,7 +1478,7 @@ ...@@ -1478,7 +1478,7 @@
<key>license</key> <key>license</key>
<string>xmlrpc-epi</string> <string>xmlrpc-epi</string>
<key>license_file</key> <key>license_file</key>
<string>LICENSES/xmlrpc.txt</string> <string>LICENSES/xmlrpc-epi.txt</string>
<key>name</key> <key>name</key>
<string>xmlrpc-epi</string> <string>xmlrpc-epi</string>
<key>platforms</key> <key>platforms</key>
...@@ -1512,9 +1512,9 @@ ...@@ -1512,9 +1512,9 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>ea06e2f1c1ed59a2d2b6cdb6f459d1c0</string> <string>5181d1a8f2516928ac064d72acf164a4</string>
<key>url</key> <key>url</key>
<string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/xmlrpc-epi-0.51-windows-20101001a.tar.bz2</string> <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-xmlrpc-epi/rev/222021/arch/CYGWIN/installer/xmlrpc_epi-0.54.1-windows-20110224.tar.bz2</string>
</map> </map>
<key>name</key> <key>name</key>
<string>windows</string> <string>windows</string>
......
...@@ -9,7 +9,10 @@ if (STANDALONE) ...@@ -9,7 +9,10 @@ if (STANDALONE)
else (STANDALONE) else (STANDALONE)
use_prebuilt_binary(xmlrpc-epi) use_prebuilt_binary(xmlrpc-epi)
if (WINDOWS) if (WINDOWS)
set(XMLRPCEPI_LIBRARIES xmlrpcepi) set(XMLRPCEPI_LIBRARIES
debug xmlrpc-epid
optimized xmlrpc-epi
)
else (WINDOWS) else (WINDOWS)
set(XMLRPCEPI_LIBRARIES xmlrpc-epi) set(XMLRPCEPI_LIBRARIES xmlrpc-epi)
endif (WINDOWS) endif (WINDOWS)
......
...@@ -10,6 +10,7 @@ include(DirectX) ...@@ -10,6 +10,7 @@ include(DirectX)
include(OpenSSL) include(OpenSSL)
include(DragDrop) include(DragDrop)
include(ELFIO) include(ELFIO)
include(EXPAT)
include(FMOD) include(FMOD)
include(OPENAL) include(OPENAL)
include(FindOpenGL) include(FindOpenGL)
...@@ -1681,6 +1682,7 @@ target_link_libraries(${VIEWER_BINARY_NAME} ...@@ -1681,6 +1682,7 @@ target_link_libraries(${VIEWER_BINARY_NAME}
${SMARTHEAP_LIBRARY} ${SMARTHEAP_LIBRARY}
${UI_LIBRARIES} ${UI_LIBRARIES}
${WINDOWS_LIBRARIES} ${WINDOWS_LIBRARIES}
${EXPAT_LIBRARIES}
${XMLRPCEPI_LIBRARIES} ${XMLRPCEPI_LIBRARIES}
${ELFIO_LIBRARIES} ${ELFIO_LIBRARIES}
${OPENSSL_LIBRARIES} ${OPENSSL_LIBRARIES}
......
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