Attention is currently required from: Nico Huber, Miklós Márton, Angel Pons.
1 comment:
File Makefile:
# hack to access env variable containing brackets...
PROGRAMFILES_X86DIR = $(shell env | sed -n "s/^PROGRAMFILES(X86)=//p")
ifneq ($(PROGRAMFILES_X86DIR),)
ifneq ($(PROGRAMFILES_X86DIR), ${PROGRAMFILES})
NI845X_LIBS += -L'$(PROGRAMFILES_X86DIR)\National Instruments\NI-845x\MS Visual C'
NI845X_INCLUDES += -I'$(PROGRAMFILES_X86DIR)\National Instruments\NI-845x\MS Visual C'
endif
endif
I would like to maintain this unless Miklós agrees that it's not really needed […]
I've added this. I hope this is a acceptable compromise between newer readable code and the old behavior.
To view, visit change 59047. To unsubscribe, or for help writing mail filters, visit settings.