Minor fix in build_w32.bat.

build_w32.bat (LinkGCC): Prevent a comment from being displayed
 at build time.
This commit is contained in:
Eli Zaretskii 2013-06-22 17:32:46 +03:00
parent 138d020e1b
commit 5e7bf7c554
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2013-06-22 Eli Zaretskii <eliz@gnu.org>
* build_w32.bat (LinkGCC): Prevent a comment from being displayed
at build time.
* job.c (construct_command_argv_internal) [WINDOWS32]: Use
case-insensitive comparison with internal commands of non-Unix
shells.

View File

@ -290,6 +290,7 @@ set GUILEOBJ=guile.o
echo on
gcc -mthreads -Wall -gdwarf-2 -g3 %OPT% %GUILECFLAGS% -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c guile.c
:LinkGCC
@echo off
Rem The version NN of libgnumake-NN.dll.a should be bumped whenever
Rem the API changes in binary-incompatible manner.
@echo on