Skip to content

Commit

Permalink
Modified to compile both interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gareth committed Nov 8, 2006
1 parent 6d012b8 commit 01643e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions compile-interface.bat
Expand Up @@ -3,7 +3,9 @@ REM Modify this file to suite your environment
set XPIDL_EXE=c:\software\gecko-sdk\bin\xpidl.exe
set XPIDL_INC=C:\software\gecko-sdk\idl

set TPL_SRC=src/interface/nsIModifyheaders.idl
set TPL_TRG=target/interface/nsIModifyheaders
set TPL_SRC=src/interface
set TPL_TRG=target/interface

%XPIDL_EXE% -m typelib -v -I %XPIDL_INC% -w -o %TPL_TRG% %TPL_SRC%
@echo on
%XPIDL_EXE% -m typelib -v -I %XPIDL_INC% -w -o %TPL_TRG%/nsIModifyheaders %TPL_SRC%/nsIModifyheaders.idl
%XPIDL_EXE% -m typelib -v -I %XPIDL_INC% -w -o %TPL_TRG%/mhIHeader %TPL_SRC%/mhIHeader.idl

0 comments on commit 01643e8

Please sign in to comment.