The following definition could be added to 'dll.ijs'.
It's useful for addons, too.

dllname=: 3 : 0
  select. UNAME
  case. 'Win'    do.       y,'.dll'
  case. 'Darwin' do. 'lib',y,'.dylib'
  case.          do. 'lib',y,'.so'
  end.
)

   dllname 'jpcre'
jpcre.dll


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to