From 6acf470ccc073dd3fbc5c1f8b920df033d64d420 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 26 Apr 2007 15:50:17 +0000 Subject: [PATCH] *** empty log message *** --- ase/com/Awk.cpp | 6 +++++- ase/test/cnt/Properties/AssemblyInfo.cs | 4 ++-- ase/test/cnt/asetestcnt.csproj | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ase/com/Awk.cpp b/ase/com/Awk.cpp index fd2f53a3..a57b37d0 100644 --- a/ase/com/Awk.cpp +++ b/ase/com/Awk.cpp @@ -1,5 +1,5 @@ /* - * $Id: Awk.cpp,v 1.36 2007-04-22 06:37:09 bacon Exp $ + * $Id: Awk.cpp,v 1.37 2007-04-26 15:50:17 bacon Exp $ * * {License} */ @@ -19,6 +19,10 @@ #include #include +#ifdef _MSC_VER +#pragma warning (disable: 4996) +#endif + #define DBGOUT(x) do { if (debug) OutputDebugString (x); } while(0) #define DBGOUT2(awk,x) do { if (awk->debug) OutputDebugString (x); } while(0) diff --git a/ase/test/cnt/Properties/AssemblyInfo.cs b/ase/test/cnt/Properties/AssemblyInfo.cs index 5748e895..7b0ced58 100644 --- a/ase/test/cnt/Properties/AssemblyInfo.cs +++ b/ase/test/cnt/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("asetestcnt")] +[assembly: AssemblyTitle("asecnt")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("asetestcnt")] +[assembly: AssemblyProduct("asecnt")] [assembly: AssemblyCopyright("© 2007 Hyung-Hwan Chung, All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/ase/test/cnt/asetestcnt.csproj b/ase/test/cnt/asetestcnt.csproj index aa41b5fa..f36f9922 100644 --- a/ase/test/cnt/asetestcnt.csproj +++ b/ase/test/cnt/asetestcnt.csproj @@ -8,7 +8,7 @@ WinExe Properties ASETestCNT - asetestcnt + asecnt true