From d90f4d797670c4d9919783187635684cd152ae09 Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Mon, 3 Mar 2014 13:31:14 -0600 Subject: [PATCH] Added static build config files for win32-x86 and windows-x64. --- configure/os/CONFIG.win32-x86-static.Common | 11 +++++++++++ .../os/CONFIG.win32-x86-static.win32-x86-static | 13 +++++++++++++ configure/os/CONFIG.windows-x64-static.Common | 11 +++++++++++ .../os/CONFIG.windows-x64-static.windows-x64-static | 13 +++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 configure/os/CONFIG.win32-x86-static.Common create mode 100644 configure/os/CONFIG.win32-x86-static.win32-x86-static create mode 100644 configure/os/CONFIG.windows-x64-static.Common create mode 100644 configure/os/CONFIG.windows-x64-static.windows-x64-static diff --git a/configure/os/CONFIG.win32-x86-static.Common b/configure/os/CONFIG.win32-x86-static.Common new file mode 100644 index 000000000..7c4508ca6 --- /dev/null +++ b/configure/os/CONFIG.win32-x86-static.Common @@ -0,0 +1,11 @@ +# CONFIG.win32-x86-static.Common +# +# $Revision-Id$ +# This file is maintained by the build community. +# +# Definitions for win32-x86-static host archs +# Sites may override these definitions in CONFIG_SITE.win32-x86-static.Common +#------------------------------------------------------- + +include $(CONFIG)/os/CONFIG.win32-x86.Common + diff --git a/configure/os/CONFIG.win32-x86-static.win32-x86-static b/configure/os/CONFIG.win32-x86-static.win32-x86-static new file mode 100644 index 000000000..0bb18a6d0 --- /dev/null +++ b/configure/os/CONFIG.win32-x86-static.win32-x86-static @@ -0,0 +1,13 @@ +# CONFIG.win32-x86-static.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-static +# Sites may override these definitions in CONFIG_SITE.win32-x86-static.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-static.Common b/configure/os/CONFIG.windows-x64-static.Common new file mode 100644 index 000000000..be61abad0 --- /dev/null +++ b/configure/os/CONFIG.windows-x64-static.Common @@ -0,0 +1,11 @@ +# CONFIG.windows-x64-static.Common +# +# $Revision-Id$ +# This file is maintained by the build community. +# +# Definitions for windows-x64-static host archs +# Sites may override these definitions in CONFIG_SITE.windows-x64-static.Common +#------------------------------------------------------- + +include $(CONFIG)/os/CONFIG.windows-x64.Common + diff --git a/configure/os/CONFIG.windows-x64-static.windows-x64-static b/configure/os/CONFIG.windows-x64-static.windows-x64-static new file mode 100644 index 000000000..e5e152411 --- /dev/null +++ b/configure/os/CONFIG.windows-x64-static.windows-x64-static @@ -0,0 +1,13 @@ +# CONFIG.windows-x64-static.windows-x64-static +# +# $Revision-Id$ +# This file is maintained by the build community. +# +# Definitions for windows-x64-static target archs when host arch is windows-x64-static +# Sites may override these definitions in CONFIG_SITE.windows-x64-static.windows-x64-static +#------------------------------------------------------- + +include $(CONFIG)/os/CONFIG.windows-x64.windows-x64 + +SHARED_LIBRARIES = NO +STATIC_BUILD= YES