diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/cmdmail/makefile.mk | 6 | ||||
-rw-r--r-- | shell/source/unix/exec/makefile.mk | 6 | ||||
-rw-r--r-- | shell/source/win32/makefile.mk | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/shell/source/cmdmail/makefile.mk b/shell/source/cmdmail/makefile.mk index afec3ba67da5..8633a2e160cb 100644 --- a/shell/source/cmdmail/makefile.mk +++ b/shell/source/cmdmail/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: obr $ $Date: 2001-06-26 08:49:57 $ +# last change: $Author: jbu $ $Date: 2002-10-01 11:26:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,7 +66,7 @@ TARGET=cmdmail LIBTARGET=NO ENABLE_EXCEPTIONS=TRUE COMP1TYPELIST=$(TARGET) -COMPRDB=$(SOLARBINDIR)$/applicat.rdb +COMPRDB=$(SOLARBINDIR)$/types.rdb # --- Settings ----------------------------------------------------- diff --git a/shell/source/unix/exec/makefile.mk b/shell/source/unix/exec/makefile.mk index db943c99f3c6..c2bdbaafbd86 100644 --- a/shell/source/unix/exec/makefile.mk +++ b/shell/source/unix/exec/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: obr $ $Date: 2001-06-20 13:55:05 $ +# last change: $Author: jbu $ $Date: 2002-10-01 11:29:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,7 +66,7 @@ TARGET=syssh LIBTARGET=NO ENABLE_EXCEPTIONS=TRUE COMP1TYPELIST=$(TARGET) -COMPRDB=$(SOLARBINDIR)$/applicat.rdb +COMPRDB=$(SOLARBINDIR)$/types.rdb # --- Settings ----------------------------------------------------- diff --git a/shell/source/win32/makefile.mk b/shell/source/win32/makefile.mk index 9b0266582aab..9f5a79262033 100644 --- a/shell/source/win32/makefile.mk +++ b/shell/source/win32/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hro $ $Date: 2002-08-26 14:16:03 $ +# last change: $Author: jbu $ $Date: 2002-10-01 11:28:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,7 +66,7 @@ TARGET=syssh LIBTARGET=NO ENABLE_EXCEPTIONS=TRUE COMP1TYPELIST=$(TARGET) -COMPRDB=$(SOLARBINDIR)$/applicat.rdb +COMPRDB=$(SOLARBINDIR)$/types.rdb # --- Settings ----------------------------------------------------- @@ -78,7 +78,7 @@ COMPRDB=$(SOLARBINDIR)$/applicat.rdb SLOFILES=$(SLO)$/SysShentry.obj\ $(SLO)$/SysShExec.obj - + SHL1TARGET=$(TARGET) SHL1STDLIBS=$(CPPULIB)\ |