diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-23 11:29:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-23 11:29:51 +0000 |
commit | 0d5d39e101e37ee1ffeda5c1b2059416174e0628 (patch) | |
tree | 0e9f8b2881d6a691476012f0a98697a6e1b8efc2 /shell | |
parent | 75a792411d98d63268b4d93781b7b72edbb15666 (diff) |
INTEGRATION: CWS obr04 (1.5.68); FILE MERGED
2007/01/11 08:29:46 obr 1.5.68.2: RESYNC: (1.5-1.6); FILE MERGED
2006/12/22 07:37:35 obr 1.5.68.1: PRJNAME fixed
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/workbench/makefile.mk | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/shell/source/win32/workbench/makefile.mk b/shell/source/win32/workbench/makefile.mk index 84f3d99cb587..988f09c3e24a 100644 --- a/shell/source/win32/workbench/makefile.mk +++ b/shell/source/win32/workbench/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2007-01-02 16:14:06 $ +# last change: $Author: obo $ $Date: 2007-01-23 12:29:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -35,14 +35,13 @@ PRJ=..$/..$/.. -PRJNAME= sysshell -TARGET= testsyssh -TARGET1= testsmplmail -TARGET2= testprx -TARGET4= testfopen -LIBTARGET= NO -TARGETTYPE= CUI - +PRJNAME=shell +TARGET=testsyssh +TARGET1=testsmplmail +TARGET2=testprx +TARGET4=testfopen +LIBTARGET=NO +TARGETTYPE=CUI # --- Settings ----------------------------------------------------- |