According to their docs here, I should be able to build from the console like so:
BuildConsole mysolution.sln /build /cfg="Debug|Win32"
Where I have a Debug|Win32 build available, which I do. If I load the solution in MSVS2010, I can build it. However, when I try and build it from the command line or the system tray icon, it does nothing except output the message:
-----------------------------------------------------------------
Build Acceleration Console 4.62 (build 1459)
Copyright (C) 2001-2013 Xoreax Software Ltd. All rights reserved.
-----------------------------------------------------------------
Initializing...
Setting environment for using Microsoft Visual Studio 2010 x64 cross tools.
Anyone know what I'm doing wrong?