diff options
-rwxr-xr-x | embedserv/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embedserv/util/makefile.mk b/embedserv/util/makefile.mk index f1d82762f26b..e15e1fb7fbd8 100755 --- a/embedserv/util/makefile.mk +++ b/embedserv/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2003-05-22 09:22:02 $ +# last change: $Author: obo $ $Date: 2003-10-10 08:04:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,7 +98,7 @@ SHL1STDLIBS=\ uuid.lib \ oleaut32.lib -.IF "$(COMEX)"=="8" +.IF "$(COMEX)"=="8" || "$(COMEX)"=="10" SHL1STDLIBS+= advapi32.lib \ $(COMPATH)$/atlmfc$/lib$/atls.lib .ENDIF |