get dtrans compiling under windows again
This commit is contained in:
@@ -223,6 +223,7 @@ $(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
|
|||||||
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
|
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
|
||||||
app \
|
app \
|
||||||
basegfx_s \
|
basegfx_s \
|
||||||
|
dtobj \
|
||||||
libeay32 \
|
libeay32 \
|
||||||
ssleay32 \
|
ssleay32 \
|
||||||
ooopathutils \
|
ooopathutils \
|
||||||
|
@@ -38,6 +38,7 @@ $(eval $(call gb_Module_add_targets,dtrans,\
|
|||||||
Library_dtrans \
|
Library_dtrans \
|
||||||
Library_ftransl \
|
Library_ftransl \
|
||||||
Library_sysdtrans \
|
Library_sysdtrans \
|
||||||
|
StaticLibrary_dtobj \
|
||||||
))
|
))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@@ -28,6 +28,16 @@
|
|||||||
|
|
||||||
$(eval $(call gb_StaticLibrary_StaticLibrary,dtobj))
|
$(eval $(call gb_StaticLibrary_StaticLibrary,dtobj))
|
||||||
|
|
||||||
|
$(eval $(call gb_StaticLibrary_set_include,dtobj,\
|
||||||
|
$$(INCLUDE) \
|
||||||
|
-I$(realpath $(SRCDIR)/dtrans/inc/pch) \
|
||||||
|
))
|
||||||
|
|
||||||
|
$(eval $(call gb_StaticLibrary_add_api,dtobj,\
|
||||||
|
udkapi \
|
||||||
|
offapi \
|
||||||
|
))
|
||||||
|
|
||||||
$(eval $(call gb_StaticLibrary_add_exception_objects,dtobj,\
|
$(eval $(call gb_StaticLibrary_add_exception_objects,dtobj,\
|
||||||
dtrans/source/win32/dtobj/APNDataObject \
|
dtrans/source/win32/dtobj/APNDataObject \
|
||||||
dtrans/source/win32/dtobj/DataFmtTransl \
|
dtrans/source/win32/dtobj/DataFmtTransl \
|
||||||
@@ -44,7 +54,7 @@ $(eval $(call gb_StaticLibrary_add_exception_objects,dtobj,\
|
|||||||
|
|
||||||
ifneq ($(COM),GCC)
|
ifneq ($(COM),GCC)
|
||||||
$(eval $(call gb_StaticLibrary_add_exception_objects,dtobj,\
|
$(eval $(call gb_StaticLibrary_add_exception_objects,dtobj,\
|
||||||
source/win32/dtobj/XNotifyingDataObject \
|
dtrans/source/win32/dtobj/XNotifyingDataObject \
|
||||||
))
|
))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user