summaryrefslogtreecommitdiff
path: root/shell/StaticLibrary_xmlparser_x64.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-22/+4
2013-04-09rename expat external to 'expat'David Tardon1-1/+1
expat_utf16 is long gone, so there is no need to fool around with expat_utf8. Change-Id: I0dd4a5c4d78805e98913e645cc83d2ab634bcb89
2012-11-15Bin use of UTF-16 expat variant in the Windows shell extensionTor Lillqvist1-1/+1
Thus we can drop that variant completely. Change-Id: I11a8e40436921219bd6dd4afad4c7907ccb6b84c
2012-10-25gbuildification of expatDavid Ostrovsky1-1/+1
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-05shell: no need to define XML_UNICODE ...Michael Stahl1-4/+0
... because it is added automatically by the external expat_utf16. Change-Id: Ifdad11b275f7074be6f2e92df2e3c30c7097a5b7
2012-05-30define XML_UNICODE for x64 lib tooDavid Tardon1-0/+8
Change-Id: Idac89f9165058bfa40189ff4c4e8cd4b5bc78b79
2012-05-30use 64-bit compiler and linker for 64-bit Windows shell extensionsAndras Timar1-1/+1
Change-Id: I4ad94eca4ebbf7d8e989dba5a19296d727111850
2012-05-29fix include pathDavid Tardon1-0/+5
Change-Id: I2857d5831e04227b9ebe12e4689f7d7a25221685
2012-05-29trying to fix shell x64 build on WindowsAndras Timar1-1/+1
Change-Id: Ibf5dffec5f5617d225f6f529566b524ebafc20c2
2012-05-29gbuildize shellDavid Tardon1-0/+36
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed