diff --git a/configure/RULES.ioc b/configure/RULES.ioc index 6b2150fcb..1024fcb22 100644 --- a/configure/RULES.ioc +++ b/configure/RULES.ioc @@ -18,16 +18,17 @@ ifeq ($(filter $(ARCH),$(BUILD_ARCHS)),$(ARCH)) buildInstall$(DIVIDER)$(ARCH) buildInstall: $(TARGETS) clean$(DIVIDER)$(ARCH) clean: - $(RM) cdCommands envPaths dllPath.bat + $(RM) cdCommands envPaths dllPath.bat relPaths.sh else buildInstall$(DIVIDER)$(ARCH) buildInstall: clean$(DIVIDER)$(ARCH) clean: endif -cdCommands envPaths dllPath.bat: $(wildcard $(TOP)/configure/RELEASE*) \ +cdCommands envPaths dllPath.bat relPaths.sh: \ + $(wildcard $(TOP)/configure/RELEASE*) \ $(wildcard $(TOP)/configure/CONFIG_SITE*) $(INSTALL_BIN) $(CONVERTRELEASE) -a $(ARCH) -t $(IOCS_APPL_TOP) $@ realclean: - $(RM) cdCommands envPaths dllPath.bat + $(RM) cdCommands envPaths dllPath.bat relPaths.sh diff --git a/configure/os/CONFIG.windows-x64.windows-x64-debug b/configure/os/CONFIG.windows-x64.windows-x64-debug new file mode 100644 index 000000000..d9f675aac --- /dev/null +++ b/configure/os/CONFIG.windows-x64.windows-x64-debug @@ -0,0 +1,12 @@ +# CONFIG.windows-x64.windows-x64-debug +# +# $Revision-Id$ +# This file is maintained by the build community. +# +# Definitions for windows-x64 compiler host - windows-x64 debug compiler target builds +# Sites may override these definitions in CONFIG_SITE.windows-x64.windows-x64-debug +#------------------------------------------------------- + +include $(CONFIG)/os/CONFIG.windows-x64.windows-x64 + +HOST_OPT=NO diff --git a/src/ca/client/CAref.html b/src/ca/client/CAref.html index bdfa33376..6f8eb8e5e 100644 --- a/src/ca/client/CAref.html +++ b/src/ca/client/CAref.html @@ -109,7 +109,7 @@ $Date$