RE: Building for Windows

2018-02-23 Thread Jorgensen, Erik
...@missouri.edu 573.882.5974 "I need applause." - Jerry Lewis, 1926 - 2017, R.I.P. -Original Message- From: busybox [mailto:busybox-boun...@busybox.net] On Behalf Of Jorgensen, Erik Sent: Friday, February 23, 2018 10:19 AM To: busybox <busybox@busybox.net> Subject: Building fo

Building for Windows

2018-02-23 Thread Jorgensen, Erik
Sorry if this is the wrong place to ask, but does anyone have a step-by-step for building BusyBox for Win32 with Windows style globbing? I know the binaries are now available, but I am trying to be more self-sufficient. My plan is to build under Ubuntu on Windows 10. Thanks! Jorg Erik

Re: [PATCH 35/39] Makefile: support building on Windows using MinGW compiler

2010-04-18 Thread Rob Landley
On Friday 16 April 2010 01:50:24 Nguyen Thai Ngoc Duy wrote: On Fri, Apr 16, 2010 at 2:16 AM, Dan Fandrich d...@coneharvesters.com wrote: On Thu, Apr 15, 2010 at 10:02:20PM +0200, Nguy�n Thái Ng�c Duy wrote: +ifeq ($(CONFIG_TARGET_WIN32),y) Many parts of this patch series depend on

Re: [PATCH 35/39] Makefile: support building on Windows using MinGW compiler

2010-04-18 Thread Nguyen Thai Ngoc Duy
On Sun, Apr 18, 2010 at 8:30 AM, Rob Landley r...@landley.net wrote: On Friday 16 April 2010 01:50:24 Nguyen Thai Ngoc Duy wrote: On Fri, Apr 16, 2010 at 2:16 AM, Dan Fandrich d...@coneharvesters.com wrote: On Thu, Apr 15, 2010 at 10:02:20PM +0200, Nguy�n Thái Ng�c Duy wrote: +ifeq

Re: [PATCH 35/39] Makefile: support building on Windows using MinGW compiler

2010-04-16 Thread Nguyen Thai Ngoc Duy
On Fri, Apr 16, 2010 at 2:16 AM, Dan Fandrich d...@coneharvesters.com wrote: On Thu, Apr 15, 2010 at 10:02:20PM +0200, Nguy�n Thái Ng�c Duy wrote: +ifeq ($(CONFIG_TARGET_WIN32),y) Many parts of this patch series depend on CONFIG_TARGET_WIN32. But it seems many instances are really

[PATCH 35/39] Makefile: support building on Windows using MinGW compiler

2010-04-15 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- Makefile |1 + Makefile.flags |6 ++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index a40be79..9648604 100644 --- a/Makefile +++ b/Makefile @@ -481,6 +481,7 @@ libs-y := \

Re: [PATCH 35/39] Makefile: support building on Windows using MinGW compiler

2010-04-15 Thread Dan Fandrich
On Thu, Apr 15, 2010 at 10:02:20PM +0200, Nguy�n Thái Ng�c Duy wrote: +ifeq ($(CONFIG_TARGET_WIN32),y) Many parts of this patch series depend on CONFIG_TARGET_WIN32. But it seems many instances are really specific to MingW32 rather than generically Win32. If someone later does a Cygwin