From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../mozilla/tech/xpidl/generating_xpt_on_windows/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 files/ja/mozilla/tech/xpidl/generating_xpt_on_windows/index.html (limited to 'files/ja/mozilla/tech/xpidl/generating_xpt_on_windows/index.html') 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 +--- +

Windows の Gecko \ XUL Runner SDK の最近のバージョンで .idl ファイルから .xpt ファイルを生成するには、 typelib.py スクリプトを使用する必要があります。 XULRunner SDK を <MOZSDKDIR> にインストールしたとすると、次の様なコマンドを実行する必要があります

+ +
C:\working-dir> <MOZSDKDIR>\sdk\bin\typelib.py <InputFile.idl> -o <OutputFile.xpt> -I <MOZSDKDIR>\idl
+
-- cgit v1.2.3-54-g00ecf