Make sure all the makefiles define the UNIX_OR_WIN32 variable. (#775)

master
shindere 2016-08-23 18:36:32 +02:00 committed by Alain Frisch
parent 365ad1e3cf
commit c0aeb5600f
4 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,7 @@ NATDYNLINK=true
CMXS=cmxs
RUNTIMED=noruntimed
ASM_CFI_SUPPORTED=false
UNIX_OR_WIN32=win32
UNIXLIB=win32unix
GRAPHLIB=win32graph
FLAMBDA=false

View File

@ -83,6 +83,7 @@ NATDYNLINK=true
CMXS=cmxs
RUNTIMED=noruntimed
ASM_CFI_SUPPORTED=false
UNIX_OR_WIN32=win32
UNIXLIB=win32unix
GRAPHLIB=win32graph
FLAMBDA=false

View File

@ -77,6 +77,7 @@ CMXS=cmxs
NATDYNLINK=true
RUNTIMED=noruntimed
ASM_CFI_SUPPORTED=false
UNIX_OR_WIN32=win32
UNIXLIB=win32unix
GRAPHLIB=win32graph
FLAMBDA=false

View File

@ -76,6 +76,7 @@ CMXS=cmxs
NATDYNLINK=true
RUNTIMED=noruntimed
ASM_CFI_SUPPORTED=false
UNIX_OR_WIN32=win32
UNIXLIB=win32unix
GRAPHLIB=win32graph
FLAMBDA=false