summaryrefslogtreecommitdiff
path: root/win32/build/confutils.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4unknown2012-09-081-0/+2
|\ | | | | | | | | * PHP-5.3: -enable VC11 (vc2012)
| * -enable VC11 (vc2012)unknown2012-09-081-0/+2
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-04-141-2/+2
|\ \ | |/ | | | | | | * PHP-5.3: Rename README.SVN-RULES to README.GIT-RULES, here, too
| * Rename README.SVN-RULES to README.GIT-RULES, here, tooJohannes Schlüter2012-04-141-2/+2
| |
| * - debug code--Pierre Joye2011-01-091-2/+1
| |
| * - let try to fix pecl header install so we can do the same than unix, ↵Pierre Joye2011-01-091-1/+23
| | | | | | | | install them in ext/<extname> instead of pecl<extname>
| * - define the php*.lib/dll namesPierre Joye2011-01-071-9/+3
| |
| * - revert rev. 307044Pierre Joye2011-01-051-11/+0
| |
| * Fixed linking of extensions that would use a static .lib file (libname_a.lib ↵Kalle Sommer Nielsen2011-01-031-0/+11
| | | | | | | | | | | | | | rather than libname.lib) # This fixes `configure --with-mcrypt=shared' to properly find and # link against libmcrypt.lib rather than libmcrypt_a.lib
| * - use the ext deps list for phpize's ADD_EXTENSION_DEP functionPierre Joye2011-01-021-1/+7
| |
| * - typo, and remove undesired committed partPierre Joye2011-01-021-5/+0
| |
| * - typoPierre Joye2011-01-021-0/+5
| |
| * - generate a list of ext and how they are built, should be updated by ↵Pierre Joye2011-01-021-0/+12
| | | | | | | | phpize'd make (un)install as well, later
| * - fix build with out of src obj dirPierre Joye2010-12-141-1/+4
| |
| * - we just reached the tiny cmd lenght limit, let reduce the size of dirsPierre Joye2010-12-141-1/+6
| |
| * - add nmake install-sdk (create the devel package) and related sub rulesPierre Joye2010-12-141-6/+6
| |
| * - MFH trailing slashes detectionPierre Joye2010-12-131-2/+2
| |
| * - add phpize support for windows, need a nmake install for now (nmake ↵Pierre Joye2010-12-131-38/+172
| | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :)
* | - add new build type, optional. has been used for the last 2 RCsPierre Joye2012-01-111-3/+13
| |
* | - let try to fix pecl header install so we can do the same than unix, ↵Pierre Joye2011-01-091-0/+21
| | | | | | | | install them in ext/<extname> instead of pecl<extname>
* | - define the php*.lib/dll namesPierre Joye2011-01-071-9/+3
| |
* | - revert rev. 307044Pierre Joye2011-01-051-11/+0
| |
* | Fixed linking of extensions that would use a static .lib file (libname_a.lib ↵Kalle Sommer Nielsen2011-01-031-0/+11
| | | | | | | | | | | | | | rather than libname.lib) # This fixes `configure --with-mcrypt=shared' to properly find and # link against libmcrypt.lib rather than libmcrypt_a.lib
* | - use the ext deps list for phpize's ADD_EXTENSION_DEP functionPierre Joye2011-01-021-1/+7
| |
* | - generate a list of ext and how they are built, should be updated by ↵Pierre Joye2011-01-021-0/+12
| | | | | | | | phpize'd make (un)install as well, later
* | - sync with 5.3Pierre Joye2010-12-141-2/+10
| |
* | - add nmake install-sdk (create the devel package) and related sub rulesPierre Joye2010-12-141-6/+6
| |
* | - no need to diplay thatPierre Joye2010-12-131-5/+0
| |
* | - phpize support merge from 5.3Pierre Joye2010-12-131-38/+127
| |
* | * Don't print the shared headers table after enabling each extension ↵Kalle Sommer Nielsen2010-12-131-3/+7
| | | | | | | | | | | | (cleaner configure output) * Fix double slashes for directory targets in PHP_INSTALL_HEADERS()
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵Pierre Joye2010-12-111-8/+31
| | | | | | | | generate the install-headers cmd
* | - add initial PHP_INSTALL_HEADERS, one step closer to phpizePierre Joye2010-12-101-0/+23
|/
* - MFH: vs2010 detection support, restore /W3Pierre Joye2009-11-301-0/+2
|
* - Added - to the list of "unsafe" characters so that the pecl dir can have theDerick Rethans2009-07-241-2/+2
| | | | | - character in the name.
* - cvs > svnPierre Joye2009-07-151-1861/+1861
|
* MFH: If we don't have a comment (for the 3rd argument in ARG_[ENABLE|WITH], ↵Kalle Sommer Nielsen2009-05-291-2/+5
| | | | then don't print a comment say "undefined"
* - MFH: the config summary is a must, do not allow to disable itPierre Joye2008-12-251-4/+1
|
* - MFH: add build type (debug/release) and TS info to the summaryPierre Joye2008-11-211-3/+5
|
* - MFH: add VC version and architecture to the created zip(s) namesPierre Joye2008-09-251-1/+8
|
* - MFH: fix EXT_FOO_SHARED usage as dep mgt broke it (one more hack but we ↵Pierre Joye2008-07-251-2/+5
| | | | can clean them after alpha)
* - Happy New Year!Steph Fox2008-07-201-2/+2
| | | | | (better late than never, eh?)
* - Fix logic in get_define()Steph Fox2008-07-191-2/+5
|
* - Rejig REMOVE_TARGETSteph Fox2008-07-191-19/+14
| | | | | | - Tidy ADD_EXTENSION_DEP - Put summary output in alphabetical order
* - Make REMOVE_TARGET work in all casesSteph Fox2008-07-181-1/+11
|
* This looks more than it is due to ws/cs and minor fixes in it...Steph Fox2008-07-121-8/+48
| | | | | | | | | - Fixes logic in dependency check - Fixes logic in AC_DEFINE error message - Prevents shared extensions from building if a hard dependency is missing altogether - Cleans up errors/warnings/messages for all scenarios - Changes a function call to the new project support
* - Embryonic project file generation. Use buildconf --add-project-files and ↵Steph Fox2008-07-091-1/+27
| | | | | | | | | hopefully it'll work. - Please read the README before complaining. @Stas, Rob - please test.
* - MFH:Pierre Joye2008-07-071-5/+5
| | | | | | - use ARG_ENABLE for the summary option - move test if summary function
* - move common functions to confutilsPierre Joye2008-07-071-1/+33
| | | | | - rename the summary option to reflect its usage (Enable Sumamry, yes)
* - Fix up some bits and pieces.Steph Fox2008-07-071-12/+8
| | | | | | | - Always report re2c version. - Head towards making it possible for all platforms to have compiler info in phpinfo() output. - Make it possible to switch off configure summary (--without-summary).
* -MFH: improve detection of VC version and summary (2k2 and 2k3 are 1300 and ↵Pierre Joye2008-07-051-9/+6
| | | | resp. 1310) (Thx Marcus)