Changed .NET projects to target x86

Compiling the .NET projects as x64 on 64bit machines was causing problems with the unmanaged code.
This commit is contained in:
Matthew Bowra-Dean
2009-10-05 19:35:03 +13:00
parent dab99f848c
commit 8fec0f52c0
9 changed files with 80 additions and 113 deletions

View File

@@ -25,7 +25,7 @@ namespace OpenRa.Game
public MainWindow(Settings settings)
{
FileSystem.Mount(new Folder("../../../"));
FileSystem.Mount(new Folder("../../../../"));
FileSystem.Mount(new Package("redalert.mix"));
FileSystem.Mount(new Package("conquer.mix"));
FileSystem.Mount(new Package("hires.mix"));