mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 10:20:19 +01:00
10 lines
388 B
Plaintext
10 lines
388 B
Plaintext
|
Before building the project the following must be done.
|
||
|
|
||
|
1. ..\..\..\bin\xpidl -m header -I..\..\..\idl nsIScriptablePlugin.idl
|
||
|
This will generate nsIScriptablePlugin.h which is needed to successfuly
|
||
|
compile the plugin
|
||
|
|
||
|
2. ..\..\..\bin\xpidl -m typelib -I..\..\..\idl nsIScriptablePlugin.idl
|
||
|
This will create nsIScriptablePlugin.xpt file which should go to the
|
||
|
Mozilla Components folder.
|