diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 11:27:21 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 11:27:21 +0000 |
commit | 7315347f4fe27a7bfab69069d369ef32c5b4c18e (patch) | |
tree | 92444730f9470203b949608ca05b1cb71ae533a8 /desktop/win32 | |
parent | 1c4cda144c55204246821bd17f6e2c21edaadce4 (diff) |
INTEGRATION: CWS mergebuild (1.2.22); FILE MERGED
2004/05/26 10:29:23 hjs 1.2.22.1: #i8252# switch to ULF format
Diffstat (limited to 'desktop/win32')
-rw-r--r-- | desktop/win32/source/setup/makefile.mk | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/desktop/win32/source/setup/makefile.mk b/desktop/win32/source/setup/makefile.mk index 682a6d903780..772e384f1068 100644 --- a/desktop/win32/source/setup/makefile.mk +++ b/desktop/win32/source/setup/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: svesik $ $Date: 2004-04-20 12:38:34 $ +# last change: $Author: hjs $ $Date: 2004-06-25 12:27:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,16 +72,13 @@ ENABLE_EXCEPTIONS = TRUE # --- Settings ------------------------------------------------------------ -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- Allgemein ----------------------------------------------------------- -CXXFILES= setup_main.cxx setup_a.cxx setup_w.cxx RCFILES= $(RES)$/$(TARGET).rc -LNGFILES= setup.lng +ULFFILES= setup.ulf OBJFILES= $(OBJ)$/setup_main.obj \ $(OBJ)$/setup_a.obj \ @@ -107,10 +104,8 @@ APP1NOSVRES= $(RES)$/$(TARGET).res # --- setup -------------------------------------------------------------- -#ALL: ALLTAR $(RCFILES) - .INCLUDE : target.mk -$(RCFILES) : $(LNGFILES) makefile.mk rcfooter.txt rcheader.txt rctmpl.txt lnglist.txt - lngconvex.exe -lng setup.lng -rc $(RCFILES) -c lnglist.txt -rct rctmpl.txt -rch rcheader.txt -rcf rcfooter.txt +$(RCFILES) : $(ULFFILES) makefile.mk rcfooter.txt rcheader.txt rctmpl.txt lnglist.txt + $(WRAPCMD) lngconvex.exe -ulf $(COMMONMISC)$/$(TARGET)$/setup.ulf -rc $(RCFILES) -c lnglist.txt -rct rctmpl.txt -rch rcheader.txt -rcf rcfooter.txt |