Changeset 481:371f289848a4 in qutecom-2.2


Ignore:
Timestamp:
Feb 19, 2010 12:27:26 PM (3 years ago)
Author:
nikita <nikita@…>
Branch:
default
Message:

adding gnutls-2.8.5 for windows, look like it's working for msn too now

Files:
29 added
4 edited

Legend:

Unmodified
Added
Removed
  • libs/3rdparty/gnutls/CMakeLists-win32.txt

    r180 r481  
    22 
    33ow_add_public_libraries( 
    4         ${CMAKE_CURRENT_SOURCE_DIR}/gnutls-2.5.5/bin/libgnutls-26.lib 
     4        ${CMAKE_CURRENT_SOURCE_DIR}/gnutls-2.8.5/bin/libgnutls-26.lib 
    55) 
    66 
    77ow_add_public_include_dirs( 
    8         ${CMAKE_CURRENT_SOURCE_DIR}/gnutls-2.5.5/include 
     8        ${CMAKE_CURRENT_SOURCE_DIR}/gnutls-2.8.5/include 
    99) 
    1010 
    11 ow_copy_dir(${CMAKE_CURRENT_SOURCE_DIR}/gnutls-2.5.5/bin/*.dll ${BUILD_DIR}) 
     11ow_copy_dir(${CMAKE_CURRENT_SOURCE_DIR}/gnutls-2.8.5/bin/*.dll ${BUILD_DIR}) 
  • libs/3rdparty/libpurple/pidgin-2.6.5/libpurple/log.c

    r479 r481  
    13801380        PurpleLogCommonLoggerData *data = log->logger_data; 
    13811381        gsize written = 0; 
    1382  
     1382        return 0; 
    13831383        if(!data) { 
    13841384                const char *prpl = 
  • libs/3rdparty/libpurple/pidgin-2.6.5/libpurple/win32/win32dep.c

    r480 r481  
    207207const char *wpurple_locale_dir(void) { 
    208208        static gboolean initialized = FALSE; 
    209         printf("ok\n"); 
    210209        if (!initialized) { 
    211210                const char *inst_dir = wpurple_install_dir(); 
    212                 printf("ok\n"); 
    213211                if (inst_dir != NULL) { 
    214                         printf("ok\n"); 
    215212                        locale_dir = g_strdup_printf("%s" G_DIR_SEPARATOR_S "locale", inst_dir); 
    216213                        initialized = TRUE; 
     
    220217                 
    221218        } 
    222         printf("ok\n"); 
    223219        return locale_dir; 
    224220} 
  • owbuild/FindBoost.cmake

    r464 r481  
    5454  # a new Boost version comes out. 
    5555  set(BOOST_PATH_SUFFIX 
     56    boost-1_42_0 
     57    boost-1_42 
    5658    boost-1_39 
    5759    boost-1_35 
     
    172174      if (CMAKE_BUILD_TYPE STREQUAL Debug) 
    173175        set(BOOST_LIBRARIES_SUFFIXES 
     176          -vc90-mt-gd-1_42_0 
     177          -vc90-mt-gd-1_42 
    174178          -vc90-mt-gd-1_40 
    175179                  -vc90-mt-gd-1_39 
     
    182186      else (CMAKE_BUILD_TYPE STREQUAL Debug) 
    183187        set(BOOST_LIBRARIES_SUFFIXES 
     188          -vc90-mt-1_42_0 
     189          -vc90-mt-1_42 
    184190          -vc90-mt-1_40 
    185191          -vc90-mt-1_39 
Note: See TracChangeset for help on using the changeset viewer.