diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 02:10:48 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 02:10:48 +0000 |
commit | 9bd2fbfae00092236243a5dcfff900714ac78e8a (patch) | |
tree | b112cc9a23981055783e362895577961dc4a32aa /crashrep/source/win32 | |
parent | 6df75172feafafc726d8b6bd510448727a31e2ab (diff) |
INTEGRATION: CWS mergebuild (1.4.22); FILE MERGED
2004/06/14 11:01:33 hjs 1.4.22.2: #i8252# adopt to merge on the fly
2004/06/07 14:17:16 ihi 1.4.22.1: #i8252# Iso Code update
Diffstat (limited to 'crashrep/source/win32')
-rwxr-xr-x | crashrep/source/win32/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crashrep/source/win32/makefile.mk b/crashrep/source/win32/makefile.mk index 8fe81542d9f7..028bdef32a02 100755 --- a/crashrep/source/win32/makefile.mk +++ b/crashrep/source/win32/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: kz $ $Date: 2004-06-11 15:16:23 $ +# last change: $Author: hjs $ $Date: 2004-06-26 03:10:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,7 +67,7 @@ OBJFILES=\ $(OBJ)$/soreport.obj\ $(OBJ)$/base64.obj -LNGFILES=..$/all$/crashrep.lng +LNGFILES=..$/all$/crashrep.ulf APP1OBJS=$(OBJFILES) @@ -98,5 +98,5 @@ $(OBJ)$/soreport.obj: $(INCCOM)$/_version.h # using lngconvex.exe $(RCFILES) : $(LNGFILES) makefile.mk rcfooter.txt rcheader.txt rctemplate.txt ctrylnglist.txt - +lngconvex.exe -lng ..\all\crashrep.lng -rc $(TARGET).rc -c ctrylnglist.txt -rct rctemplate.txt -rch rcheader.txt -rcf rcfooter.txt + +lngconvex.exe -lng $(COMMONMISC)$/crash_res$/crashrep.ulf -rc $(TARGET).rc -c ctrylnglist.txt -rct rctemplate.txt -rch rcheader.txt -rcf rcfooter.txt |