summaryrefslogtreecommitdiff
path: root/desktop/win32/source
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/win32/source')
-rw-r--r--desktop/win32/source/guiloader/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/desktop/win32/source/guiloader/makefile.mk b/desktop/win32/source/guiloader/makefile.mk
index 7d94861722fa..6f2a6705aa92 100644
--- a/desktop/win32/source/guiloader/makefile.mk
+++ b/desktop/win32/source/guiloader/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: obo $ $Date: 2008-01-04 16:22:24 $
+# last change: $Author: ihi $ $Date: 2008-01-15 13:33:29 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -67,10 +67,12 @@ APP2OBJS=$(OBJ)$/genericloader.obj $(OBJ)$/extendloaderenvironment.obj
STDLIB2=$(SHLWAPILIB)
# Until every DLL is linked against $(DELAYLOADOBJ) just as on wntmsci10:
-.IF "$(OS)$(COM)$(CPU)$(COMEX)" == "WNTMSCI11"
+.IF "$(OS)$(COM)$(CPU)" == "WNTMSCI"
+.IF "$(CCNUMVER)" > "001399999999"
APP1OBJS+=$(L)$/delayload.obj
APP2OBJS+=$(L)$/delayload.obj
.ENDIF
+.ENDIF
# --- Targets ------------------------------------------------------