summaryrefslogtreecommitdiff
path: root/js/demo/ChatDemo/build.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/demo/ChatDemo/build.js')
-rw-r--r--js/demo/ChatDemo/build.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/demo/ChatDemo/build.js b/js/demo/ChatDemo/build.js
new file mode 100644
index 00000000000..b79242b8999
--- /dev/null
+++ b/js/demo/ChatDemo/build.js
@@ -0,0 +1,10 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+require ("../../config/build").build(__dirname, ["Chat.ice", "ChatSession.ice"], ["-I."]);