14 May
2002
14 May
'02
8:54 p.m.
"Ian D. Stewart" <idstewart(a)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 -- Alexandre Julliard julliard(a)winehq.com