vrclient: Use the new makedep module name patterns.

This commit is contained in:
Rémi Bernon 2025-01-21 15:45:51 +01:00 committed by Arkadiusz Hiler
parent 948bcedcad
commit ee9aa1f9eb

View File

@ -1,9 +1,12 @@
MODULE = vrclient.dll
UNIXLIB = vrclient.so
MODULE_x64 = vrclient_x64.dll
UNIXLIB_x64= vrclient_x64.so
IMPORTS = advapi32
x86_64_MODULE = vrclient_x64.dll
x86_64_UNIXLIB = vrclient_x64.so
aarch64_MODULE = vrclient_x64.dll
aarch64_UNIXLIB = vrclient_x64.so
EXTRADEFS = -DWINE_NO_LONG_TYPES -DGNUC
SOURCES = \