"Ian D. Stewart" idstewart@compuvative.com writes:
Is there enough information to implement a new DLL (i.e., is it just the file references that are out of date), or should I wait for the rewrite?
Adding a dll should be easier now, so you can simply ignore all instructions that don't seem to apply. Basically the steps would be something like:
- create directory under dlls/ (16 and 32-bit versions of the dll need to be in the same directory) - create Makefile.in and .spec file in that directory - add Makefile.in in configure.ac AC_CONFIG_FILES list - run make_dlls in dlls/ directory - run configure and make