summaryrefslogtreecommitdiff
path: root/win32/build/confutils.js
Commit message (Collapse)AuthorAgeFilesLines
...
* - add summary function and VC version infoPierre Joye2008-07-021-16/+44
|
* - use stdout for MESSAGE (thx Steph)Pierre Joye2008-06-231-2/+2
|
* - add a MESSAGE functionPierre Joye2008-06-231-3/+23
| | | | | | | [DOC] to be used instead of STDOUT in config.w32, it allows them to be redirected (like in a quiet mode) - add the list of enabled SAPI - improve the table output
* - return true/false when a dep addition was succeeded or notPierre Joye2008-06-221-4/+7
|
* - add a list of the enabled extensions and how they are built (shared or staticPierre Joye2008-06-221-1/+72
| | | | | list of SAPIs and libs used will follow shortly (to be used as QA check during the builds and as convenience)
* - ext/standard currently has a dependency on ext/ereg thanks to browscap.cSteph Fox2008-06-191-2/+2
|
* - '' != 'no'Steph Fox2008-06-191-2/+6
|
* Windows configure fixes, a few additional lib names allowed, apache2 only on ↵Elizabeth Marie Smith2008-05-141-1/+12
| | | | for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled
* - Workarounds are no longer needed - thanks PECLers!Steph Fox2008-04-141-19/+7
|
* - Allow most of the existing strangely-named headers to get bySteph Fox2008-03-311-1/+15
|
* Another thing version_compare() allows...Steph Fox2008-03-241-2/+2
|
* - Extend that regexp (again)Steph Fox2008-03-231-9/+8
| | | | | - Revert the changes affecting external template.rc files
* Don't break PECL extensions that are oh-so-nearly doing The Right Thing [TM]Steph Fox2008-03-221-1/+4
| | | | | (mcve, runkit, win32ps)
* Allow Stas his "1.0.0RC1-dev"Steph Fox2008-03-221-2/+2
|
* Independent versioning for PECL extensions (and only PECL, for now)Steph Fox2008-03-221-16/+49
| | | | | | This affects the RC template used to ship information with the DLL in Windows distributions - nothing else. It will potentially affect 13 PECL modules at present (and yes I do know which ones!)
* - add PHP_PHP_BUILD\bin to the path in PATH_PROG (option set with ↵Pierre Joye2008-02-171-1/+4
| | | | --with-php-builds=[PATH] the zip.zip contains all we need (except re2c! )
* MFH: add errors when missing dependencies (Steph)Rob Richards2008-01-101-2/+10
|
* Allow passing additional configuration parameters to config.nice.batElizabeth Marie Smith2007-11-141-2/+2
|
* MFH: - Made build system less major version dependant to ease MFB/MFHJani Taskinen2007-07-261-5/+5
|
* - MFH: Allow the use of a user defined template.rc file to override theDerick Rethans2007-07-211-2/+14
| | | | | | | default ones. This makes it possible to include the extension's version inside the version properties of the generated extension DLL instead of the PHP version the extension is build against.
* Make DLL only once (Wez)Edin Kadribasic2007-03-191-2/+4
|
* Update copyright yearIlia Alshanetsky2007-01-011-2/+2
| | | | | # The rest of the files were already updated by Sebastian
* Enable full build with newer Microsoft compilersEdin Kadribasic2006-12-191-2/+10
|
* Fix warningsDmitry Stogov2006-11-101-5/+1
|
* Use $(CC) for linking instead of $(LD). This allows usage of advansed ↵Dmitry Stogov2006-11-101-8/+17
| | | | optimization techniques (like Intel's inner-procedure optimization)
* Enable separate build dir for SAPIs, the same way it is possible for EXTENSIONsEdin Kadribasic2006-05-071-5/+11
|
* bump year and license versionfoobar2006-01-011-4/+4
|
* - Bumber up yearfoobar2005-08-031-2/+2
|
* Allow building gd on windows systems without t1lib (M. Sisolak) #33620Edin Kadribasic2005-08-011-2/+2
|
* If asked to populate a set of cflags for a header check, only populate theWez Furlong2005-07-071-2/+7
| | | | | | | | | | flags and don't fill in an entry into config.w32.h, UNLESS explicitly told what to do. This prevents leakage of things like HAVE_SQLCLI1_H from one pecl into another (or the core) and confusing the build (as has happened with ibm_db2 and pdo_odbc).
* add --enable-memory-manager switch for win32 tooWez Furlong2005-06-091-2/+2
|
* don't screw up the default fd set size when --disable-all is usedWez Furlong2005-06-051-2/+2
|
* Allow arbitrary files to be added to distro with ADD_DIST_FILE(filename)Edin Kadribasic2005-02-261-1/+10
|
* fix snapsWez Furlong2005-02-131-2/+3
|
* even less noiseWez Furlong2005-02-061-3/+3
|
* less noiseWez Furlong2005-02-061-2/+2
|
* A couple more adjustments for building multiple output variants of the sameWez Furlong2005-01-201-7/+22
| | | | | extension source.
* Allow the build system to generate multiple extensions from the same ↵Frank M. Kromann2005-01-181-9/+15
| | | | extension directory
* Fix one-shot builds.Frank M. Kromann2004-11-151-2/+2
|
* No need to ude /Fo twice.Frank M. Kromann2004-11-101-3/+3
| | | | | Unbreak the build be readding the compile only flag
* Make sure files are stored in the right directoryFrank M. Kromann2004-11-101-2/+2
|
* Revert the search path tweak; it broke the snap build for mingWez Furlong2004-08-031-15/+15
|
* A better fix for the VC 2k max literal string limitWez Furlong2004-08-031-6/+27
| | | | | (also affects vc7)
* VC6 hack to avoid CONFIGURE_COMMAND string length over 2048 when building ↵Frank M. Kromann2004-08-021-2/+4
| | | | many extensions
* Search in PATH before explicit_path. This resolves conflict between ↵Frank M. Kromann2004-08-021-15/+15
| | | | Microsoft and cygwin tools with the same name.
* Added memory-limit to the list of excluded force-on optionsEdin Kadribasic2004-07-071-2/+2
|
* Primitive support for probing headers for functions using a regexpWez Furlong2004-05-181-5/+68
|
* Add "--disable-all" switch, which will force all arguments to "no" ifWez Furlong2004-04-291-4/+23
| | | | | | they are not specified explicitly. (like the snapshot build, but in reverse).
* Fix bug that prevented --without-gd from workingWez Furlong2004-04-151-2/+2
|
* Tidy up "nmake clean" for people that don't have a PECL checkout.Wez Furlong2004-02-121-3/+37
| | | | | | | | | | | Be paranoid when building a snapshot: if the module is not a core module (eg: it comes from outside of ext or sapi) and it defaults to "yes", then force it to become shared. This will prevent a pecl ext from accidentally being compiled statically into the core, and prevent that ext from breaking the core build. You can still manually force a static build by explicitly specifying the args for that extension on your configure line.