diff options
Diffstat (limited to 'codemaker/source/idlmaker/makefile.mk')
-rw-r--r-- | codemaker/source/idlmaker/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/codemaker/source/idlmaker/makefile.mk b/codemaker/source/idlmaker/makefile.mk index 83977c7d6d37..6a9b4702b953 100644 --- a/codemaker/source/idlmaker/makefile.mk +++ b/codemaker/source/idlmaker/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: mm $ $Date: 2000-09-21 07:43:11 $ +# last change: $Author: jsc $ $Date: 2001-03-13 12:04:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -89,7 +89,7 @@ APP1OBJS= $(OBJ)$/idlmaker.obj \ APP1STDLIBS=\ $(SALLIB) \ - $(VOSLIB) \ + $(SALHELPERLIB) \ $(REGLIB) \ $(STDLIBCPP) |