]> granicus.if.org Git - gc/commit
Enable CMake-based build for Borland and Watcom compilers
authorIvan Maidanski <ivmai@mail.ru>
Wed, 17 Jul 2019 07:08:12 +0000 (10:08 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 17 Jul 2019 07:44:29 +0000 (10:44 +0300)
commit75fddffc0859dd769a49f6a413008e4ebd15a37d
treec642ed7294afa1344363ed6d4428c15abe0e5918
parentcb41dc5f66356cfebcac8ea0cfc388b324ca4252
Enable CMake-based build for Borland and Watcom compilers

Issue #105 (bdwgc).

* CMakeLists.txt [BORLAND] (add_compile_options): Specify /a4 and
/w /w-pro /w-aus /w-par /w-ccc /w-inl /w-rch; add comment.
* CMakeLists.txt [WATCOM] (add_compile_options): Specify /zp4 and /wx.
* CMakeLists.txt [enable_werror && BORLAND] (add_compile_options):
Specify /w!.
* CMakeLists.txt [enable_werror && WATCOM] (add_compile_options):
Specify /we.
* CMakeLists.txt [!enable_single_obj_compilation && !BUILD_SHARED_LIBS
&& BORLAND] (add_compile_options): Specify /w-use; add comment.
* CMakeLists.txt [build_tests && WATCOM] (gctest): Specify /wcd=13
/wcd=201 /wcd=367 /wcd=368 /wcd=726 target compile options; add comment.
* doc/README.win32 (Watcom compiler): Mention that OpenWatcom 2.0 is
tested on; remove note that cord is not ported; add note about the
new way to build the collector using CMake script.
CMakeLists.txt
doc/README.win32