get dtrans compiling under windows again

This commit is contained in:
Caolán McNamara
2011-08-11 13:59:41 +01:00
parent 88ad01b3ed
commit b469afced3
3 changed files with 13 additions and 1 deletions

View File

@@ -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 \

View File

@@ -38,6 +38,7 @@ $(eval $(call gb_Module_add_targets,dtrans,\
Library_dtrans \
Library_ftransl \
Library_sysdtrans \
StaticLibrary_dtobj \
))
endif

View File

@@ -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