summaryrefslogtreecommitdiff
path: root/buildconf.bat
Commit message (Collapse)AuthorAgeFilesLines
* Fix #79146: cscript can fail to run on some systemsDeus Kane2020-01-211-1/+1
| | | | | | | | | In the buildconf and configure batch files, Windows' cscript utility was being run without the /e:jscript flag. This works on systems that have not had the default .js file association changed, but if .js has been re-associated to (say) an IDE, the batch files fail with the error message: Input Error: There is no script engine for file extension ".js".
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* Check if configure script was copied, and output an error if it wasn'tKalle Sommer Nielsen2009-01-021-0/+2
|
* Redirect the "1 file(s) copied" message to nulKalle Sommer Nielsen2009-01-021-1/+1
|
* - buildconf accepts arguments (pecl dir for ex.)Pierre Joye2008-12-081-0/+3
| | | | | - copy configure.bat
* - pass parameters to buildconf.bat over to buildconf.js (#43281)Johannes Schlüter2007-11-141-1/+1
| | | | | | | [DOC] install.windows.building.php currently reads like "e.g. cscript /nologo win32/build/buildconf.js --add-modules-dir=../php-gtk2 [...]" that might be changed to "buildconf.bat --add-modules-dir=../php-gtk2 [...]"
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+2
Will follow up to internals@ shortly.