File tree 3 files changed +21
-1
lines changed
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 113
113
@BINPATH@/application.ini
114
114
@BINPATH@/platform.ini
115
115
#ifndef XP_OS2
116
+ #ifndef MOZ_FOLD_LIBS
116
117
@BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
118
+ #endif
117
119
#else
118
120
@BINPATH@/mozsqlt3@DLL_SUFFIX@
119
121
#endif
Original file line number Diff line number Diff line change @@ -10,4 +10,13 @@ run-mozilla.sh
10
10
#endif
11
11
defaults/preferences/services-sync.js
12
12
defaults/preferences/healthreport-prefs.js
13
- components/dom_sms.xpt
13
+ components/dom_sms.xpt
14
+ #ifdef MOZ_FOLD_LIBS
15
+ @DLL_PREFIX@nspr4@DLL_SUFFIX@
16
+ @DLL_PREFIX@plds4@DLL_SUFFIX@
17
+ @DLL_PREFIX@plc4@DLL_SUFFIX@
18
+ @DLL_PREFIX@ssl3@DLL_SUFFIX@
19
+ @DLL_PREFIX@smime3@DLL_SUFFIX@
20
+ @DLL_PREFIX@nssutil3@DLL_SUFFIX@
21
+ @DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
22
+ #endif
Original file line number Diff line number Diff line change 17
17
#ifdef MOZ_STATIC_JS
18
18
@DLL_PREFIX@mozjs@DLL_SUFFIX@
19
19
#endif
20
+ #ifdef MOZ_FOLD_LIBS
21
+ @DLL_PREFIX@nspr4@DLL_SUFFIX@
22
+ @DLL_PREFIX@plds4@DLL_SUFFIX@
23
+ @DLL_PREFIX@plc4@DLL_SUFFIX@
24
+ @DLL_PREFIX@ssl3@DLL_SUFFIX@
25
+ @DLL_PREFIX@smime3@DLL_SUFFIX@
26
+ @DLL_PREFIX@nssutil3@DLL_SUFFIX@
27
+ @DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
28
+ #endif
20
29
LICENSE
21
30
browserconfig.properties
22
31
chrome/US.jar
You can’t perform that action at this time.
0 commit comments