Yeah another possible warning fix perhaps
This commit is contained in:
parent
a44eb16360
commit
e0b05c0b83
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user