RE: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-22 Thread Christian Jullien
Ok here are the patches: F:\wintcc\make>diff -u config.h.W32.template config.h.W32.new --- config.h.W32.template 2020-01-22 20:16:49.0 +0100 +++ config.h.W32.new2020-01-22 20:21:05.70735 +0100 @@ -102,7 +102,7 @@ /* Define to 1 if you have the header file, and it defines ge

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-22 Thread Eli Zaretskii
[Please keep the make-w32 list on the CC.] > From: "Christian Jullien" > Date: Wed, 22 Jan 2020 20:23:33 +0100 > > I see. In this case I need an advice. > > As you probably understand now, I want a simple mechanism which allows a > non-technical user to rebuild gnumake.exe from an official dist

RE: I want to port make on Windows using tcc compiler

2020-01-22 Thread Christian Jullien
Hi Kaz, With the generated gnumake and empty environment, especially wo cygiwn Using this Makefile: all: tcc -v dir *.exe I tried the following: F:\tinycc\win32>set SHELL= F:\tinycc\win32>echo %SHELL% %SHELL% F:\tinycc\win32>gnumake tcc -v tcc version 0.9.27 (x86_64 Windows) dir

Re: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-22 Thread Eli Zaretskii
> From: "Christian Jullien" > Date: Wed, 22 Jan 2020 18:44:25 +0100 > Cc: tinycc-de...@nongnu.org > > Thank you Eli, your help is really appreciated. > > >From the latest https://ftp.gnu.org/gnu/make/make-4.3.tar.gz I don't see the > src/config.h.W32.template you're referring to. The template f

RE: [Tinycc-devel] I want to port make on Windows using tcc compiler

2020-01-22 Thread Christian Jullien
Thank you Eli, your help is really appreciated. >From the latest https://ftp.gnu.org/gnu/make/make-4.3.tar.gz I don't see the src/config.h.W32.template you're referring to. tar tvzf make-4.3.tar.gz | grep -i templ -rw-r--r-- 0 1000 1000 1015 Jan 03 08:11 make-4.3/tests/scripts/test_templat