internals:windows:libs:cclient

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
internals:windows:libs:cclient [2008/05/31 16:52] pajoyeinternals:windows:libs:cclient [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 8: Line 8:
 ===== Available prebuilt libraries ===== ===== Available prebuilt libraries =====
  
-All prebuilt libraries are available in the php-libs [[http://pecl2.php.net/downloads/php-windows-builds/php-libs/|repositories]]+All prebuilt libraries are available in the php-libs [[http://windows.php.net/downloads/php-sdk/deps/|repositories]] 
 + 
 +For PHP suitable sources and up-to-date information see [[https://github.com/winlibs/imap]]
  
 The filename format is: The filename format is:
Line 19: Line 21:
  
  
-===== Building CCLient 2007a =====+===== Building CCLient 2007b =====
  
  
 ==== Requirements ===== ==== Requirements =====
-  * imap-2007a Sources, fetch our [[http://pecl2.php.net/downloads/php-windows-builds/source/|version]] or the original [[http://www.washington.edu/imap/|sources] (no patch required)+  * imap-2007a Sources, fetch our [[https://github.com/winlibs/|version]] or the original [[http://www.washington.edu/imap/|sources]] (no patch required)
   * Common tools used to compile PHP   * Common tools used to compile PHP
  
Line 34: Line 36:
 ==== Configuration ===== ==== Configuration =====
  
-No special configuration required. Be sure to have the platform SDK in your path.+Modify the file in imap-2007b\sc\osdep\nt\makefile.w2k, on line 39: 
 + 
 +    CCLIENTLIB = cclient_a.lib 
 + 
 +src\ipopd\makefile.w2k on line 29: 
 + 
 +    CCLIENTLIB = $C\cclient_a.lib 
 + 
 +src\mailutil\makefile.w2k on line 29 
 + 
 +    CCLIENTLIB = $C\cclient_a.lib 
 + 
 +src\mtest\makefile.w2k on line 29 
 + 
 +   CCLIENTLIB = $C\cclient_a.lib 
 + 
 +No other special configuration required. Be sure to have the platform SDK in your path.
  
  
Line 44: Line 62:
  
 <code bash> <code bash>
-cd imap-2007a/c-client+cd imap-2007b\
 nmake /f makefile.w2k nmake /f makefile.w2k
 </code> </code>
internals/windows/libs/cclient.1212252755.txt.gz · Last modified: 2017/09/22 13:28 (external edit)