From 8e7d56453f584c3be3b1aca0f642a94278afc466 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 14 Dec 2011 16:16:59 -0800 Subject: initial prep for emcc by default --- emlibtool | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 emlibtool (limited to 'emlibtool') diff --git a/emlibtool b/emlibtool new file mode 100755 index 00000000..1220b93d --- /dev/null +++ b/emlibtool @@ -0,0 +1,11 @@ +#!/usr/bin/env python + +''' +This is a helper script. See emcc. +''' + +import os, sys +from tools import shared + +raise Exception('TODO: emlibtool') + -- cgit v1.2.3-18-g5258