$(COM) == MSC => $(OS_FOR_BUILD) == WNT ;-)

This commit is contained in:
Jan Holesovsky 2011-09-22 13:02:52 +02:00
parent 4a5455f745
commit 69bd187a84

View file

@ -25,7 +25,7 @@
DESTDIR := $(WORKDIR)/CustomTarget/desktop/util
ifeq ($(OS_FOR_BUILD)$(COM),WNTMSC)
ifeq ($(COM),MSC)
$(DESTDIR)/linker.manifest : $(OUTDIR)/bin/soffice_bin.exe
mkdir -p $(DESTDIR) && mt.exe -inputresource:$< -out:$@