diff --git a/targets/Windows b/targets/Windows new file mode 100644 index 0000000..48c11a8 --- /dev/null +++ b/targets/Windows @@ -0,0 +1,9 @@ +#$Id$ +#Copyright (c) 2016 Pierre Pronchery + + + +#variables +[ -z "$BOOTSTRAP_LDFLAGS"] && BOOTSTRAP_LDFLAGS="-lws2_32" +[ -z "$EXEEXT" ] && EXEEXT=".exe" +[ -z "$SOEXT" ] && SOEXT=".dll" diff --git a/targets/Windows-amd64 b/targets/Windows-amd64 new file mode 100644 index 0000000..fc88c17 --- /dev/null +++ b/targets/Windows-amd64 @@ -0,0 +1,8 @@ +#$Id$ +#Copyright (c) 2016 Pierre Pronchery + + + +#includes +#XXX hardcoded +. "`dirname $0`/Apps/Devel/src/scripts/scripts-git/targets/Windows" diff --git a/targets/Windows-i386 b/targets/Windows-i386 index 98125cb..5699aae 100644 --- a/targets/Windows-i386 +++ b/targets/Windows-i386 @@ -3,7 +3,6 @@ -#variables -[ -z "$BOOTSTRAP_LDFLAGS"] && BOOTSTRAP_LDFLAGS="-lws2_32" -[ -z "$EXEEXT" ] && EXEEXT=".exe" -[ -z "$SOEXT" ] && SOEXT=".dll" +#includes +#XXX hardcoded +. "`dirname $0`/Apps/Devel/src/scripts/scripts-git/targets/Windows" diff --git a/targets/project.conf b/targets/project.conf index b523616..b69d96f 100644 --- a/targets/project.conf +++ b/targets/project.conf @@ -1 +1 @@ -dist=Makefile,Linux,Linux-arm,Linux-i386,NetBSD,NetBSD-amd64,NetBSD-i386,NetBSD-sparc,NetBSD-sparc64 +dist=Makefile,Linux,Linux-arm,Linux-i386,NetBSD,NetBSD-amd64,NetBSD-i386,NetBSD-sparc,NetBSD-sparc64,Windows,Windows-amd64,Windows-i386