diff options
Diffstat (limited to 'files/ja/mozilla/tech/xpidl/generating_xpt_on_windows/index.html')
-rw-r--r-- | files/ja/mozilla/tech/xpidl/generating_xpt_on_windows/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/ja/mozilla/tech/xpidl/generating_xpt_on_windows/index.html b/files/ja/mozilla/tech/xpidl/generating_xpt_on_windows/index.html new file mode 100644 index 0000000000..e89dc3bf46 --- /dev/null +++ b/files/ja/mozilla/tech/xpidl/generating_xpt_on_windows/index.html @@ -0,0 +1,13 @@ +--- +title: Generating xpt on Windows +slug: Mozilla/Tech/XPIDL/Generating_xpt_on_Windows +tags: + - Embedding Mozilla + - Guide + - XULRunner +translation_of: Mozilla/Tech/XPIDL/Generating_xpt_on_Windows +--- +<p>Windows の <a href="/en-US/docs/Gecko_SDK">Gecko \ XUL Runner SDK</a> の最近のバージョンで <code>.idl</code> ファイルから <code>.xpt</code> ファイルを生成するには、 <code>typelib.py</code> スクリプトを使用する必要があります。 XULRunner SDK を <code><MOZSDKDIR></code> にインストールしたとすると、次の様なコマンドを実行する必要があります</p> + +<pre class="notranslate">C:\working-dir> <MOZSDKDIR>\sdk\bin\typelib.py <InputFile.idl> -o <OutputFile.xpt> -I <MOZSDKDIR>\idl +</pre> |