sketch of windows port

This commit is contained in:
Joel Dice
2007-10-22 19:00:57 -06:00
parent f8b5ec1ee3
commit 58dec050c8
6 changed files with 716 additions and 87 deletions

View File

@ -28,6 +28,8 @@
#ifdef __APPLE__
# define SO_SUFFIX ".jnilib"
#elseif defined __MINGW32__
# define SO_SUFFIX ".dll"
#else
# define SO_SUFFIX ".so"
#endif