Go to file
Kp 5d7796c344 Swap single/double quote due to Windows shell bug
Microsoft cmd.exe has strange quoting rules.  Where other shells treat
single quote as a quote character, cmd.exe seems to pass it through to
the underlying process.  This breaks the vers_id compilation with
strange error messages.  In practice, SCons does not need the
no-interpolation semantics that single quote provides, so switch to
double quote for compatibility with Windows.  This is probably slightly
less efficient on Bash, since it will now scan the value for expansions.
However, the efficiency loss is tiny compared to overhead elsewhere in
the build.
2016-01-19 04:29:34 +00:00
common Factor out primary/secondary search/reorder 2016-01-17 17:36:48 +00:00
contrib Add stub __attribute_always_inline to VS2013 header 2015-10-30 02:52:57 +00:00
d1x-rebirth Remove sprintf from D1 bmread.cpp 2016-01-09 16:38:16 +00:00
d2x-rebirth Remove sprintf from D2 bmread.cpp 2016-01-09 16:38:16 +00:00
Documentation Add TODO item for namespace changes 2015-12-18 04:08:24 +00:00
similar Factor out primary/secondary search/reorder 2016-01-17 17:36:48 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt corrected typo in COPYING.txt (it's to its) 2014-06-06 13:18:52 +02:00
GPL-3.txt Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
INSTALL.markdown Add basic instructions on building Rebirth 2015-09-26 21:17:14 +00:00
SConstruct Swap single/double quote due to Windows shell bug 2016-01-19 04:29:34 +00:00