diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:13:27 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:13:27 +0000 |
commit | 8ce25f3e2eecf391d35cb6515b0f5563db1f91f7 (patch) | |
tree | 0e92d3bf14a9941c0c655181f1709e49be33f3e2 /starmath/util | |
parent | a7c5fd3657b74d27e507ee1d5e5a514aa7e4bd19 (diff) |
INTEGRATION: CWS mingwport03 (1.17.124); FILE MERGED
2006/09/07 10:38:51 vg 1.17.124.1: #i53572# MinGW port
Diffstat (limited to 'starmath/util')
-rw-r--r-- | starmath/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk index 0fa61c1ad8aa..72caf2748bbd 100644 --- a/starmath/util/makefile.mk +++ b/starmath/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: rt $ $Date: 2005-09-07 15:16:11 $ +# last change: $Author: vg $ $Date: 2007-03-26 14:13:27 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -104,7 +104,9 @@ SHL1DEPN= makefile.mk SHL1LIBS= $(SLB)$/starmath.lib .IF "$(GUI)" != "UNX" +.IF "$(GUI)$(COM)" != "WNTGCC" SHL1OBJS= $(SLO)$/smdll.obj +.ENDIF .ENDIF # ! UNX .IF "$(GUI)" == "WNT" |