haiku/headers/build
Alexander von Gluck IV aa4b5749d6 runtime_loader: Detect and trigger on PE binaries
* Previously PE binaries would trigger the "incorrectly
  executable" dialog. Now we get a special message for
  B_LEGACY_EXECUTABLE and B_UNKNOWN_EXECUTABLE
* Legacy at the moment is a R3 x86 PE binary. This could
  be extended to gcc2 binaries someday far, far, down the
  road though
* The check for legacy is based on a PE flag I see
  set on every R3 binary (that isn't set on dos ones)
* Unknown is something we know *is* an executable, but
  can't do anything with (such as an MSDOS or Windows
  application)
* No performance drops as we do the PE scan last
* Tested on x86 and x86_gcc2
2014-01-07 19:38:07 -06:00
..
config_build ARM: Be aware of ARMEL and ARMEL 2014-01-01 23:41:02 -07:00
gcc-2.95.3 Define MB_LEN_MAX to 16. 2011-11-22 17:40:45 +01:00
host Use libbe_build also on Haiku 2013-05-09 18:08:55 +02:00
os runtime_loader: Detect and trigger on PE binaries 2014-01-07 19:38:07 -06:00
private mimeset: Use TextSnifferAddon when using a custom MIME DB 2013-11-22 12:24:13 +01:00
BeOSBuildCompatibility.h Only declare strl{cpy,cat} if they aren't defines. 2013-12-17 19:58:51 +01:00
HaikuBuildCompatibility.h Fixed build of the app_server test environment on Haiku. 2010-04-11 13:15:54 +00:00