aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mozilla/tech/xpidl/generating_xpt_on_windows/index.html
diff options
context:
space:
mode:
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.html13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index e89dc3bf46..0000000000
--- a/files/ja/mozilla/tech/xpidl/generating_xpt_on_windows/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
----
-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>&lt;MOZSDKDIR&gt;</code> にインストールしたとすると、次の様なコマンドを実行する必要があります</p>
-
-<pre class="notranslate">C:\working-dir&gt; &lt;MOZSDKDIR&gt;\sdk\bin\typelib.py &lt;InputFile.idl&gt; -o &lt;OutputFile.xpt&gt; -I &lt;MOZSDKDIR&gt;\idl
-</pre>