mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 939609 - Build content/xslt in unified mode; r=jst
--HG-- extra : rebase_source : 315b7c5762ae4bf8e698f09073d34d048f320bec
This commit is contained in:
parent
7cf9e41fc9
commit
7c80166454
@ -4,7 +4,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'txDouble.cpp',
|
||||
'txExpandedNameMap.cpp',
|
||||
'txList.cpp',
|
||||
|
@ -7,7 +7,6 @@
|
||||
#define txLog_h__
|
||||
|
||||
#include "prlog.h"
|
||||
#endif
|
||||
|
||||
#ifdef PR_LOGGING
|
||||
class txLog
|
||||
@ -31,3 +30,4 @@ public:
|
||||
#define TX_LG_CREATE
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -4,7 +4,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'txXMLParser.cpp',
|
||||
'txXMLUtils.cpp',
|
||||
]
|
||||
|
@ -8,7 +8,7 @@ EXPORTS.mozilla.dom += [
|
||||
'XPathEvaluator.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsXPathExpression.cpp',
|
||||
'nsXPathNSResolver.cpp',
|
||||
'nsXPathResult.cpp',
|
||||
|
@ -4,7 +4,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'txBufferingHandler.cpp',
|
||||
'txCurrentFunctionCall.cpp',
|
||||
'txDocumentFunctionCall.cpp',
|
||||
|
Loading…
Reference in New Issue
Block a user