mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3501 Unix compile (initial)
X-SVN-Rev: 15981
This commit is contained in:
parent
bd95459b59
commit
661a65289b
1 changed files with 19 additions and 0 deletions
19
tools/unicodetools/com/ibm/rbm/compile.sh
Executable file
19
tools/unicodetools/com/ibm/rbm/compile.sh
Executable file
|
@ -0,0 +1,19 @@
|
|||
# *****************************************************************************
|
||||
# * Copyright (C) 2000-2004, International Business Machines Corporation and *
|
||||
# * others. All Rights Reserved. *
|
||||
# *****************************************************************************
|
||||
|
||||
cd ../../../
|
||||
echo compiling source code $1
|
||||
javac -d . -classpath com/ibm/rbm/lib/xerces.jar -deprecation $1 com/ibm/rbm/*.java com/ibm/rbm/gui/*.java
|
||||
#if errorlevel 1 goto error
|
||||
|
||||
echo creating jar file
|
||||
rm com/ibm/rbm/RBManager.jar
|
||||
jar cfm com/ibm/rbm/RBManager.jar com/ibm/rbm/manifest.stub com/ibm/rbm/*.class com/ibm/rbm/gui/*.class com/ibm/rbm/gui/images/*.gif com/ibm/rbm/resources/RBManager*.properties
|
||||
#if errorlevel 1 goto error
|
||||
|
||||
echo cleaning up class files
|
||||
cd com/ibm/rbm
|
||||
rm -rf *.class gui/*.class
|
||||
|
Loading…
Add table
Reference in a new issue