diff options
Diffstat (limited to 'js/demo/Glacier2/chat/build.js')
-rw-r--r-- | js/demo/Glacier2/chat/build.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/demo/Glacier2/chat/build.js b/js/demo/Glacier2/chat/build.js new file mode 100644 index 00000000000..021f1550ff1 --- /dev/null +++ b/js/demo/Glacier2/chat/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"]); |