s/GRADE/GRADESTRING/ in a path name.

Estimated hours taken: 0.1
Branches: main, release

scripts/Mmake.vars.in:
	s/GRADE/GRADESTRING/ in a path name.
This commit is contained in:
Simon Taylor
2003-05-19 03:21:35 +00:00
parent fab55b5f2d
commit b235326b9f

View File

@@ -239,7 +239,7 @@ MS_CL_LIBS =
# MERCURY_STDLIB_DIR should be set by the `mmake' script.
MERC_C_INCL_DIR = $(MERCURY_STDLIB_DIR)/inc
MERC_DLL_DIR = $(MERCURY_STDLIB_DIR)/lib/$(GRADE)/@FULLARCH@
MERC_DLL_DIR = $(MERCURY_STDLIB_DIR)/lib/$(GRADESTRING)/@FULLARCH@
# MS_ILASM is the Microsoft IL assembler, which turns IL assembly code
# into bytecode.