From 52d9a794d595433e38be3bfcbb6fe1980019d08c Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 24 Feb 2014 15:54:23 +1100 Subject: [PATCH] Initial profile support for winnt --- profiles/amd64/parent | 1 + profiles/arch.list | 3 +++ profiles/make.default | 1 + profiles/mingw/amd64/make.defaults | 1 + profiles/mingw/amd64/parent | 1 + profiles/mingw/parent | 1 + profiles/mingw/x86/make.defaults | 1 + profiles/mingw/x86/parent | 1 + profiles/profiles.desc | 3 +++ profiles/use.desc | 2 ++ profiles/x86/parent | 1 + 11 files changed, 16 insertions(+) create mode 100644 profiles/amd64/parent create mode 100644 profiles/arch.list create mode 100644 profiles/make.default create mode 100644 profiles/mingw/amd64/make.defaults create mode 100644 profiles/mingw/amd64/parent create mode 100644 profiles/mingw/parent create mode 100644 profiles/mingw/x86/make.defaults create mode 100644 profiles/mingw/x86/parent create mode 100644 profiles/profiles.desc create mode 100644 profiles/use.desc create mode 100644 profiles/x86/parent diff --git a/profiles/amd64/parent b/profiles/amd64/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/amd64/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/arch.list b/profiles/arch.list new file mode 100644 index 0000000..2c9fdfa --- /dev/null +++ b/profiles/arch.list @@ -0,0 +1,3 @@ +x86 +x86-winnt +amd64 diff --git a/profiles/make.default b/profiles/make.default new file mode 100644 index 0000000..96025a6 --- /dev/null +++ b/profiles/make.default @@ -0,0 +1 @@ +USE_EXPAND_VALUES_ARCH='x86 x86-winnt amd64 amd64-winnt' diff --git a/profiles/mingw/amd64/make.defaults b/profiles/mingw/amd64/make.defaults new file mode 100644 index 0000000..e43529b --- /dev/null +++ b/profiles/mingw/amd64/make.defaults @@ -0,0 +1 @@ +ARCH='amd64-winnt' diff --git a/profiles/mingw/amd64/parent b/profiles/mingw/amd64/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/mingw/amd64/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/mingw/parent b/profiles/mingw/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/mingw/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/mingw/x86/make.defaults b/profiles/mingw/x86/make.defaults new file mode 100644 index 0000000..6ffb0c0 --- /dev/null +++ b/profiles/mingw/x86/make.defaults @@ -0,0 +1 @@ +ARCH='x86' diff --git a/profiles/mingw/x86/parent b/profiles/mingw/x86/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/mingw/x86/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc new file mode 100644 index 0000000..ea9c592 --- /dev/null +++ b/profiles/profiles.desc @@ -0,0 +1,3 @@ +x86-winnt mingw/x86 exp +x86 x86 stable +amd64 amd64 stable diff --git a/profiles/use.desc b/profiles/use.desc new file mode 100644 index 0000000..61276cf --- /dev/null +++ b/profiles/use.desc @@ -0,0 +1,2 @@ +X - Adds support for X11 + diff --git a/profiles/x86/parent b/profiles/x86/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/x86/parent @@ -0,0 +1 @@ +..