mod_v8: Tweak to Windows build

This commit is contained in:
Peter Olsson 2014-01-14 18:30:32 +01:00
parent d00f8f98d5
commit c346f0813f
2 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,7 @@
<PrecompiledHeader>
</PrecompiledHeader>
<EnablePREfast>false</EnablePREfast>
<TreatWarningAsError>false</TreatWarningAsError>
</ClCompile>
<Link>
<ImportLibrary>$(Platform)\$(Configuration)\$(ProjectName).lib</ImportLibrary>

View File

@ -130,6 +130,7 @@
<PrecompiledHeader>
</PrecompiledHeader>
<EnablePREfast>false</EnablePREfast>
<TreatWarningAsError>false</TreatWarningAsError>
</ClCompile>
<Link>
<OutputFile>$(SolutionDir)$(Platform)\$(Configuration)/mod/$(ProjectName).dll</OutputFile>