diff options
author | Matthias Huetsch [mhu] <matthias.huetsch@sun.com> | 2009-11-02 19:09:43 +0100 |
---|---|---|
committer | Matthias Huetsch [mhu] <matthias.huetsch@sun.com> | 2009-11-02 19:09:43 +0100 |
commit | d886d389f1531aadb4e81186ca5ceb3e8cb7c4ad (patch) | |
tree | f8a9dd9a74d2894b815ced5c61c4b0c594bd54e1 /store/workben | |
parent | aa4b05bffbcea6156c51f0c5ff936f87fc2f26a3 (diff) |
#i71568# #i108349# Remove unused StateBlock code.
Diffstat (limited to 'store/workben')
-rw-r--r-- | store/workben/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/store/workben/makefile.mk b/store/workben/makefile.mk index 4b58d26409a0..60f1bb9b2ffe 100644 --- a/store/workben/makefile.mk +++ b/store/workben/makefile.mk @@ -6,10 +6,6 @@ # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: makefile.mk,v $ -# -# $Revision: 1.6 $ -# # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify @@ -80,6 +76,7 @@ APP1OBJS= $(OBJ)$/t_file.obj APP1STDLIBS= $(STOREDBGLIB) APP1STDLIBS+= $(SALLIB) APP1DEPN= $(STOREDBGLIB) +APP1RPATH= UREBIN APP2TARGET= t_page APP2OBJS= $(OBJ)$/t_page.obj @@ -92,6 +89,7 @@ APP3OBJS= $(OBJ)$/t_base.obj APP3STDLIBS= $(STOREDBGLIB) APP3STDLIBS+= $(SALLIB) APP3DEPN= $(STOREDBGLIB) +APP3RPATH= UREBIN APP4TARGET= t_store APP4OBJS= $(OBJ)$/t_store.obj |