File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ cscript /nologo win32\build\buildconf.js %*
3
3
SET PHP_BUILDCONF_PATH = %~dp0
4
4
copy %PHP_BUILDCONF_PATH% \win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul
5
5
SET PHP_SDK_SCRIPT_PATH =
6
+
7
+ IF NOT EXIST %PHP_BUILDCONF_PATH% (echo Error generating configure script, configure script was not copied) ELSE (echo Now run 'configure --help')
Original file line number Diff line number Diff line change 16
16
+----------------------------------------------------------------------+
17
17
*/
18
18
19
- /* $Id: buildconf.js,v 1.19 2008-07-21 09:56:37 sfox Exp $ */
19
+ /* $Id: buildconf.js,v 1.20 2009-01-02 12:16:42 kalle Exp $ */
20
20
// This generates a configure script for win32 build
21
21
22
22
WScript . StdOut . WriteLine ( "Rebuilding configure.js" ) ;
@@ -278,4 +278,3 @@ C.Write(file_get_contents("win32/build/configure.tail"));
278
278
279
279
B . WriteLine ( "@echo off" ) ;
280
280
B . WriteLine ( "cscript /nologo configure.js %*" ) ;
281
- WScript . StdOut . WriteLine ( "Now run 'configure --help'" ) ;
You can’t perform that action at this time.
0 commit comments