mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
Fix machine not specified warning
This commit is contained in:
parent
f130567554
commit
db39e66c5b
1 changed files with 4 additions and 1 deletions
|
@ -68,8 +68,11 @@
|
|||
<SubSystem Condition="'$(Configuration)'!='Release'">Console</SubSystem>
|
||||
<SubSystem Condition="'$(Configuration)'=='Release'">Windows</SubSystem>
|
||||
</Link>
|
||||
<Lib>
|
||||
<TargetMachine Condition="'$(Platform)'=='Win32'">MachineX86</TargetMachine>
|
||||
<TargetMachine Condition="'$(Platform)'=='x64'">MachineX64</TargetMachine>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
<!-- Files -->
|
||||
<ItemGroup>
|
||||
<None Include="data\shaders\copyframebuffer.frag" />
|
||||
|
|
Loading…
Add table
Reference in a new issue