]> granicus.if.org Git - gc/commit
Fix compilation by WCC makefile
authorIvan Maidanski <ivmai@mail.ru>
Thu, 31 May 2018 08:26:18 +0000 (11:26 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 8 Jul 2018 21:06:25 +0000 (00:06 +0300)
commitf04a9f0cdea30e626826286107426b24f684ece6
tree8fcf64b01410ef9252a0990a0b2c9ac5a783d083
parent8f5bcfdcda51d3f7f037feb0e84497b21424931d
Fix compilation by WCC makefile
(a cherry-pick of commit 46ea04d8 from 'master')

* WCC_MAKEFILE (CFLAGS, CXXFLAGS): Add -iinclude.
* WCC_MAKEFILE (CXXFLAGS, TEST_CXXFLAGS): Add -xs.
* WCC_MAKEFILE (gc_cpp.obj, test_cpp.obj): Remove -iinclude.
* WCC_MAKEFILE (test.obj): Pass tests\test.c instead of $*.c.
* WCC_MAKEFILE (test_cpp.obj): Pass tests\test_cpp.cc instead of $*.cc.
WCC_MAKEFILE