mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Yeah another possible warning fix perhaps
This commit is contained in:
parent
a44eb16360
commit
e0b05c0b83
@ -34,6 +34,7 @@
|
|||||||
AdditionalDependencies="lib_win/pcre.lib"
|
AdditionalDependencies="lib_win/pcre.lib"
|
||||||
OutputFile="$(OutDir)/regex_amxx.dll"
|
OutputFile="$(OutDir)/regex_amxx.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
|
IgnoreDefaultLibraryNames="LIBCMT"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="$(OutDir)/regex.pdb"
|
ProgramDatabaseFile="$(OutDir)/regex.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
@ -81,6 +82,7 @@
|
|||||||
AdditionalDependencies="lib_win/pcre.lib"
|
AdditionalDependencies="lib_win/pcre.lib"
|
||||||
OutputFile="$(OutDir)/regex_amxx.dll"
|
OutputFile="$(OutDir)/regex_amxx.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
|
IgnoreDefaultLibraryNames="LIBCMT"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
|
Loading…
Reference in New Issue
Block a user