From e0b05c0b8359b3aad167f8b00d8bbf8b66f24c1e Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Sun, 4 Jun 2006 03:59:14 +0000 Subject: [PATCH] Yeah another possible warning fix perhaps --- dlls/regex/regex.vcproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/regex/regex.vcproj b/dlls/regex/regex.vcproj index d9173ab7..3fc17f5c 100755 --- a/dlls/regex/regex.vcproj +++ b/dlls/regex/regex.vcproj @@ -34,6 +34,7 @@ AdditionalDependencies="lib_win/pcre.lib" OutputFile="$(OutDir)/regex_amxx.dll" LinkIncremental="2" + IgnoreDefaultLibraryNames="LIBCMT" GenerateDebugInformation="TRUE" ProgramDatabaseFile="$(OutDir)/regex.pdb" SubSystem="2" @@ -81,6 +82,7 @@ AdditionalDependencies="lib_win/pcre.lib" OutputFile="$(OutDir)/regex_amxx.dll" LinkIncremental="1" + IgnoreDefaultLibraryNames="LIBCMT" GenerateDebugInformation="TRUE" SubSystem="2" OptimizeReferences="2"