openfoam/wmake
Mark Olesen 8928ac54bd COMP: use standard compiler macros when distinguishing the OS
- replace (darwin) with (__APPLE__)
- replace (solarisGcc) with (__sun__ && __GNUC__)
- instead of 'darwin' -> '__APPLE'

- cease with passing a -D$(WM_ARCH) define since this adds no useful
  additional information and isn't used anywhere.

Reference
http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system

--

COMP: Extend size disambiguation on long (#1238)
2019-04-12 18:42:30 +02:00
..
makefiles COMP: manage cpu architecture with cARCH, c++ARCH internal make variables 2019-04-12 12:59:11 +02:00
rules COMP: use standard compiler macros when distinguishing the OS 2019-04-12 18:42:30 +02:00
scripts CONFIG: wmake -show-xyz in more places (issue #1256) 2019-04-12 11:02:30 +02:00
src BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
wclean BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
wcleanBuild STYLE: minor adjustments in wmake scripts. 2018-07-22 18:28:29 +02:00
wcleanLnIncludeAll BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
wcleanPlatform STYLE: minor adjustments in wmake scripts. 2018-07-22 18:28:29 +02:00
wdep BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
wmake COMP: manage cpu architecture with cARCH, c++ARCH internal make variables 2019-04-12 12:59:11 +02:00
wmakeBuildInfo CONFIG: remove bash dependency from wmakeBuildInfo (fixes #1152) 2019-01-06 10:50:37 +01:00
wmakeCheckPwd BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
wmakeCollect BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
wmakeLnInclude BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
wmakeLnIncludeAll BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
wrmdep BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
wrmo BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00