Kaydet (Commit) b469afce authored tarafından Caolán McNamara's avatar Caolán McNamara

get dtrans compiling under windows again

üst 88ad01b3
...@@ -223,6 +223,7 @@ $(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \ ...@@ -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,\ ...@@ -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 @@ ...@@ -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,\ ...@@ -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
......
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