From: Hans Leidekker hans@codeweavers.com
--- configure.ac | 1 + dlls/wofutil/Makefile.in | 1 + dlls/wofutil/wofutil.spec | 11 +++++++++++ 3 files changed, 13 insertions(+) create mode 100644 dlls/wofutil/Makefile.in create mode 100644 dlls/wofutil/wofutil.spec
diff --git a/configure.ac b/configure.ac index 7b3734bd2e9..9115244cb78 100644 --- a/configure.ac +++ b/configure.ac @@ -3197,6 +3197,7 @@ WINE_CONFIG_MAKEFILE(dlls/wmphoto) WINE_CONFIG_MAKEFILE(dlls/wmvcore) WINE_CONFIG_MAKEFILE(dlls/wmvcore/tests) WINE_CONFIG_MAKEFILE(dlls/wnaspi32) +WINE_CONFIG_MAKEFILE(dlls/wofutil) WINE_CONFIG_MAKEFILE(dlls/wow32,enable_win16) WINE_CONFIG_MAKEFILE(dlls/wow64) WINE_CONFIG_MAKEFILE(dlls/wow64cpu) diff --git a/dlls/wofutil/Makefile.in b/dlls/wofutil/Makefile.in new file mode 100644 index 00000000000..387a4264349 --- /dev/null +++ b/dlls/wofutil/Makefile.in @@ -0,0 +1 @@ +MODULE = wofutil.dll diff --git a/dlls/wofutil/wofutil.spec b/dlls/wofutil/wofutil.spec new file mode 100644 index 00000000000..60168790731 --- /dev/null +++ b/dlls/wofutil/wofutil.spec @@ -0,0 +1,11 @@ +@ stub WofEnumEntries +@ stub WofFileEnumFiles +@ stub WofGetDriverVersion +@ stub WofIsExternalFile +@ stub WofSetFileDataLocation +@ stub WofShouldCompressBinaries +@ stub WofWimAddEntry +@ stub WofWimEnumFiles +@ stub WofWimRemoveEntry +@ stub WofWimSuspendEntry +@ stub WofWimUpdateEntry