From 5ad46f557c94eeb44116760788a06d137c4d68ee Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Mon, 3 Mar 2014 16:34:06 -0600 Subject: [PATCH] Added static cross builds for win32-x86 and windows-x64. --- configure/os/CONFIG.win32-x86.win32-x86-static | 13 +++++++++++++ configure/os/CONFIG.windows-x64.windows-x64-static | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 configure/os/CONFIG.win32-x86.win32-x86-static create mode 100644 configure/os/CONFIG.windows-x64.windows-x64-static diff --git a/configure/os/CONFIG.win32-x86.win32-x86-static b/configure/os/CONFIG.win32-x86.win32-x86-static new file mode 100644 index 000000000..0b6d4ab1f --- /dev/null +++ b/configure/os/CONFIG.win32-x86.win32-x86-static @@ -0,0 +1,13 @@ +# CONFIG.win32-x86.win32-x86-static +# +# $Revision-Id$ +# This file is maintained by the build community. +# +# Definitions for win32-x86-static target archs when host arch is win32-x86 +# Sites may override these definitions in CONFIG_SITE.win32-x86.win32-x86-static +#------------------------------------------------------- + +include $(CONFIG)/os/CONFIG.win32-x86.win32-x86 + +SHARED_LIBRARIES = NO +STATIC_BUILD = YES diff --git a/configure/os/CONFIG.windows-x64.windows-x64-static b/configure/os/CONFIG.windows-x64.windows-x64-static new file mode 100644 index 000000000..940b67b81 --- /dev/null +++ b/configure/os/CONFIG.windows-x64.windows-x64-static @@ -0,0 +1,13 @@ +# CONFIG.windows-x86.windows-x86-static +# +# $Revision-Id$ +# This file is maintained by the build community. +# +# Definitions for windows-x64-static target archs when host arch is windows-x64 +# Sites may override these definitions in CONFIG_SITE.windows-x64.windows-x64-static +#------------------------------------------------------- + +include $(CONFIG)/os/CONFIG.windows-x64.windows-x64 + +SHARED_LIBRARIES = NO +STATIC_BUILD = YES