diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-16 07:52:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-16 07:52:30 +0000 |
commit | 28c48df326abe1bd7643f84bdedee65e29b23c60 (patch) | |
tree | 4edd28c105c56f586c201f48d672ba3695f45660 /tools/util | |
parent | 811f0dd5192132292ed851f1a4fc4eb672ab3bb1 (diff) |
#65293#: clean up
Diffstat (limited to 'tools/util')
-rw-r--r-- | tools/util/makefile.mk | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/tools/util/makefile.mk b/tools/util/makefile.mk index 7d38b60c2a9f..3adf9989b018 100644 --- a/tools/util/makefile.mk +++ b/tools/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2001-09-13 09:31:49 $ +# last change: $Author: hr $ $Date: 2001-10-16 08:52:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -106,9 +106,6 @@ HXX9FILES= $(INCGUI)$/svwin.h \ $(INCGUI)$/postwin.h \ $(INCGUI)$/prewin.h .ENDIF -.IF "$(GUI)" == "OS2" -HXX9FILES= $(INCGUI)$/svpm.h -.ENDIF HXX10FILES= $(INC)$/errinf.hxx $(INC)$/errcode.hxx $(INC)$/string.hxx HXX11FILES= $(INC)$/urlobj.hxx HXX12FILES= $(INC)$/bigint.hxx @@ -127,13 +124,8 @@ LIB3ARCHIV= $(LB)$/libstdstrm.a LIB3FILES= $(LB)$/stream.lib .ENDIF # "$(UPDATER)"!="" -.IF "$(GUI)"!="UNX" MEMMGRLIB=$(LB)$/memmgr.lib MEMMGRSLB=$(SLB)$/memmgr.lib -.ELSE -MEMMGRLIB= -MEMMGRSLB= -.ENDIF .IF "$(UPDATER)"!="" @@ -203,14 +195,6 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1IMPLIB= itools SHL1STDLIBS+= $(SALLIB) $(VOSLIB) -.IF "$(GUI)" == "OS2" -SHL1OBJS= $(SLO)\memmgr.obj -.ENDIF -.IF "$(GUI)"=="WIN" -SHL1OBJS= $(SLO)\memmgr.obj -.ENDIF # "$(GUI)"=="WIN" - - .IF "$(GUI)"=="WNT" SHL1STDLIBS+= shell32.lib \ mpr.lib \ |