Commit aa1bdef9 authored by Alexandre Julliard's avatar Alexandre Julliard

cryptui: Convert string table resources to po files.

parent b6e78c4e
......@@ -14834,7 +14834,7 @@ wine_fn_config_dll cryptdlg enable_cryptdlg po
wine_fn_config_dll cryptdll enable_cryptdll implib
wine_fn_config_dll cryptnet enable_cryptnet implib
wine_fn_config_test dlls/cryptnet/tests cryptnet_test
wine_fn_config_dll cryptui enable_cryptui implib
wine_fn_config_dll cryptui enable_cryptui po,implib
wine_fn_config_test dlls/cryptui/tests cryptui_test
wine_fn_config_dll ctapi32 enable_ctapi32
wine_fn_config_dll ctl3d.dll16 enable_win16
......
......@@ -2363,7 +2363,7 @@ WINE_CONFIG_DLL(cryptdlg,,[po])
WINE_CONFIG_DLL(cryptdll,,[implib])
WINE_CONFIG_DLL(cryptnet,,[implib])
WINE_CONFIG_TEST(dlls/cryptnet/tests)
WINE_CONFIG_DLL(cryptui,,[implib])
WINE_CONFIG_DLL(cryptui,,[po,implib])
WINE_CONFIG_TEST(dlls/cryptui/tests)
WINE_CONFIG_DLL(ctapi32)
WINE_CONFIG_DLL(ctl3d.dll16,enable_win16)
......
......@@ -23,4 +23,6 @@ RC_SRCS = \
cryptui_Sv.rc \
cryptui_Uk.rc
PO_SRCS = cryptui.rc
@MAKE_DLL_RULES@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment