summaryrefslogtreecommitdiff
path: root/shell/source/win32/shlxthandler
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 13:59:58 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 13:59:58 +0000
commit6a0fb9d2c899038f98740d1dffdb2f4658d5e5b3 (patch)
tree34c0c7c86e321595fdcb9ae57bab54ec0f429e63 /shell/source/win32/shlxthandler
parent872e298dd6be9fe6adbafa090a49c53f7f53d3be (diff)
INTEGRATION: CWS mergebuild (1.2.10); FILE MERGED
2004/05/26 16:52:43 ihi 1.2.10.3: #i8252# ISO Code update / Unmerge 2004/05/21 15:26:01 hjs 1.2.10.2: #i8252# fix generated rc file 2004/05/19 14:43:27 hjs 1.2.10.1: #i8252# switch to ulf and merge on the fly
Diffstat (limited to 'shell/source/win32/shlxthandler')
-rw-r--r--shell/source/win32/shlxthandler/res/makefile.mk15
1 files changed, 6 insertions, 9 deletions
diff --git a/shell/source/win32/shlxthandler/res/makefile.mk b/shell/source/win32/shlxthandler/res/makefile.mk
index 7f8ee9696e0f..1f375f02b8e7 100644
--- a/shell/source/win32/shlxthandler/res/makefile.mk
+++ b/shell/source/win32/shlxthandler/res/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hr $ $Date: 2004-04-07 11:15:33 $
+# last change: $Author: hjs $ $Date: 2004-06-25 14:59:58 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -68,17 +68,14 @@ TARGET=shlxthdl
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
-
# --- Files --------------------------------------------------------
RCFILES=$(RES)$/$(TARGET).rc
-LNGFILES=$(TARGET).lng
+ULFFILES=$(TARGET).ulf
# --- Targets ------------------------------------------------------
@@ -88,6 +85,6 @@ LNGFILES=$(TARGET).lng
# Generate the native Windows resource file
# using lngconvex.exe
-$(RCFILES) : $(LNGFILES) makefile.mk rcfooter.txt rcheader.txt rctmpl.txt ctrylnglist.txt
- +$(BIN)$/lngconvex.exe -lng shlxthdl.lng -rc $(RES)$/shlxthdl.rc -c ctrylnglist.txt -rct rctmpl.txt -rch rcheader.txt -rcf rcfooter.txt
-
+$(RCFILES) : $(COMMONMISC)$/$(TARGET)$/shlxthdl.ulf makefile.mk rcfooter.txt rcheader.txt rctmpl.txt
+ +$(WRAPCMD) $(BIN)$/lngconvex.exe -ulf $(COMMONMISC)$/$(TARGET)$/shlxthdl.ulf -rc $(RES)$/shlxthdl.rc -rct rctmpl.txt -rch rcheader.txt -rcf rcfooter.txt
+