Commit Graph

8 Commits

Author SHA1 Message Date
d8edf07ed9 Bin use of UTF-16 expat variant in the Windows shell extension
Thus we can drop that variant completely.

Change-Id: I11a8e40436921219bd6dd4afad4c7907ccb6b84c
2012-11-15 18:33:09 +02:00
2ffde7b171 gbuildification of expat
Two different xmlparse libraries are created: ascii_expat_xmlparse and
expat_xmlparse. One without -DXML_UNICODE and one with. Source file are
duplicated and renamed with gb_UnpackedTarball_set_post_action function
to be able to add artifacts twice to gbuild machinery.

On windows 64 bit additional two librares are created: expat_xmlparse_x64 and
expat_xmltok_x64. That is due the problem with shell/shlxthandler (comment):
------------------------------------------------------
use UNICODE only because shell/shlxthandler
doesn't link against ascii_expat_xmlparse
------------------------------------------------------

Include files are delivered to $(OUTDIR)/inc/external/expat
now and not to $(OUTDIR)/inc/external any more.
set_include call is added in RepositoryExternal.mk.

To define dependency between StaticLibrary and ExternalProject
new function was introduced: gb_StaticLibrary_use_external_project.

Change-Id: I3b3aa40f39ef82c70f6f28790b582c83e48bdf76
2012-10-25 17:37:34 +02:00
f7bfe52ae5 shell: no need to define XML_UNICODE ...
... because it is added automatically by the external expat_utf16.

Change-Id: Ifdad11b275f7074be6f2e92df2e3c30c7097a5b7
2012-10-05 14:35:51 +02:00
c1c295a6e8 define XML_UNICODE for x64 lib too
Change-Id: Idac89f9165058bfa40189ff4c4e8cd4b5bc78b79
2012-05-30 12:09:34 +02:00
d131867357 use 64-bit compiler and linker for 64-bit Windows shell extensions
Change-Id: I4ad94eca4ebbf7d8e989dba5a19296d727111850
2012-05-30 00:00:09 +02:00
061b196922 fix include path
Change-Id: I2857d5831e04227b9ebe12e4689f7d7a25221685
2012-05-29 18:54:35 +02:00
759d11c6c7 trying to fix shell x64 build on Windows
Change-Id: Ibf5dffec5f5617d225f6f529566b524ebafc20c2
2012-05-29 16:48:55 +02:00
d4efa8b0cf gbuildize shell
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
2012-05-29 07:33:44 +02:00