summaryrefslogtreecommitdiff
path: root/bridges/Library_cpp_uno.mk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-04 14:20:53 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-04 14:22:03 +0200
commit5bf53717eca49920ff8f42998e4e80ec6be6e354 (patch)
treebd508f4de3d7e6f2fa5827a9bc8fb6e2b1c534df /bridges/Library_cpp_uno.mk
parentd1e62483e4fb11109b2465c5411d48211e3fb18b (diff)
Some configury and non-working stubs to start to compiler for Win64 with MinGW
Change-Id: I907c3ea083e8d7f9e48fc62dd6d5b783639438cb
Diffstat (limited to 'bridges/Library_cpp_uno.mk')
-rw-r--r--bridges/Library_cpp_uno.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index 8835eeb0a78a..abfc9a131115 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -133,6 +133,12 @@ bridges_SELECTED_BRIDGE := msvc_win32_x86-64
bridge_exception_objects := cpp2uno dllinit uno2cpp
bridge_noopt_objects := except
bridge_asm_objects := call
+else ifeq ($(OS)$(COM),WNTGCC)
+bridges_SELECTED_BRIDGE := mingw_x86-64
+#bridge_asm_objects := call
+bridge_noopt_objects := uno2cpp
+bridge_exception_objects := callvirtualmethod cpp2uno dllinit except smallstruct
+#bridge_exception_objects := cpp2uno dllinit except smallstruct
endif
else ifeq ($(OS)$(CPU),SOLARISI)