summaryrefslogtreecommitdiffstats
path: root/bin/retrace.bat
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-09-20 16:17:43 -0700
committerYing Wang <wangying@google.com>2013-09-20 16:32:42 -0700
commitb9cc48a43ed984587c939d02fba5316bf5c0df6e (patch)
tree7d42e31a97264803b1147ef6001e8a5e6968a122 /bin/retrace.bat
parent54f59ac04f3e21d5aecdd46bb1e7f4577924ab92 (diff)
downloadexternal_proguard-b9cc48a43ed984587c939d02fba5316bf5c0df6e.tar.gz
external_proguard-b9cc48a43ed984587c939d02fba5316bf5c0df6e.tar.bz2
external_proguard-b9cc48a43ed984587c939d02fba5316bf5c0df6e.zip
Upgrade Proguard to 4.10.
Downloaded from: http://sourceforge.net/projects/proguard/files/proguard/4.10/ Bug: 8992787 Change-Id: Ia07cc5b3feed443982b7e8f2a1f361479e735b18
Diffstat (limited to 'bin/retrace.bat')
-rw-r--r--bin/retrace.bat6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/retrace.bat b/bin/retrace.bat
index 70603d3..7201fb6 100644
--- a/bin/retrace.bat
+++ b/bin/retrace.bat
@@ -2,9 +2,13 @@
REM Start-up script for Retrace -- companion tool for ProGuard, free class file
REM shrinker, optimizer, obfuscator, and preverifier for Java bytecode.
+REM
+REM Note: when passing file names containing spaces to this script,
+REM you'll have to add escaped quotes around them, e.g.
+REM "\"C:/My Directory/My File.txt\""
IF EXIST "%PROGUARD_HOME%" GOTO home
SET PROGUARD_HOME=..
:home
-java -jar "%PROGUARD_HOME%"\lib\retrace.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
+java -jar "%PROGUARD_HOME%\lib\retrace.jar" %*