equal
deleted
inserted
replaced
284 X_CFLAGS:=@X_CFLAGS@ |
284 X_CFLAGS:=@X_CFLAGS@ |
285 X_LIBS:=@X_LIBS@ |
285 X_LIBS:=@X_LIBS@ |
286 OPENWIN_HOME:=@OPENWIN_HOME@ |
286 OPENWIN_HOME:=@OPENWIN_HOME@ |
287 |
287 |
288 # The lowest required version of macosx to enforce compatiblity for |
288 # The lowest required version of macosx to enforce compatiblity for |
289 MACOSX_REQUIRED_VERSION=@MACOSX_REQUIRED_VERSION@ |
289 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@ |
290 |
290 |
291 # There are two types: CC or CL |
291 # There are two types: CC or CL |
292 # CC is gcc and others behaving reasonably similar. |
292 # CC is gcc and others behaving reasonably similar. |
293 # CL is cl.exe only. |
293 # CL is cl.exe only. |
294 COMPILER_TYPE:=@COMPILER_TYPE@ |
294 COMPILER_TYPE:=@COMPILER_TYPE@ |