summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-02-15 18:36:29 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-02-15 18:36:29 +0000
commit47bc56e0329e1fdde4d292c7978b0a3043989b11 (patch)
tree6e465e3772ea84e2d1df47ecdcc005d6edc064b5 /cpp/src
parentfixed build (diff)
downloadice-47bc56e0329e1fdde4d292c7978b0a3043989b11.tar.bz2
ice-47bc56e0329e1fdde4d292c7978b0a3043989b11.tar.xz
ice-47bc56e0329e1fdde4d292c7978b0a3043989b11.zip
Moved iceca.bat
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/ca/Makefile.mak1
-rwxr-xr-xcpp/src/ca/iceca.bat13
2 files changed, 14 insertions, 0 deletions
diff --git a/cpp/src/ca/Makefile.mak b/cpp/src/ca/Makefile.mak
index 382cf430a22..12a62f5f598 100644
--- a/cpp/src/ca/Makefile.mak
+++ b/cpp/src/ca/Makefile.mak
@@ -12,6 +12,7 @@ top_srcdir = ..\..
!include $(top_srcdir)/config/Make.rules.mak
CA_FILES = iceca \
+ iceca.bat \
ImportKey.class
install::
diff --git a/cpp/src/ca/iceca.bat b/cpp/src/ca/iceca.bat
new file mode 100755
index 00000000000..ac46d282fc5
--- /dev/null
+++ b/cpp/src/ca/iceca.bat
@@ -0,0 +1,13 @@
+@echo off
+REM **********************************************************************
+REM
+REM Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
+REM
+REM This copy of Ice is licensed to you under the terms described in the
+REM ICE_LICENSE file included in this distribution.
+REM
+REM **********************************************************************
+
+REM .bat wrapper for iceca python script. Assumes python is in your PATH.
+
+@python %~dp0iceca %*