diff options
author | Christian Lippka <cl@openoffice.org> | 2000-12-01 15:31:42 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-12-01 15:31:42 +0000 |
commit | 70495841a98366b5f8553cf83da658fc3f94d1ef (patch) | |
tree | 732b9c95213d56f18508768c2bf9fd0f8cb515a9 /svx | |
parent | 25872130a4d15275ff95ab4a4994529865363aae (diff) |
#80914# build numitem.cxx with exceptions
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/items/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/items/makefile.mk b/svx/source/items/makefile.mk index 3ffa293cfb0c..77109d91aa63 100644 --- a/svx/source/items/makefile.mk +++ b/svx/source/items/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: cl $ $Date: 2000-10-09 12:49:50 $ +# last change: $Author: cl $ $Date: 2000-12-01 16:31:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -112,7 +112,8 @@ SLOFILES= \ EXCEPTIONSFILES= \ $(SLO)$/paraitem.obj \ - $(OBJ)$/sxl_paraitem.obj + $(OBJ)$/sxl_paraitem.obj\ + $(SLO)$/numitem.obj SVXLIGHTOBJFILES= \ $(OBJ)$/frmitems.obj \ |