From 300c43f10c2017dcf341a3c3a0091aeee2b39d1b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 13 Feb 2009 17:47:58 +0000 Subject: [PATCH] two minor debug stuff removed --- harbour/bin/hbmk.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/harbour/bin/hbmk.bat b/harbour/bin/hbmk.bat index 25f0bfc7b4..de22e322a6 100644 --- a/harbour/bin/hbmk.bat +++ b/harbour/bin/hbmk.bat @@ -1,4 +1,4 @@ -rem @echo off +@echo off rem rem $Id$ rem @@ -16,7 +16,7 @@ rem Template to build a final Harbour executable, using Harbour rem with the C code generation feature, then calling the proper C rem linker/compiler. rem -rem Copyright 1999-2008 Viktor Szakats (viktor.szakats@syenar.hu) +rem Copyright 1999-2009 Viktor Szakats (viktor.szakats@syenar.hu) rem See doc/license.txt for licensing terms. rem --------------------------------------------------------------- @@ -103,7 +103,6 @@ if not "%HB_ARCHITECTURE%" == "win" goto _SKP_WIN_COMP_DETECTION :_SP_DONE - echo %HB_COMPILER% if not "%HB_COMPILER%" == "" echo Autodetected HB_COMPILER: %HB_COMPILER% :_SKP_WIN_COMP_DETECTION