зеркало из https://github.com/mozilla/gecko-dev.git
Fixed exporting makefile bug
This commit is contained in:
Родитель
68b5fb6156
Коммит
1f4d58f10e
|
@ -16,6 +16,8 @@
|
|||
* Reserved.
|
||||
*/
|
||||
#include "nsJSEnvironment.h"
|
||||
#include "nsIScriptGlobalObject.h"
|
||||
#include "nsIDOMNavigator.h"
|
||||
|
||||
// Force references to all of the symbols that we want exported from
|
||||
// the dll that are located in the .lib files we link with
|
||||
|
@ -23,4 +25,6 @@
|
|||
void XXXDomNeverCalled()
|
||||
{
|
||||
nsJSContext* jcx = new nsJSContext(0);
|
||||
NS_NewScriptGlobalObject(0);
|
||||
NS_NewScriptNavigator(0, 0, 0, 0);
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
DEPTH=..\..\..
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML
|
||||
DEFINES=-D_IMPL_NS_DOM
|
||||
|
||||
MODULE=raptor
|
||||
REQUIRES=xpcom raptor dom
|
||||
|
|
Загрузка…
Ссылка в новой задаче