summaryrefslogtreecommitdiff
path: root/builds/compiler/intelc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'builds/compiler/intelc.mk')
-rw-r--r--builds/compiler/intelc.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/builds/compiler/intelc.mk b/builds/compiler/intelc.mk
index 0c3088a73..954dcf64c 100644
--- a/builds/compiler/intelc.mk
+++ b/builds/compiler/intelc.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 @@
# compiler command line name
#
-CC := icl
+CC := icl
+COMPILER_SEP := $(SEP)
# The object file extension (for standard and static libraries). This can be
@@ -79,6 +80,7 @@ ANSIFLAGS := /Qansi /Za
# Library linking
#
#CLEAN_LIBRARY =
-LINK_LIBRARY = lib /nologo /out:$@ $(OBJECTS_LIST)
+LINK_LIBRARY = lib /nologo /out:$(subst /,$(COMPILER_SEP),$@ $(OBJECTS_LIST))
+
# EOF