diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-07-30 15:24:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-07-30 15:24:34 +0000 |
commit | b3a14bd2f776e323bbd6858279537c4bbcc92d73 (patch) | |
tree | 23512386272f7c275aa933bcfb21dce3eb2857f1 /crashrep/source/win32 | |
parent | 30d0fc2b855f5656123ce207845b7bace209255e (diff) |
INTEGRATION: CWS enusencoding (1.6.2); FILE MERGED
2004/07/20 16:54:59 ihi 1.6.2.1: #i31788# Native Windows rc file hack
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 028bdef32a02..0c257fe6f8dc 100755 --- a/crashrep/source/win32/makefile.mk +++ b/crashrep/source/win32/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2004-06-26 03:10:48 $ +# last change: $Author: kz $ $Date: 2004-07-30 16:24:34 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -59,7 +59,7 @@ TARGETTYPE=GUI # --- Resources ---------------------------------------------------- -RCFILES=$(TARGET).rc +RCFILES=$(RES)$/$(TARGET).rc # --- Files -------------------------------------------------------- @@ -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 $(COMMONMISC)$/crash_res$/crashrep.ulf -rc $(TARGET).rc -c ctrylnglist.txt -rct rctemplate.txt -rch rcheader.txt -rcf rcfooter.txt + +lngconvex.exe -ulf $(COMMONMISC)$/crash_res$/crashrep.ulf -rc $(RES)$/$(TARGET).rc -rct rctemplate.txt -rch rcheader.txt -rcf rcfooter.txt |