summaryrefslogtreecommitdiff
path: root/win32/build/Makefile
Commit message (Expand)AuthorAgeFilesLines
* - Bumber up yearfoobar2005-08-031-1/+1
* - Added backward compability wrapper "php_parse_date()".Derick Rethans2005-06-191-4/+0
* make "nmake install" more verbose.Wez Furlong2005-06-051-1/+4
* Allow arbitrary files to be added to distro with ADD_DIST_FILE(filename)Edin Kadribasic2005-02-261-1/+1
* Added --enable-debug-pack which will create a zip file with *.pdb debugEdin Kadribasic2005-02-251-0/+4
* Offical zip files have -Win32 suffixEdin Kadribasic2005-02-241-4/+5
* even less noiseWez Furlong2005-02-061-1/+1
* Generate files needed for php5ts.dll buildEdin Kadribasic2005-01-221-1/+1
* More hoops for VC6Wez Furlong2004-08-011-3/+5
* snap this rule in half for vc6Wez Furlong2004-08-011-1/+3
* Juggle depsWez Furlong2004-08-011-6/+6
* Fix bug #8314: sane syslog output to the WinNT event log.Wez Furlong2004-07-311-5/+17
* add "clean-pecl" rule for nuking pecl objectsWez Furlong2004-05-251-0/+4
* Fix #27638: not cleaning up object files in win32 buildWez Furlong2004-05-181-1/+1
* name the pecl bundle pecl-foo instead of php-foo-pecl.Wez Furlong2004-02-121-3/+3
* ensure that install exists before copying files.Wez Furlong2004-02-121-0/+1
* Tidy up "nmake clean" for people that don't have a PECL checkout.Wez Furlong2004-02-121-10/+10
* include PECL targets in snap build...Wez Furlong2004-01-101-0/+1
* add a rule to clean pecl things; split up the command line into 3 toWez Furlong2004-01-091-1/+3
* Separate pecl extensions and sapi into their own target, and have mkdist.phpWez Furlong2004-01-091-3/+7
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* win32 build:Wez Furlong2004-01-071-1/+1
* tweak snap buildWez Furlong2004-01-071-2/+2
* implement our own tiny little dependcy tracker and useWez Furlong2003-12-231-4/+7
* Adding install target that follows the prefixFrank M. Kromann2003-12-231-0/+4
* Add --enable-snapshot-build configure option for win32 build.Wez Furlong2003-12-221-1/+9
* Refinements for new build system:Wez Furlong2003-12-191-15/+28
* Add dist target to makefile that will generate the file layout forWez Furlong2003-12-061-3/+6
* Avoid killing files that we didn't generate when making clean.Wez Furlong2003-12-041-2/+6
* Search for pecl extensions under php-src/pecl as a convenience forWez Furlong2003-12-041-2/+8
* VC stores lib path in LIB not LIBS.Wez Furlong2003-12-031-1/+1
* add rule for parsedateWez Furlong2003-12-031-0/+4
* fix typoWez Furlong2003-12-031-1/+1
* Propogate LDFLAGS from extensions to PHPDLL when building them statically.Wez Furlong2003-12-031-1/+1
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+63