Skip to content

Commit d23be36

Browse files
author
Todd Whiteman
committed
komodo build file
1 parent 3064c12 commit d23be36

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Conscript

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/usr/local/bin/perl
2+
3+
# Build file used by Komodo.
4+
5+
Import(
6+
'cons',
7+
'platform',
8+
'productType',
9+
'buildFlavour',
10+
'sdkDir',
11+
'idlExportDir',
12+
'build',
13+
'mozBin',
14+
'unsiloedPythonExe',
15+
'mozVersion',
16+
'mozExtensionDir',
17+
'mozIdlIncludePath',
18+
);
19+
20+
$cons->KoExt("koinstall");

0 commit comments

Comments
 (0)