Recovered from cvs revision 2007-11-14 08:31:00

This commit is contained in:
2007-11-14 17:37:00 +00:00
parent 66c802faf5
commit ba9673c71c
28 changed files with 386 additions and 2950 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: AseAwkPanel.java,v 1.31 2007/11/11 15:06:47 bacon Exp $
* $Id: AseAwkPanel.java,v 1.32 2007/11/12 07:21:52 bacon Exp $
*/
import java.awt.*;
@ -524,6 +524,8 @@ public class AseAwkPanel extends Panel implements DropTargetListener
file.getParentFile().getParentFile().getParent():
file.getParentFile().getParent();
/*if (isHttp)*/ base = java.net.URLDecoder.decode (base);
String libBase = "aseawk_jni";
if (isHttp) libBase = libBase + "-" + osname + "-" + osarch;
String libName = System.mapLibraryName(libBase);