tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Win32: without ar.exe it is still possible to create tcc.


From: Timo VJ Lähde
Subject: [Tinycc-devel] Win32: without ar.exe it is still possible to create tcc.exe
Date: Wed, 31 Mar 2010 20:57:39 +0300

win32
-------------------------------------------------------------
Without ar.exe it is still possible to create tcc.exe.
Perhaps libtcc.a should be created with tcc for later tcc usage.
-------------------------------------------------------------
--- a\build-tcc.bat Thu Jan 14 21:00:04 2010
+++ b\build-tcc.bat Wed Mar 10 23:07:23 2010
@@ -29,7 +29,7 @@
%P%ar rcs libtcc/libtcc.a libtcc.o

:tcc
-%P%gcc -Os -fno-strict-aliasing ../tcc.c -o tcc.exe -s -DTCC_USE_LIBTCC -ltcc -Llibtcc +%P%gcc -Os -fno-strict-aliasing ../tcc.c -o tcc.exe -s -DTCC_USE_LIBTCC libtcc.o

:copy_std_includes
copy ..\include\*.h include
-------------------------------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]