Kaydet (Commit) a2259a67 authored tarafından Matúš Kukan's avatar Matúš Kukan

add XNotifyingDataObject also for gcc compiler

üst fdb2c984
......@@ -74,10 +74,4 @@ $(eval $(call gb_Library_add_exception_objects,sysdtrans,\
dtrans/source/win32/mtaole/MtaOleClipb \
))
ifeq ($(COM),GCC)
$(eval $(call gb_Library_add_exception_objects,sysdtrans,\
source/win32/dtobj/XNotifyingDataObject \
))
endif
# vim: set noet sw=4 ts=4:
......@@ -48,14 +48,9 @@ $(eval $(call gb_StaticLibrary_add_exception_objects,dtobj,\
dtrans/source/win32/dtobj/FetcList \
dtrans/source/win32/dtobj/FmtFilter \
dtrans/source/win32/dtobj/TxtCnvtHlp \
dtrans/source/win32/dtobj/XNotifyingDataObject \
dtrans/source/win32/dtobj/XTDataObject \
dtrans/source/win32/misc/ImplHelper \
))
ifneq ($(COM),GCC)
$(eval $(call gb_StaticLibrary_add_exception_objects,dtobj,\
dtrans/source/win32/dtobj/XNotifyingDataObject \
))
endif
# vim: set noet sw=4 ts=4:
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