[HACKERS] Makefile.shlib functionality on win32

2004-05-06 Thread Thomas Hallgren
I have a minor problem. I'd like to use the Makefile.shlib that comes with PostgreSQL when creating the pljava.dll. Due to the way native methods are linked in Java, I need to use the dlltool option --add-stdcall-alias when I create the dll definition file. In the Makefile.shlib, the dlltool for

Re: [HACKERS] Makefile.shlib functionality on win32

2004-05-06 Thread Bruce Momjian
Thomas Hallgren wrote: I have a minor problem. I'd like to use the Makefile.shlib that comes with PostgreSQL when creating the pljava.dll. Due to the way native methods are linked in Java, I need to use the dlltool option --add-stdcall-alias when I create the dll definition file. In the