internals:windows:libs:libxmp

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
Next revisionBoth sides next revision
internals:windows:libs:libxmp [2008/06/07 10:57] pajoyeinternals:windows:libs:libxmp [2011/04/06 10:59] – external edit 127.0.0.1
Line 16: Line 16:
   * LibXPM Sources from our repositories (patches required= [[http://pecl2.php.net/downloads/php-windows-builds/source|]]   * LibXPM Sources from our repositories (patches required= [[http://pecl2.php.net/downloads/php-windows-builds/source|]]
   * Common tools used to compile PHP   * Common tools used to compile PHP
 +
  
 ==== Configuration ===== ==== Configuration =====
Line 23: Line 24:
   * "DLL Release"   * "DLL Release"
   * "DLL Debug"   * "DLL Debug"
-  * "LIB Release" +  * "Static Release" 
-  * "LIB Debug+  * "Static Debug"
-  * "Lib Release"+
  
 PHP uses "LIB Release" for the PHP builds. PHP uses "LIB Release" for the PHP builds.
  
 One of these option has to be used while calling the makefile (VC6 only). VS solution files are given for VC8 and VC9. One of these option has to be used while calling the makefile (VC6 only). VS solution files are given for VC8 and VC9.
 +
 +
  
 ==== Compile ===== ==== Compile =====
Line 37: Line 39:
 <code bash> <code bash>
 cd c:\build_php_deps\libxpm-3.5.7\windows\vc6 cd c:\build_php_deps\libxpm-3.5.7\windows\vc6
-nmake /f libxpm.mak CFG="LIB Release"+nmake /f libxpm.mak CFG="Static Release"
 </code> </code>
  
internals/windows/libs/libxmp.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1