dxx-rebirth/common/arch/cocoa
Kp 514a146102 Update tool_bundle.py membership test for SCons 4.2.0
SConstruct 4.2.0 removes `Environment.has_key`[1].  Switch to use
`__contains__`, which works in SConstruct 4.1.0 and SConstruct 4.2.0.

[1]: https://scons.org/scons-420-is-available.html :
```
Internal has_key methods removed from SCons' dictionary-like objects SubstitutionEnvironment and OverrideEnvironment - in other words, an env - to match Python 3 which no longer has dict.has_key.
```

Reported-by: nastys <https://github.com/dxx-rebirth/dxx-rebirth/issues/561#issuecomment-907872094>
Reported-by: Kreeblah <https://github.com/dxx-rebirth/dxx-rebirth/issues/561#issuecomment-907876676>
2021-08-31 02:20:06 +00:00
..
d1x-rebirth.icns
d2x-rebirth.icns
Info.plist Add App Category entries to the plists. 2021-04-30 14:43:15 -06:00
messagebox.mm
SDLMain.h
tool_bundle.py Update tool_bundle.py membership test for SCons 4.2.0 2021-08-31 02:20:06 +00:00