diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2010-11-03 15:48:39 +0100 |
---|---|---|
committer | Thomas Klausner <wiz@NetBSD.org> | 2010-11-03 15:49:03 +0100 |
commit | 431eefb55d252808446761f28f33080bd5d5dcd9 (patch) | |
tree | 8867af25a271ae16c0a27d274245573a0f3703ec /sc/source/ui/attrdlg | |
parent | 6d58bb7ab4d51d13996e7abdfa64b4c3d642dfb7 (diff) |
Add many more files to EXCEPTIONSFILES, needed at least on NetBSD.
Diffstat (limited to 'sc/source/ui/attrdlg')
-rw-r--r-- | sc/source/ui/attrdlg/makefile.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sc/source/ui/attrdlg/makefile.mk b/sc/source/ui/attrdlg/makefile.mk index 9b4dc49de..a979840b6 100644 --- a/sc/source/ui/attrdlg/makefile.mk +++ b/sc/source/ui/attrdlg/makefile.mk @@ -42,12 +42,16 @@ CXXFILES = attrdlg.cxx \ tabpages.cxx \ condfrmt.cxx -SLOFILES = $(SLO)$/attrdlg.obj \ - $(SLO)$/tabpages.obj \ +SLOFILES = \ + $(EXCEPTIONSFILES) + +EXCEPTIONSFILES = \ + $(SLO)$/attrdlg.obj \ $(SLO)$/condfrmt.obj \ $(SLO)$/scabstdlg.obj \ - $(SLO)$/scuiexp.obj \ - $(SLO)$/scdlgfact.obj + $(SLO)$/scdlgfact.obj \ + $(SLO)$/scuiexp.obj \ + $(SLO)$/tabpages.obj LIB1TARGET = $(SLB)$/$(TARGET).lib |