summaryrefslogtreecommitdiff
path: root/builds/compiler/visualage.mk
diff options
context:
space:
mode:
Diffstat (limited to 'builds/compiler/visualage.mk')
-rw-r--r--builds/compiler/visualage.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/builds/compiler/visualage.mk b/builds/compiler/visualage.mk
index 3d07ac6ec..21ef12b27 100644
--- a/builds/compiler/visualage.mk
+++ b/builds/compiler/visualage.mk
@@ -3,7 +3,7 @@
#
-# Copyright 1996-2000 by
+# Copyright 1996-2000, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -15,7 +15,8 @@
# command line compiler name
#
-CC := icc
+CC := icc
+COMPILER_SEP := $(SEP)
# The object file extension (for standard and static libraries). This can be
@@ -71,6 +72,7 @@ ANSI_FLAGS := /Sa
# Library linking
#
#CLEAN_LIBRARY :=
-LINK_LIBRARY = lib /nologo /out:$@ $(OBJECTS_LIST)
+LINK_LIBRARY = lib /nologo /out:$(subst /,$(COMPILER_SEP),$@ $(OBJECTS_LIST))
+
# EOF