mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-10 20:57:11 +00:00
Update Externals to latest. Remove first arg in objj, objjc, and cplutil to match changes to Narwhal.
This commit is contained in:
committed by
Francisco Ryan Tolmasky I
parent
3b04b027f8
commit
2474774242
Vendored
+1
-1
Submodule External/browserjs updated: bd20c3745e...497f4106bf
Vendored
+1
-1
Submodule External/jack updated: ffc5ea4a6e...d7b5ca58f4
Vendored
+1
-1
Submodule External/narwhal updated: b91ecad8a4...e0bb2640c5
Vendored
+1
-1
Submodule External/ojunit updated: ca10912c3f...e2d0cddea2
@@ -13,6 +13,9 @@ function printUsage()
|
||||
|
||||
function main()
|
||||
{
|
||||
// FIXME: ARGS
|
||||
system.args.shift();
|
||||
|
||||
if (system.args.length < 1)
|
||||
return printUsage();
|
||||
|
||||
|
||||
@@ -164,6 +164,9 @@ function preprocess(aFilePath, outFilePath, gccArgs, flags)
|
||||
|
||||
function main()
|
||||
{
|
||||
// FIXME: ARGS
|
||||
system.args.shift();
|
||||
|
||||
var filePaths = [],
|
||||
outFilePaths = [],
|
||||
|
||||
|
||||
@@ -12,6 +12,9 @@ if (system.env["OBJJ_INCLUDE_PATHS"])
|
||||
|
||||
window.args = system.args;
|
||||
|
||||
// FIXME: ARGS
|
||||
system.args.shift();
|
||||
|
||||
with (window)
|
||||
{
|
||||
eval(File.read(OBJJ_HOME + "/lib/Frameworks/Objective-J/rhino.platform/Objective-J.js", { charset:"UTF-8" }));
|
||||
|
||||
Reference in New Issue
Block a user