ide/debugger; crossplatform.mk: (#1016) Ensure we can build out of the box as 32...
authorJerome St-Louis <jerome@ecere.com>
Thu, 6 Mar 2014 13:28:54 +0000 (08:28 -0500)
committerJerome St-Louis <jerome@ecere.com>
Thu, 6 Mar 2014 13:28:54 +0000 (08:28 -0500)
commitaa6ca7f9ca8e287303f09cf85e49a17cf0417574
tree6d2c955d57354a66d73cd18207aa521e170633de
parenta2531f8f8c53f3bae27821a120d93d6154a809fb
ide/debugger; crossplatform.mk: (#1016) Ensure we can build out of the box as 32 bit on 32 bit Windows
- Detecting 32 bit system Windows systems and auto-setting -m32 (Currently checking for ProgramFiles(x86) env var)
- Built output will be in e.g. release.win32, not release.win32.x32 as ARCH is set after ARCH_SUFFIX
- GDB executable used on Windows has been updated to match executables supplied with the installer:
   'i686-w64-mingw32-gdb' for the 32 bit version, 'gdb' for the 64 bit version
crossplatform.mk
ide/src/debugger/Debugger.ec