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"