use that tool in emuhawk

This commit is contained in:
zeromus 2016-02-14 16:43:05 -06:00
parent b4a96dc7e5
commit 362f672abd
1 changed files with 1 additions and 2 deletions

View File

@ -2071,8 +2071,7 @@
</Target>
-->
<PropertyGroup>
<PostBuildEvent>call "$(VS100COMNTOOLS)..\tools\vsvars32.bat"
editbin /largeaddressaware "$(TargetPath)"</PostBuildEvent>
<PostBuildEvent>..\Build\BizHawk.Build.Tool.exe LARGEADDRESS --value 1 --target $(TargetPath)</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">"$(SolutionDir)subwcrev.bat" "$(ProjectDir)"</PreBuildEvent>