ebiten/cmd/ebitenmobile
Hajime Hoshi cebc203e6f cmd/ebitenmobile: Bug fix: .exe was requried on Windows
On Windows, executable files must have .exe extension, or
exec.LookPath since exec.LookPath checks %PATHEXT%.

This fixes the issue that ebitenmobile didn't invoke the original
gobind wrapper and then didn't include and compile some Java files.

Fixes #1096
2020-03-05 01:05:59 +09:00
..
generate.go Add ebitenmobile command 2019-08-18 03:03:01 +09:00
gobind.go cmd/ebitenmobile: Refactoring 2020-02-24 17:50:01 +09:00
gobind.src.go cmd/ebitenmobile: Refactoring 2020-02-24 17:50:01 +09:00
gomobile.go cmd/ebitenmobile: Bug fix: .exe was requried on Windows 2020-03-05 01:05:59 +09:00
main.go cmd/ebitenmobile: Add -trimpath 2020-02-16 17:32:00 +09:00