From 874e5c57112306fe5d0a63717ce0b471c0f88646 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 12 Dec 2006 23:56:21 +0000 Subject: [PATCH] ICU-4988 Hide unnecessary messages from Visual Studio, which interprets the : in filenames to mean something special. X-SVN-Rev: 20769 --- icu4c/source/tools/gentest/genres32.c | 5 +++-- icu4c/source/tools/makeconv/makeconv.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/icu4c/source/tools/gentest/genres32.c b/icu4c/source/tools/gentest/genres32.c index 4925d876291..460d076c54e 100644 --- a/icu4c/source/tools/gentest/genres32.c +++ b/icu4c/source/tools/gentest/genres32.c @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 2003-2004, International Business Machines +* Copyright (C) 2003-2006, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -59,7 +59,8 @@ genres32(const char *prog, const char *path) { } uprv_strcat(file,"testtable32.txt"); out = fopen(file, "w"); - puts(file); + /*puts(file);*/ + puts("Generating testtable32.txt"); if(out == NULL) { fprintf(stderr, "%s: Couldn't create resource test file %s\n", prog, file); diff --git a/icu4c/source/tools/makeconv/makeconv.c b/icu4c/source/tools/makeconv/makeconv.c index 1bd4bec3661..8750857e808 100644 --- a/icu4c/source/tools/makeconv/makeconv.c +++ b/icu4c/source/tools/makeconv/makeconv.c @@ -258,7 +258,7 @@ int main(int argc, char* argv[]) #endif err = U_ZERO_ERROR; - printFilename = (UBool) (argc > 2 || VERBOSE); + printFilename = (UBool) (VERBOSE); for (++argv; --argc; ++argv) { arg = getLongPathname(*argv);