summaryrefslogtreecommitdiff
path: root/win32/build/confutils.js
Commit message (Expand)AuthorAgeFilesLines
* extend check for add_flagAnatol Belski2016-03-011-1/+1
* fix nmake clean in phpize modeAnatol Belski2016-02-291-3/+18
* cleanup duplicated varAnatol Belski2016-02-141-4/+1
* fix file lists with subdirs passed to EXTENSION()Anatol Belski2016-02-141-57/+92
* fix extensions path for nmake installAnatol Belski2016-02-011-1/+2
* added /guard:cf to release buildsAnatol Belski2015-08-191-0/+10
* Also silence copy hereKalle Sommer Nielsen2015-06-221-2/+2
* fix phpize mode for manifest embeddingAnatol Belski2015-05-311-2/+7
* take the default manifestAnatol Belski2015-05-281-4/+18
* fixup default versions, just for the caseAnatol Belski2015-05-281-2/+2
* reverted 0512b38 and 1411ca5Anatol Belski2015-05-261-2/+1
* implement necessary symbol exportsAnatol Belski2015-05-231-1/+2
* Windows support for getrusage()Kalle Sommer Nielsen2015-05-201-1/+1
* add config vars for phpize where conf opts aren't enabledAnatol Belski2015-05-041-0/+8
* This should be the last of the old VC stuff in the Windows build system, also...Kalle Sommer Nielsen2015-03-291-38/+20
* indicate if an ext was forced shared globallyAnatol Belski2015-03-231-0/+1
* implemented --with-all-shared optionAnatol Belski2015-03-231-2/+12
* create php prefix before copying dllsAnatol Belski2015-03-121-0/+1
* More docs for /win32/build/confutils.jsNikhil Vimal2015-02-161-1/+4
* Adding some inline docs/docs cleanupNikhil Vimal2015-02-091-7/+8
* Merge branch 'PHP-5.6'Anatol Belski2015-01-211-1/+1
|\
* \ Merge branch 'PHP-5.6'Anatol Belski2015-01-211-1/+1
|\ \ | |/
* | add config option to target codegen architecturesAnatol Belski2014-12-031-0/+14
* | silence the lib.exeAnatol Belski2014-12-021-1/+1
* | less spaces in the makefile generated commandsAnatol Belski2014-11-141-3/+9
* | separate LDFLAGS and ARFLAGS to fix the unknown opts warnsAnatol Belski2014-11-141-3/+7
* | pass vc++ version to clang, that will be forwarded to _MSC_VERAnatol Belski2014-11-131-0/+3
* | set the vc++ next nameAnatol Belski2014-11-131-2/+1
* | pre create the build dirAnatol Belski2014-11-121-0/+4
* | trim when adding flags, avoid multiple spacesAnatol Belski2014-11-121-0/+1
* | use response files for exts and sapi linkingAnatol Belski2014-11-121-6/+6
* | generate response files for use by linkerAnatol Belski2014-11-121-0/+28
* | generalize arch setupAnatol Belski2014-11-121-0/+11
* | eliminate duplicated identical function definitionsAnatol Belski2014-11-111-0/+40
* | generalize --with-php-build option handlingAnatol Belski2014-11-111-0/+29
* | refactor zts related configAnatol Belski2014-11-111-0/+39
* | fix trailing slashAnatol Belski2014-11-111-2/+2
* | further fixes to win buildAnatol Belski2014-11-111-1/+24
* | moved libs and debug/release mode setup into functionsAnatol Belski2014-11-101-0/+32
* | move more common ldflags into functionAnatol Belski2014-11-071-0/+6
* | rename intel toolset to icc - shorterAnatol Belski2014-11-071-12/+12
* | further catch up with phpize and improved clang arch setupAnatol Belski2014-11-071-4/+16
* | add /fallback for clang-clAnatol Belski2014-11-071-0/+1
* | parametrize WINVER and update its valueAnatol Belski2014-11-071-0/+2
* | further refactoring of toolset+phpize stuffAnatol Belski2014-11-071-0/+57
* | catch up the toolset changes with phpizeAnatol Belski2014-11-071-7/+121
* | fix linking for clang, using linker directlyAnatol Belski2014-11-071-7/+7
* | fix x64 recognition for clang and iccAnatol Belski2014-11-071-8/+9
* | basic support for Intel ComposerAnatol Belski2014-11-071-3/+5
* | build system to support clangAnatol Belski2014-11-071-2285/+2392