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>
Thu, 31 May 2018 08:26:18 +0000 (11:26 +0300)
commit46ea04d8e548bdc9df192712ea13f762d4a5a9d4
treed0ba08103cf7e9f0c7d9cb305be4496bda266fd1
parent69c0495cbd08ad8050a70c73d8c0e53e472fc730
Fix compilation by WCC makefile

* 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