desktop/Executable_sbase.mk    |   11 ++++++-----
 desktop/Executable_scalc.mk    |   11 ++++++-----
 desktop/Executable_sdraw.mk    |   11 ++++++-----
 desktop/Executable_simpress.mk |   11 ++++++-----
 desktop/Executable_smath.mk    |   11 ++++++-----
 desktop/Executable_sweb.mk     |   11 ++++++-----
 desktop/Executable_swriter.mk  |   11 ++++++-----
 7 files changed, 42 insertions(+), 35 deletions(-)

New commits:
commit e7e6e9ab60cc9475d20eb330817954003f90076f
Author: Michael Stahl <mst...@redhat.com>
Date:   Thu Dec 12 17:39:50 2013 +0100

    Revert "fix windows build"
    
    This reverts commit 45504f9ba8de2a4372193910b2cb9405f1ea896a.
    
    The problem that is apparently fixed here is that link.exe is too dumb
    to pick the right entry-point if the WinMain definition does not come
    from an object file but a .lib; in that case it apparently defaults to
    archaic 8-bit WinMain so tell it to use Unicode one with /ENTRY.
    
    Conflicts:
    
        desktop/Executable_sbase.mk
        desktop/Executable_scalc.mk
        desktop/Executable_sdraw.mk
        desktop/Executable_simpress.mk
        desktop/Executable_smath.mk
        desktop/Executable_sweb.mk
        desktop/Executable_swriter.mk
    
    Change-Id: Ib6239eb0fd3d64fd4a292a0d42d65ef75475c389
    (cherry picked from commit 07359c242830bcc934d491870cdf5cb70fc26414)

diff --git a/desktop/Executable_sbase.mk b/desktop/Executable_sbase.mk
index 77d0c47..9d35f56 100644
--- a/desktop/Executable_sbase.mk
+++ b/desktop/Executable_sbase.mk
@@ -15,17 +15,18 @@ $(eval $(call gb_Executable_add_defs,sbase,\
     -DUNICODE \
 ))
 
+$(eval $(call gb_Executable_add_ldflags,sbase,\
+    /ENTRY:wWinMainCRTStartup \
+))
+
 $(eval $(call gb_Executable_use_libraries,sbase,\
        $(gb_UWINAPI) \
 ))
 
-$(eval $(call gb_Executable_add_libs,sbase,\
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
+$(eval $(call gb_Executable_use_static_libraries,sbase,\
+    winlauncher \
 ))
 
-$(call gb_Executable_get_target,sbase) : \
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
-
 $(eval $(call gb_Executable_add_exception_objects,sbase,\
     desktop/win32/source/applauncher/sbase \
 ))
diff --git a/desktop/Executable_scalc.mk b/desktop/Executable_scalc.mk
index 8c8cb42..0a00849 100644
--- a/desktop/Executable_scalc.mk
+++ b/desktop/Executable_scalc.mk
@@ -15,17 +15,18 @@ $(eval $(call gb_Executable_add_defs,scalc,\
     -DUNICODE \
 ))
 
+$(eval $(call gb_Executable_add_ldflags,scalc,\
+    /ENTRY:wWinMainCRTStartup \
+))
+
 $(eval $(call gb_Executable_use_libraries,scalc,\
        $(gb_UWINAPI) \
 ))
 
-$(eval $(call gb_Executable_add_libs,scalc,\
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
+$(eval $(call gb_Executable_use_static_libraries,scalc,\
+    winlauncher \
 ))
 
-$(call gb_Executable_get_target,scalc) : \
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
-
 $(eval $(call gb_Executable_add_exception_objects,scalc,\
     desktop/win32/source/applauncher/scalc \
 ))
diff --git a/desktop/Executable_sdraw.mk b/desktop/Executable_sdraw.mk
index e3a4eef..17f65ec 100644
--- a/desktop/Executable_sdraw.mk
+++ b/desktop/Executable_sdraw.mk
@@ -15,17 +15,18 @@ $(eval $(call gb_Executable_add_defs,sdraw,\
     -DUNICODE \
 ))
 
+$(eval $(call gb_Executable_add_ldflags,sdraw,\
+    /ENTRY:wWinMainCRTStartup \
+))
+
 $(eval $(call gb_Executable_use_libraries,sdraw,\
        $(gb_UWINAPI) \
 ))
 
-$(eval $(call gb_Executable_add_libs,sdraw,\
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
+$(eval $(call gb_Executable_use_static_libraries,sdraw,\
+    winlauncher \
 ))
 
-$(call gb_Executable_get_target,sdraw) : \
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
-
 $(eval $(call gb_Executable_add_exception_objects,sdraw,\
     desktop/win32/source/applauncher/sdraw \
 ))
diff --git a/desktop/Executable_simpress.mk b/desktop/Executable_simpress.mk
index 4d0648e..d486f57 100644
--- a/desktop/Executable_simpress.mk
+++ b/desktop/Executable_simpress.mk
@@ -15,17 +15,18 @@ $(eval $(call gb_Executable_add_defs,simpress,\
     -DUNICODE \
 ))
 
+$(eval $(call gb_Executable_add_ldflags,simpress,\
+    /ENTRY:wWinMainCRTStartup \
+))
+
 $(eval $(call gb_Executable_use_libraries,simpress,\
        $(gb_UWINAPI) \
 ))
 
-$(eval $(call gb_Executable_add_libs,simpress,\
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
+$(eval $(call gb_Executable_use_static_libraries,simpress,\
+    winlauncher \
 ))
 
-$(call gb_Executable_get_target,simpress) : \
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
-
 $(eval $(call gb_Executable_add_exception_objects,simpress,\
     desktop/win32/source/applauncher/simpress \
 ))
diff --git a/desktop/Executable_smath.mk b/desktop/Executable_smath.mk
index 627ceb4..980cc54 100644
--- a/desktop/Executable_smath.mk
+++ b/desktop/Executable_smath.mk
@@ -15,17 +15,18 @@ $(eval $(call gb_Executable_add_defs,smath,\
     -DUNICODE \
 ))
 
+$(eval $(call gb_Executable_add_ldflags,smath,\
+    /ENTRY:wWinMainCRTStartup \
+))
+
 $(eval $(call gb_Executable_use_libraries,smath,\
        $(gb_UWINAPI) \
 ))
 
-$(eval $(call gb_Executable_add_libs,smath,\
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
+$(eval $(call gb_Executable_use_static_libraries,smath,\
+    winlauncher \
 ))
 
-$(call gb_Executable_get_target,smath) : \
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
-
 $(eval $(call gb_Executable_add_exception_objects,smath,\
     desktop/win32/source/applauncher/smath \
 ))
diff --git a/desktop/Executable_sweb.mk b/desktop/Executable_sweb.mk
index 901007c..25efba6 100644
--- a/desktop/Executable_sweb.mk
+++ b/desktop/Executable_sweb.mk
@@ -15,17 +15,18 @@ $(eval $(call gb_Executable_add_defs,sweb,\
     -DUNICODE \
 ))
 
+$(eval $(call gb_Executable_add_ldflags,sweb,\
+    /ENTRY:wWinMainCRTStartup \
+))
+
 $(eval $(call gb_Executable_use_libraries,sweb,\
        $(gb_UWINAPI) \
 ))
 
-$(eval $(call gb_Executable_add_libs,sweb,\
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
+$(eval $(call gb_Executable_use_static_libraries,sweb,\
+    winlauncher \
 ))
 
-$(call gb_Executable_get_target,sweb) : \
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
-
 $(eval $(call gb_Executable_add_exception_objects,sweb,\
     desktop/win32/source/applauncher/sweb \
 ))
diff --git a/desktop/Executable_swriter.mk b/desktop/Executable_swriter.mk
index cedefd0..f7b5228 100644
--- a/desktop/Executable_swriter.mk
+++ b/desktop/Executable_swriter.mk
@@ -15,17 +15,18 @@ $(eval $(call gb_Executable_add_defs,swriter,\
     -DUNICODE \
 ))
 
+$(eval $(call gb_Executable_add_ldflags,swriter,\
+    /ENTRY:wWinMainCRTStartup \
+))
+
 $(eval $(call gb_Executable_use_libraries,swriter,\
        $(gb_UWINAPI) \
 ))
 
-$(eval $(call gb_Executable_add_libs,swriter,\
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
+$(eval $(call gb_Executable_use_static_libraries,swriter,\
+    winlauncher \
 ))
 
-$(call gb_Executable_get_target,swriter) : \
-    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
-
 $(eval $(call gb_Executable_add_exception_objects,swriter,\
     desktop/win32/source/applauncher/swriter \
 ))
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to