diff --git a/configure b/configure index b0e24bd4fec..da2db81ad9d 100755 --- a/configure +++ b/configure @@ -1527,6 +1527,7 @@ enable_ntdll enable_ntdsapi enable_ntoskrnl_exe enable_ntprint +enable_nvcuda enable_objsel enable_odbc32 enable_odbcbcp @@ -21119,6 +21120,7 @@ wine_fn_config_makefile dlls/ntoskrnl.exe enable_ntoskrnl_exe wine_fn_config_makefile dlls/ntoskrnl.exe/tests enable_tests wine_fn_config_makefile dlls/ntprint enable_ntprint wine_fn_config_makefile dlls/ntprint/tests enable_tests +wine_fn_config_makefile dlls/nvcuda enable_nvcuda wine_fn_config_makefile dlls/objsel enable_objsel wine_fn_config_makefile dlls/odbc32 enable_odbc32 wine_fn_config_makefile dlls/odbcbcp enable_odbcbcp diff --git a/configure.ac b/configure.ac index 7f6d2207d87..d31963f3653 100644 --- a/configure.ac +++ b/configure.ac @@ -3604,6 +3604,7 @@ WINE_CONFIG_MAKEFILE(dlls/ntoskrnl.exe) WINE_CONFIG_MAKEFILE(dlls/ntoskrnl.exe/tests) WINE_CONFIG_MAKEFILE(dlls/ntprint) WINE_CONFIG_MAKEFILE(dlls/ntprint/tests) +WINE_CONFIG_MAKEFILE(dlls/nvcuda) WINE_CONFIG_MAKEFILE(dlls/objsel) WINE_CONFIG_MAKEFILE(dlls/odbc32) WINE_CONFIG_MAKEFILE(dlls/odbcbcp) diff --git a/dlls/nvcuda/Makefile.in b/dlls/nvcuda/Makefile.in new file mode 100644 index 00000000000..6890c798d63 --- /dev/null +++ b/dlls/nvcuda/Makefile.in @@ -0,0 +1 @@ +MODULE = nvcuda.dll diff --git a/dlls/nvcuda/nvcuda.spec b/dlls/nvcuda/nvcuda.spec new file mode 100644 index 00000000000..e69de29bb2d