Add support for Windows 64-bits (untested)
This commit is contained in:
parent
9f571e732e
commit
d42e0c7e6c
9
targets/Windows
Normal file
9
targets/Windows
Normal file
|
@ -0,0 +1,9 @@
|
|||
#$Id$
|
||||
#Copyright (c) 2016 Pierre Pronchery <khorben@defora.org>
|
||||
|
||||
|
||||
|
||||
#variables
|
||||
[ -z "$BOOTSTRAP_LDFLAGS"] && BOOTSTRAP_LDFLAGS="-lws2_32"
|
||||
[ -z "$EXEEXT" ] && EXEEXT=".exe"
|
||||
[ -z "$SOEXT" ] && SOEXT=".dll"
|
8
targets/Windows-amd64
Normal file
8
targets/Windows-amd64
Normal file
|
@ -0,0 +1,8 @@
|
|||
#$Id$
|
||||
#Copyright (c) 2016 Pierre Pronchery <khorben@defora.org>
|
||||
|
||||
|
||||
|
||||
#includes
|
||||
#XXX hardcoded
|
||||
. "`dirname $0`/Apps/Devel/src/scripts/scripts-git/targets/Windows"
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user