[PATCH] gbuild conversion: registry module

David Ostrovsky david.ostrovsky at gmx.de
Fri May 4 15:21:32 PDT 2012


Hi,

unfortunately gerrit is out of sync now, so i can not push it for review.
I have some questions to this patch:

1.
Test and workben directories are not used: let the old makefiles in place?

2.
What is this for:
CDEFS += -DDLL_VERSION=$(EMQ)"$(DLLPOSTFIX)$(EMQ)"

3.
Where these versions are used?
.INCLUDE :  ..$/version.mk

4. Have no idea what is this for => ignored ;-)
makedocpp: $(DOCPPFILES)
      docpp -H -m -f  -u -d $(OUT)$/doc$/$(PRJNAME) $(DOCPPFILES)

5. how to handle this?
TARGET=reg
[...]
.IF "$(COM)" == "MSC"
SHL1IMPLIB= ireg
.ELSE
SHL1IMPLIB= $(TARGET)
.ENDIF

Thanks
David



More information about the LibreOffice mailing list