Grischka
Trying to synchronize Cygwin Makefile with your recent reorg, 'make' stops
because includes are now not found.
The same issue exists with your .bat but it of course does not stop as it
should on error:
c:\tinycc\win32>.\tcc -impdef libtcc.dll -o
libtcc\libtcc.defc:\tinycc\win32>.\tcc -m32 -c
../lib/libtcc1.cc:\tinycc\win32>.\tcc -m32 -c lib/crt1.c
lib/crt1.c:5: error: include file 'tchar.h' not foundc:\tinycc\win32>.\tcc
-m32 -c lib/crt1w.c
In file included from lib/crt1w.c:3:
lib/crt1.c:5: error: include file 'tchar.h' not foundc:\tinycc\win32>.\tcc
-m32 -c lib/wincrt1.c
lib/wincrt1.c:4: error: include file 'tchar.h' not
foundc:\tinycc\win32>.\tcc -m32 -c lib/wincrt1w.c
In file included from lib/wincrt1w.c:3:
lib/wincrt1.c:4: error: include file 'tchar.h' not
foundc:\tinycc\win32>.\tcc -m32 -c lib/dllcrt1.c
lib/dllcrt1.c:3: error: include file 'windows.h' not
foundc:\tinycc\win32>.\tcc -m32 -c lib/dllmain.c
lib/dllmain.c:3: error: include file 'windows.h' not found
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel