summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorPhilipp Lohmann <Philipp.Lohmann@Sun.COM>2009-10-10 10:54:44 +0200
committerPhilipp Lohmann <Philipp.Lohmann@Sun.COM>2009-10-10 10:54:44 +0200
commitc51056b55e537374e1b279df87221deb06c144c8 (patch)
tree6631494b3037ffaedabd42691ab943059e3324da /basic
parent02a9bf4e43059aeac60b8cc8ae7e98c98df96f92 (diff)
add exceptions to printer.cxx
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/app/makefile.mk b/basic/source/app/makefile.mk
index 13c3b4a8b507..3a52f402b329 100644
--- a/basic/source/app/makefile.mk
+++ b/basic/source/app/makefile.mk
@@ -61,6 +61,7 @@ OBJFILES = \
EXCEPTIONSFILES = \
$(OBJ)$/app.obj \
+ $(OBJ)$/printer.obj \
$(OBJ)$/process.obj
.IF "$(GUI)" == "WNT"