summaryrefslogtreecommitdiff
path: root/crashrep/source/unx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-11 12:59:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-11 12:59:29 +0000
commit5de2cbdb3318f8c5d7a6485c6399bb27c11d60d8 (patch)
tree403bddf3f13113bb7649eba52a9a2a53627cf99f /crashrep/source/unx
parent890cbd61736650cdc1f3a334c1ad1305057ba858 (diff)
#100000# use locally generated _version.h
Diffstat (limited to 'crashrep/source/unx')
-rwxr-xr-xcrashrep/source/unx/main.cxx6
-rwxr-xr-xcrashrep/source/unx/makefile.mk5
2 files changed, 6 insertions, 5 deletions
diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx
index 393380534e3f..7286618403ee 100755
--- a/crashrep/source/unx/main.cxx
+++ b/crashrep/source/unx/main.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: main.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-07-02 14:11:07 $
+ * last change: $Author: vg $ $Date: 2003-07-11 13:59:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,7 +61,7 @@
#include <interface.hxx>
#include <cstdio>
#include <sys/utsname.h>
-#include <vcl/_version.h>
+#include <_version.h>
#include <errno.h>
#include <string>
#include <string.h>
diff --git a/crashrep/source/unx/makefile.mk b/crashrep/source/unx/makefile.mk
index 468e883777c3..69ae901a493d 100755
--- a/crashrep/source/unx/makefile.mk
+++ b/crashrep/source/unx/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: vg $ $Date: 2003-07-02 14:11:19 $
+# last change: $Author: vg $ $Date: 2003-07-11 13:59:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -91,6 +91,7 @@ CFLAGS+=`pkg-config --cflags gtk+-2.0`
SOLARLIB!:=$(SOLARLIB:s/jre/jnore/)
+$(OBJ)$/main.obj: $(INCCOM)$/_version.h
OBJFILES=\
$(OBJ)$/interface.obj \
$(OBJ)$/res.obj \