The latest files are there: <https://sourceforge.net/p/wintcc/svn/HEAD/tree/> https://sourceforge.net/p/wintcc/svn/HEAD/tree/
Now, only the modified build_w32.bat and src/config.h.W32 are needed. The both should still work with cl and gcc. C. From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange...@nongnu.org] On Behalf Of Christian Jullien Sent: Wednesday, January 22, 2020 14:38 To: help-m...@gnu.org Cc: tinycc-devel@nongnu.org Subject: *** SPAM *** [Tinycc-devel] I want to port make on Windows using tcc compiler Hi make maintainers, First, many thanks for your time maintaining and polishing this tool. On my side, I modestly contribute to tcc (TinyC) compiler which is an ultra-fast C compiler (see https://repo.or.cz/w/tinycc.git). Among others, I ensure that it allows to build a standalone native compiler version on Windows both 32/64. To provide a complete working C toolchain, it lacks a 'make' utility as with other unix like systems. I can of course compile make on Windows with cl or MingW but it is intellectually more interesting to build make with tcc. For that I just added tcc support in build_w32.bat and also added src/config.h.TCC which can probably be merged in config.h.W32 It then make works ROOTB from make 4.3 (no changes in source code) using: build_w32.bat tcc I hope it interests you and you'll add this support in official repository. I'm of course candidate to maintain this part. Tia C. Jullien
_______________________________________________ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel