From f81f83ca12fec36a6cada7ddb8f7d2a885c90681 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 Mar 2007 12:04:40 +0000 Subject: INTEGRATION: CWS mingwport03 (1.5.6); FILE MERGED 2006/09/06 13:09:04 vg 1.5.6.1: #i53572# MinGW port --- idl/util/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'idl/util') 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 -- cgit