diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-06-11 14:16:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-06-11 14:16:23 +0000 |
commit | ba14997db02ea6aee820fd8b454db1956c089c67 (patch) | |
tree | b73d7d563a0a2a36af6043eb8c51e4a28baa35ea /crashrep | |
parent | fe15c844e2dadf44df64b1818df7133bba76b7f6 (diff) |
INTEGRATION: CWS reportcompfix (1.4.32); FILE MERGED
2004/06/11 09:54:09 hro 1.4.32.1: #117060# Generate compiler version string dynamically
Diffstat (limited to 'crashrep')
-rwxr-xr-x | crashrep/source/win32/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crashrep/source/win32/makefile.mk b/crashrep/source/win32/makefile.mk index aae919a56909..8fe81542d9f7 100755 --- a/crashrep/source/win32/makefile.mk +++ b/crashrep/source/win32/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: vg $ $Date: 2003-12-17 19:29:46 $ +# last change: $Author: kz $ $Date: 2004-06-11 15:16:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,6 +92,8 @@ APP1NOSVRES=$(RES)$/$(TARGET).res .INCLUDE : target.mk +$(OBJ)$/soreport.obj: $(INCCOM)$/_version.h + # Generate the native Windows resource file # using lngconvex.exe |