diff options
-rw-r--r-- | shell/source/unix/exec/makefile.mk | 5 | ||||
-rw-r--r-- | shell/source/win32/makefile.mk | 7 |
2 files changed, 4 insertions, 8 deletions
diff --git a/shell/source/unix/exec/makefile.mk b/shell/source/unix/exec/makefile.mk index 65d795849d1f..23822260078c 100644 --- a/shell/source/unix/exec/makefile.mk +++ b/shell/source/unix/exec/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:53:46 $ +# last change: $Author: vg $ $Date: 2006-05-24 14:04:52 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -41,7 +41,6 @@ LIBTARGET=NO ENABLE_EXCEPTIONS=TRUE COMP1TYPELIST=syssh -COMPRDB=$(SOLARBINDIR)$/types.rdb # --- Settings ----------------------------------------------------- diff --git a/shell/source/win32/makefile.mk b/shell/source/win32/makefile.mk index a663ff4c3584..55d5efc92be8 100644 --- a/shell/source/win32/makefile.mk +++ b/shell/source/win32/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:57:53 $ +# last change: $Author: vg $ $Date: 2006-05-24 14:05:07 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,6 @@ TARGET=syssh LIBTARGET=NO ENABLE_EXCEPTIONS=TRUE COMP1TYPELIST=$(TARGET) -COMPRDB=$(SOLARBINDIR)$/types.rdb # --- Settings ----------------------------------------------------- @@ -47,8 +46,6 @@ COMPRDB=$(SOLARBINDIR)$/types.rdb # --- Files -------------------------------------------------------- -#.INCLUDE : ..$/cppumaker.mk - SLOFILES=$(SLO)$/SysShentry.obj\ $(SLO)$/SysShExec.obj |