| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xmake on Windows built for x86_64 arch will report i386
calling `os.versioninfo()`. This may be a history problem
that in the past there's no 64-bit xmake on Windows
and some other places should also do this modify
|
|
|
|
optal arg
|
|
|
|
|
|
$(xmake) is set to join(_PROGRAM_DIR, 'xmake')
that is wrong when XMAKE_PROGRAM_DIR is set to
another program dir (like developing dir) with no executable
so use system-special ways to get absolution path
of executable file always
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TB_FILE_MODE_WO | TB_FILE_MODE_TRUNC | TB_FILE_MODE_CREAT
do not remove exists
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 8be20cf25d130505f43953334899a54ef2d43c6f.
|