summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2002-11-20 12:56:49 +0000
committerGregor Hartmann <gh@openoffice.org>2002-11-20 12:56:49 +0000
commit76853e09028007ee85adf19dbc0816e68a73e6a4 (patch)
treea03a63fe61d8d30203e26df6adb0626ad8e87d41 /automation
parent2253d1ac51944beae54e662b46c0dd75959eaa32 (diff)
#104916#fix for unx
Diffstat (limited to 'automation')
-rw-r--r--automation/source/miniapp/makefile.mk13
-rw-r--r--automation/source/miniapp/testapp.cxx6
2 files changed, 12 insertions, 7 deletions
diff --git a/automation/source/miniapp/makefile.mk b/automation/source/miniapp/makefile.mk
index 2a6d2c2d5d78..0e1c6b891b60 100644
--- a/automation/source/miniapp/makefile.mk
+++ b/automation/source/miniapp/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: mh $ $Date: 2002-11-18 11:17:42 $
+# last change: $Author: gh $ $Date: 2002-11-20 13:56:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,13 +76,18 @@ TARGET=miniapp
CXXFILES = \
testapp.cxx \
editwin.cxx \
- servres.cxx \
+ servres.cxx
OBJFILES = \
$(OBJ)$/testapp.obj \
$(OBJ)$/editwin.obj \
- $(OBJ)$/servres.obj \
+ $(OBJ)$/servres.obj
+
+
+EXCEPTIONSFILES= \
+ $(OBJ)$/testapp.obj
+
SRCFILES = \
servres.src
diff --git a/automation/source/miniapp/testapp.cxx b/automation/source/miniapp/testapp.cxx
index 89df1dbac6d2..390226a6f4ab 100644
--- a/automation/source/miniapp/testapp.cxx
+++ b/automation/source/miniapp/testapp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testapp.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: gh $ $Date: 2002-11-20 11:28:44 $
+ * last change: $Author: gh $ $Date: 2002-11-20 13:56:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,7 @@
#ifndef _SVT_FILEDLG_HXX //autogen
#include <svtools/filedlg.hxx>
#endif
-
+#include <stdio.h>
#ifndef _MSGBOX_HXX //autogen
#include <vcl/msgbox.hxx>
#endif