Commit graph

5 commits

Author SHA1 Message Date
Randy Heit
733b292130 - Added backpatching support to systems with mprotect() (e.g. Linux).
SVN r2412 (trunk)
2010-07-06 01:09:37 +00:00
Randy Heit
08216817e5 - Enable backpatching for VC++ builds of ZDBSP.
SVN r2411 (trunk)
2010-07-05 04:18:37 +00:00
Randy Heit
2de2b094ec ZDBSP:
- Add headers to generated CMake projects.
- Made SSELevel global so that ClassifyLineBackpatch can see it without being part of
  FNodeBuilder. With backpatching enabled, it's rather pointless to have a different one
  per nodebuilder instance, anyway.
- Change ClassifyLineBackpatch so it doesn't need any inline assembly to do its magic.
- Change the ClassifyLine functions to be extern "C" linkage.

SVN r2410 (trunk)
2010-07-04 21:11:25 +00:00
Randy Heit
983907fd20 - Fix ZDBSP compilation on non-Windows system. It tried to use the
viewer regardless of target OS.



SVN r2399 (trunk)
2010-07-01 00:00:55 +00:00
Randy Heit
f824fe7a86 - Use CMake build system for ZDBSP.
SVN r2393 (trunk)
2010-06-30 04:40:47 +00:00