Hi, Is the makefile 'export' directive supported by dmake? If so, what would be the proper syntax? Below is a portion of a makefile. On Win32 running dmake these ENV vars fail to export. (Please cc me on any responses as I'm not subscribed to the list.)
Kind Regards, Chris export __INTRANET_TMPL_DIR__ := $(DESTDIR)/home/uname/koha.3.2/koha-tmpl/intranet-tmpl export __MISC_DIR__ := $(DESTDIR)/tmp/koha-tmp/misc export __ZEBRA_CONF_DIR__ := $(DESTDIR)/tmp/koha-tmp/etc/zebradb export __AUTH_INDEX_MODE__ := dom export __DB_PASS__ := secret export __INSTALL_PAZPAR2__ := no export __PATH_TO_ZEBRA__ := /usr/bin export __INSTALL_ZEBRA__ := yes
