fix project file nowarn flags in release mode, fix build cmd platform detection

This commit is contained in:
Marko Lahma
2014-02-23 16:44:40 +02:00
parent 81cd77e3dc
commit d0ad596396
4 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
@echo off
call build-support\set-nant-config-per-processor-architecture.cmd
cd build-support
call set-nant-config-per-processor-architecture.cmd
cd ..
@echo .
@echo ..
@echo ...

View File

@@ -1,5 +1,7 @@
@echo off
call build-support\set-nant-config-per-processor-architecture.cmd
cd build-support
call set-nant-config-per-processor-architecture.cmd
cd ..
@echo .
@echo ..
@echo ...

View File

@@ -81,8 +81,7 @@
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<NoWarn>219, 162, 618, 1591</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>

View File

@@ -83,8 +83,7 @@
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<NoWarn>0618</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>