summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-04-04 09:21:53 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-04-04 09:21:53 -0400
commit20a62a90e6c320dafa8c22aabc5afcf2f532c93e (patch)
tree42ed4cbcc81f34fa65e6057b7ec7f05b4ccea27f /application
parent20cae79eb3ce238022056d104e2efcb03139f2e1 (diff)
downloadUXP-20a62a90e6c320dafa8c22aabc5afcf2f532c93e.tar
UXP-20a62a90e6c320dafa8c22aabc5afcf2f532c93e.tar.gz
UXP-20a62a90e6c320dafa8c22aabc5afcf2f532c93e.tar.lz
UXP-20a62a90e6c320dafa8c22aabc5afcf2f532c93e.tar.xz
UXP-20a62a90e6c320dafa8c22aabc5afcf2f532c93e.zip
[PALEMOON] Resolve externals is browsercomps
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/components/build/moz.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/application/palemoon/components/build/moz.build b/application/palemoon/components/build/moz.build
index f8073907e..5bc4858d7 100644
--- a/application/palemoon/components/build/moz.build
+++ b/application/palemoon/components/build/moz.build
@@ -24,11 +24,17 @@ LOCAL_INCLUDES += [
if CONFIG['OS_ARCH'] == 'WINNT':
OS_LIBS += [
+ 'esent',
+ 'netapi32',
'ole32',
'shell32',
'shlwapi',
'version',
]
+ DELAYLOAD_DLLS += [
+ 'esent.dll',
+ 'netapi32.dll',
+ ]
# Mac: Need to link with CoreFoundation for Mac Migrators (PList reading code)
# GTK2: Need to link with glib for GNOME shell service