equal
deleted
inserted
replaced
295 OPENWIN_HOME:=@OPENWIN_HOME@ |
295 OPENWIN_HOME:=@OPENWIN_HOME@ |
296 |
296 |
297 # The lowest required version of macosx to enforce compatiblity for |
297 # The lowest required version of macosx to enforce compatiblity for |
298 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@ |
298 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@ |
299 |
299 |
300 # There are two types: CC or CL |
300 # Toolchain type: gcc, clang, solstudio, lxc, microsoft... |
301 # CC is gcc and others behaving reasonably similar. |
301 TOOLCHAIN_TYPE:=@TOOLCHAIN_TYPE@ |
302 # CL is cl.exe only. |
|
303 COMPILER_TYPE:=@COMPILER_TYPE@ |
|
304 COMPILER_NAME:=@COMPILER_NAME@ |
|
305 |
302 |
306 # Option used to tell the compiler whether to create 32- or 64-bit executables |
303 # Option used to tell the compiler whether to create 32- or 64-bit executables |
307 COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@ |
304 COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@ |
308 COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@ |
305 COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@ |
309 |
306 |