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, \
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
app \
basegfx_s \
dtobj \
libeay32 \
ssleay32 \
ooopathutils \
......
......@@ -38,6 +38,7 @@ $(eval $(call gb_Module_add_targets,dtrans,\
Library_dtrans \
Library_ftransl \
Library_sysdtrans \
StaticLibrary_dtobj \
))
endif
......
......@@ -28,6 +28,16 @@
$(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,\
dtrans/source/win32/dtobj/APNDataObject \
dtrans/source/win32/dtobj/DataFmtTransl \
......@@ -44,7 +54,7 @@ $(eval $(call gb_StaticLibrary_add_exception_objects,dtobj,\
ifneq ($(COM),GCC)
$(eval $(call gb_StaticLibrary_add_exception_objects,dtobj,\
source/win32/dtobj/XNotifyingDataObject \
dtrans/source/win32/dtobj/XNotifyingDataObject \
))
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