wmake: Removed the cpp processing of the Make/options file

so that it can be included directly into the wmake Makefile to allow full
support of gmake syntax, variables, functions etc.

The Make/files file handled in the same manner as the Make/options file if it
contains the SOURCE entry otherwise it is first processed by cpp for backward
compatibility.
This commit is contained in:
Henry Weller
2020-12-09 13:35:14 +00:00
parent 4eddb8b164
commit 30e6e02d29
25 changed files with 75 additions and 92 deletions

View File

@ -1,2 +0,0 @@
/* EXE_INC = */
/* EXE_LIBS = */

View File

@ -1,3 +0,0 @@
EXE_INC = /*-DFULLDEBUG -O0 -g*/ \
EXE_LIBS =

View File

@ -1,7 +1,3 @@
/*
check for consistent behaviour with non-optimized code
*/
# Check for consistent behaviour with non-optimized code
EXE_INC = \
-DFULLDEBUG -g -O0

View File

@ -1 +0,0 @@
EXE_INC = /* -DFULLDEBUG -g -O0 */

View File

@ -1,6 +1,3 @@
/*
check for consistent behaviour with non-optimized code
*/
# Check for consistent behaviour with non-optimized code
EXE_INC = \
-DFULLDEBUG -g -O0