]> granicus.if.org Git - gc/commit
Default to non-executable memory allocation across all make scripts
authorIvan Maidanski <ivmai@mail.ru>
Tue, 18 Dec 2018 21:48:13 +0000 (00:48 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 21 Dec 2018 08:35:08 +0000 (11:35 +0300)
commita2b6f28dc52284949d97ed0fe21fe5f09b5b662f
tree53fdf5cce982ec41147777464c31ac24dd5f34ed
parent9ee9888036ee76c1b6c4b291c5da0c6af5073e7b
Default to non-executable memory allocation across all make scripts

This matches the policy of Makefile.direct, configure and CMakeLists.txt.

* BCC_MAKEFILE (defines): Add -D NO_EXECUTE_PERMISSION.
* NT_MAKEFILE (.c.obj): Likewise.
* OS2_MAKEFILE (CFLAGS): Likewise.
* WCC_MAKEFILE (DEFS): Likewise.
* digimars.mak (DEFINES): Likewise.
* gc.mak [$CFG=="gc - Win32 Release" || $CFG=="gc - Win32 Debug"]
(CPP_PROJ): Likewise.
BCC_MAKEFILE
NT_MAKEFILE
OS2_MAKEFILE
WCC_MAKEFILE
digimars.mak
gc.mak