You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
so running the build-tcc.bat under win32 produces the below error, but still builds and the version is still 0.9.27 (tcc -v).
Changelog says it should be 0.9.28?
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
Not a git repository
To compare two paths outside a working tree:
usage: git diff [--no-index] <path> <path>
C:\tcc\tinycc-mob\win32>echo #define TCC_VERSION "0.9.27" 1>..\config.h
C:\tcc\tinycc-mob\win32>echo #ifdef TCC_TARGET_X86_64 1>>..\config.h
C:\tcc\tinycc-mob\win32>echo #define TCC_LIBTCC1 "libtcc1-64.a" 1>>..\config.h
C:\tcc\tinycc-mob\win32>echo #else 1>>..\config.h
C:\tcc\tinycc-mob\win32>echo #define TCC_LIBTCC1 "libtcc1-32.a" 1>>..\config.h
C:\tcc\tinycc-mob\win32>echo #endif 1>>..\config.h
The text was updated successfully, but these errors were encountered:
so running the build-tcc.bat under win32 produces the below error, but still builds and the version is still 0.9.27 (tcc -v).
Changelog says it should be 0.9.28?
The text was updated successfully, but these errors were encountered: