|
From: | Christian Jullien |
Subject: | [Tinycc-devel] could tcc -vv display last git commit date? |
Date: | Wed, 12 Oct 2016 06:50:02 +0200 |
Configure change proposal : echo "#define TCC_RELEASE_DATE \"`git log -1 --format=%cd`\" >> $TMPH Then extend –vv to display release date. It will help determine if s.o. is up to date. F:\tinycc>win32\tcc -vv tcc version 0.9.26 (i386 Windows) - Wed Oct 12 06:18:38 2016 +0200 install: f:/tinycc/win32 include: f:/tinycc/win32/include f:/tinycc/win32/include/winapi libraries: f:/tinycc/win32/lib C:/WINDOWS/system32 We probably need to test if git returns something in case we get a tar.gz having only the source code and choose another string value. C. |
[Prev in Thread] | Current Thread | [Next in Thread] |