diff options
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/makefile.mk | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index d583df29cb..26387b4e25 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.60 $ +# $Revision: 1.61 $ # -# last change: $Author: kz $ $Date: 2007-05-10 16:27:59 $ +# last change: $Author: vg $ $Date: 2007-05-22 16:41:25 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -73,6 +73,7 @@ sw_res_files= \ $(SRS)$/table.srs \ $(SRS)$/uiview.srs \ $(SRS)$/undo.srs \ + $(SRS)$/unocore.srs \ $(SRS)$/utlui.srs \ $(SRS)$/web.srs \ $(SRS)$/wrtsh.srs \ @@ -102,11 +103,6 @@ LIB1TARGET =$(SLB)$/swall.lib LIB1OBJFILES= $(OUT)$/slo$/swmodule.obj \ $(OUT)$/slo$/swdll.obj -.IF "$(OS)"!="MACOSX" -# static libraries -SHL1STDLIBS+= $(SCHLIB) -.ENDIF - # dynamic libraries SHL1STDLIBS+= \ $(SVXLIB) \ @@ -135,11 +131,6 @@ SHL1STDLIBS+= \ $(AVMEDIALIB) \ $(XML2LIB) -.IF "$(OS)"=="MACOSX" -# static libraries at end for OS X -SHL1STDLIBS+= $(SCHLIB) -.ENDIF - .IF "$(GUI)"=="WNT" SHL1STDLIBS+= $(ADVAPI32LIB) .ENDIF # WNT |