From c2588a1b93e6b717dcfb92433fd943fef79ac744 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 11:39:39 +0000 Subject: 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 --- crashrep/source/win32/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crashrep/source/win32') 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 -- cgit