diff options
Diffstat (limited to 'idl')
-rw-r--r-- | idl/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/idl/util/makefile.mk b/idl/util/makefile.mk index 59b5b6db2a95..d26459fbdca7 100644 --- a/idl/util/makefile.mk +++ b/idl/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: ihi $ $Date: 2006-06-29 11:19:04 $ +# last change: $Author: vg $ $Date: 2007-03-26 13:04:40 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -59,9 +59,11 @@ APP1STDLIBS= \ APP1LIBS= $(LB)$/$(TARGET).lib .IF "$(GUI)" != "UNX" +.IF "$(COM)"!="GCC" APP1OBJS= $(OBJ)$/svidl.obj \ $(OBJ)$/command.obj .ENDIF +.ENDIF .IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD" APP1STDLIBS+=-lcrypt |