root/hydranode-oldbld/mklnk.sh

Revision 1264, 85 bytes (checked in by madcat, 4 years ago)

Compiles on Solaris x86 now.

  • Property svn:executable set to *
Line 
1 for i in `find modules/ | grep '.*so'`; do ln -s -f $i; done;
2 ln -sf src/hydranode
3
Note: See TracBrowser for help on using the browser.