diff options
author | Matthias Huetsch <matthias.huetsch@sun.com> | 2009-11-02 19:09:43 +0100 |
---|---|---|
committer | Matthias Huetsch <matthias.huetsch@sun.com> | 2009-11-02 19:09:43 +0100 |
commit | c37d36714b5d7be909018bc93b3c38945800cffb (patch) | |
tree | 7f308a7402d124ec5915e0c235d34f1d2d241afb /store/workben/makefile.mk | |
parent | 58eb3421c54063496cc14e13ae9b2740212e30ab (diff) |
#i71568# Remove unused StateBlock code.
Diffstat (limited to 'store/workben/makefile.mk')
-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 4b58d2640..60f1bb9b2 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 |