equal
deleted
inserted
replaced
279 |
279 |
280 # Necessary additional compiler flags to compile X11 |
280 # Necessary additional compiler flags to compile X11 |
281 X_CFLAGS:=@X_CFLAGS@ |
281 X_CFLAGS:=@X_CFLAGS@ |
282 X_LIBS:=@X_LIBS@ |
282 X_LIBS:=@X_LIBS@ |
283 OPENWIN_HOME:=@OPENWIN_HOME@ |
283 OPENWIN_HOME:=@OPENWIN_HOME@ |
|
284 |
|
285 # The lowest required version of macosx to enforce compatiblity for |
|
286 MACOSX_REQUIRED_VERSION=@MACOSX_REQUIRED_VERSION@ |
284 |
287 |
285 # There are two types: CC or CL |
288 # There are two types: CC or CL |
286 # CC is gcc and others behaving reasonably similar. |
289 # CC is gcc and others behaving reasonably similar. |
287 # CL is cl.exe only. |
290 # CL is cl.exe only. |
288 COMPILER_TYPE:=@COMPILER_TYPE@ |
291 COMPILER_TYPE:=@COMPILER_TYPE@ |