summaryrefslogtreecommitdiff
path: root/win32/build/confutils.js
Commit message (Expand)AuthorAgeFilesLines
* let informix buildWez Furlong2004-01-091-1/+15
* Separate pecl extensions and sapi into their own target, and have mkdist.phpWez Furlong2004-01-091-3/+13
* fix PHP_SPL problem when you don't have a pecl checkout.Wez Furlong2004-01-091-4/+11
* add optional dep on spl for simplexml.Wez Furlong2004-01-081-2/+12
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Change ordering of CFLAGS for built sources, so that extension specific inclu...Wez Furlong2004-01-081-3/+3
* glob-ify lib checks; this simplifies writing of config.w32 files a little.Wez Furlong2004-01-071-10/+149
* A more general check for dirs under Release or Debug.Wez Furlong2003-12-231-2/+10
* Attempt to work around apparent problems with WshShell.CurrentDirectory.Wez Furlong2003-12-231-12/+16
* Implement a glob() function for use by win32 configure.Wez Furlong2003-12-231-3/+95
* Use a variable name so this actually works.Frank M. Kromann2003-12-231-5/+5
* Fix build when both a path and the keyword shared is givenFrank M. Kromann2003-12-231-3/+6
* For GD, build the extension as php_gd2.dll instead of php_gd.dll.Wez Furlong2003-12-221-5/+7
* Add --enable-snapshot-build configure option for win32 build.Wez Furlong2003-12-221-6/+64
* Forgot to add embed config.w32, and tweak version resource when CREDITS file ...Wez Furlong2003-12-191-2/+2
* More things for the new build system.Wez Furlong2003-12-191-9/+28
* don't overwrite internal_functions.c if the content did not change;Wez Furlong2003-12-191-3/+11
* Refinements for new build system:Wez Furlong2003-12-191-18/+130
* tweak build so that it mirrors the source filesystem layout under the build d...Wez Furlong2003-12-071-8/+18
* Detect and enable IPv6 support under win32.Wez Furlong2003-12-061-3/+3
* use /Ox flag for release build (all optimizations on).Wez Furlong2003-12-051-18/+29
* fix remaining ext/Frank M. Kromann2003-12-041-2/+2
* Fix libxml to use static lib if found.Wez Furlong2003-12-041-12/+35
* return status of have so extra libs return correct statusRob Richards2003-12-041-2/+2
* put PHPDLL objects into BUILD_DIR/php so that it is a littleWez Furlong2003-12-041-3/+3
* fix a couple of buglets and set version number on DLLs to whatever the PHP ma...Wez Furlong2003-12-041-2/+2
* Search for pecl extensions under php-src/pecl as a convenience forWez Furlong2003-12-041-5/+45
* copy and paste errorFrank M. Kromann2003-12-031-2/+2
* This should solve a few problems with static vs. shared builds for extensions...Wez Furlong2003-12-031-5/+24
* VC stores lib path in LIB not LIBS.Wez Furlong2003-12-031-2/+7
* avoid breaking paths with spaces when we generate the makefile, and ensure th...Wez Furlong2003-12-031-3/+8
* Propogate LDFLAGS from extensions to PHPDLL when building them statically.Wez Furlong2003-12-031-2/+3
* Build adjustments.Wez Furlong2003-12-031-3/+31
* some tweaks for FrankWez Furlong2003-12-031-28/+91
* Avoid death when wrapping null/undefined valuesWez Furlong2003-12-031-1/+5
* Clarify a little.Wez Furlong2003-12-031-1/+12
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+651