Don't rename anything in our native library Windows registry stuff.

This commit is contained in:
Michael Bayne
2005-03-15 22:28:16 +00:00
parent de924b7172
commit 08b7e9dbba
+3 -1
View File
@@ -11,9 +11,11 @@
-libraryjars <java.home>/lib/rt.jar
-outjars dist/getdown-pro.jar
-printseeds dist/proguard.seeds
-printmapping dist/proguard.map
-keep public class ca.beq.util.win32.registry.** {
public protected *;
*;
}
-keep public class com.threerings.getdown.launcher.Getdown {