diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:39:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:39:39 +0000 |
commit | c2588a1b93e6b717dcfb92433fd943fef79ac744 (patch) | |
tree | 8a037e11ca1b93aabe547564d66b04e1d35d94d5 /crashrep | |
parent | 5df915911f53ab8eb073daae4f5b36f086d515c5 (diff) |
INTEGRATION: CWS ause069 (1.9.80); FILE MERGED
2006/12/04 16:45:11 hjs 1.9.80.2: RESYNC: (1.9-1.10); FILE MERGED
2006/12/01 17:39:01 hjs 1.9.80.1: #i70359# remove forced shell calls
Diffstat (limited to 'crashrep')
-rwxr-xr-x | crashrep/source/win32/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crashrep/source/win32/makefile.mk b/crashrep/source/win32/makefile.mk index a52f97f004d7..2acecc272a25 100755 --- a/crashrep/source/win32/makefile.mk +++ b/crashrep/source/win32/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: kz $ $Date: 2006-11-08 11:57:57 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:39:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -92,5 +92,5 @@ $(OBJ)$/soreport.obj: $(INCCOM)$/_version.h # using lngconvex.exe $(RCFILES) : $(LNGFILES) makefile.mk rcfooter.txt rcheader.txt rctemplate.txt ctrylnglist.txt - +lngconvex.exe -ulf $(ULFDIR)$/crashrep.ulf -rc $(RES)$/$(TARGET).rc -rct rctemplate.txt -rch rcheader.txt -rcf rcfooter.txt + lngconvex.exe -ulf $(ULFDIR)$/crashrep.ulf -rc $(RES)$/$(TARGET).rc -rct rctemplate.txt -rch rcheader.txt -rcf rcfooter.txt |