equal
deleted
inserted
replaced
396 |
396 |
397 ifeq ($(ARCH), ia64) |
397 ifeq ($(ARCH), ia64) |
398 # SA will never be supported here. |
398 # SA will never be supported here. |
399 INCLUDE_SA = false |
399 INCLUDE_SA = false |
400 else |
400 else |
401 # Hopefully, SA will be supported here one of these days, |
401 INCLUDE_SA = true |
402 # and these will be changed to true. Until then, |
|
403 # to build SA on windows, do a control build with |
|
404 # BUILD_WIN_SA=1 |
|
405 # on the make command. |
|
406 ifdef BUILD_WIN_SA |
|
407 INCLUDE_SA = true |
|
408 else |
|
409 INCLUDE_SA = false |
|
410 endif |
|
411 endif |
402 endif |
412 |
403 |
413 # Settings for the VERSIONINFO tap on windows. |
404 # Settings for the VERSIONINFO tap on windows. |
414 VERSIONINFO_RESOURCE = $(BUILDDIR)/../src/windows/resource/version.rc |
405 VERSIONINFO_RESOURCE = $(BUILDDIR)/../src/windows/resource/version.rc |
415 |
406 |