forked from amazingfate/loongoffice
gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
This commit is contained in:
@ -35,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_nested_struct, \
|
||||
$(eval $(call gb_CppunitTest_add_standard_system_libs,basic_nested_struct))
|
||||
|
||||
ifeq ($(GUI),WNT)
|
||||
$(eval $(call gb_CppunitTest_use_libraries,basic_nested_struct, \
|
||||
$(eval $(call gb_CppunitTest_use_system_win32_libs,basic_nested_struct, \
|
||||
oleaut32 \
|
||||
))
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user