From 08b7e9dbbab4e3473e59761e559d12a16b3bf809 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 15 Mar 2005 22:28:16 +0000 Subject: [PATCH] Don't rename anything in our native library Windows registry stuff. --- etc/getdown.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/getdown.pro b/etc/getdown.pro index 92ff179..3a5b754 100644 --- a/etc/getdown.pro +++ b/etc/getdown.pro @@ -11,9 +11,11 @@ -libraryjars /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 {