From 5e7bf7c554317849610173845871ae7d6a130ffe Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 22 Jun 2013 17:32:46 +0300 Subject: Minor fix in build_w32.bat. build_w32.bat (LinkGCC): Prevent a comment from being displayed at build time. --- build_w32.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'build_w32.bat') diff --git a/build_w32.bat b/build_w32.bat index bc554fe..3e35094 100644 --- a/build_w32.bat +++ b/build_w32.bat @@ -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 -- cgit v1.2.3