diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-04-16 23:02:51 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-04-16 23:02:51 +0200 |
commit | 60c0bf9b1a5a6ee202eb40d2b66958bfe06be4a9 (patch) | |
tree | 7b0bdeb902ab6e22082740066d34a163963c646b /sw/util | |
parent | 3a66e8444c9086c53a27159a1a0edad3b6e85ff5 (diff) |
CWS gnumake2: move delivered header files from sfx2/inc to sfx2/inc/sfx2; removed unused code; avoid delivering sfx.srs to solver
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 08afadc10698..cf8b8f176e45 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -68,8 +68,7 @@ sw_res_files= \ $(SRS)$/unocore.srs \ $(SRS)$/utlui.srs \ $(SRS)$/web.srs \ - $(SRS)$/wrtsh.srs \ - $(SOLARCOMMONRESDIR)$/sfx.srs + $(SRS)$/wrtsh.srs RESLIB1NAME=sw RESLIB1IMAGES=$(PRJ)$/imglst $(PRJ)$/res @@ -342,9 +341,9 @@ SHL4STDLIBS= \ #target vba TARGET_VBA=vbaswobj -SHL5TARGET=$(TARGET_VBA)$(DLLPOSTFIX).uno +SHL5TARGET=$(TARGET_VBA).uno SHL5IMPLIB= i$(TARGET_VBA) - +SHL5DLLPRE= SHL5VERSIONMAP=$(TARGET_VBA).map SHL5DEF=$(MISC)$/$(SHL5TARGET).def DEF5NAME=$(SHL5TARGET) |