ebiten/internal/glfw/glfwdllhash_windows_386.go
Hajime Hoshi 8b775cf0dd internal/glfw: Add a new build tag ebitenexternaldll to requrie external DLLs
Embedding a DLL file and extrating it on the fly can be problematic.
The application might be unexpectedly recognized as a virus by some
virus checkers.

To mitigate this issue, Ebiten adds a new build mode `ebitenexternaldll`
which prevents Ebiten from embedding DLL files. Instead, the application
will require DLL files for GLFW.

Closes #1832
2021-10-14 02:44:25 +09:00

9 lines
204 B
Go

// Code generated by gen.go. DO NOT EDIT.
//go:build !ebitenexternaldll
// +build !ebitenexternaldll
package glfw
const glfwDLLHash = "9b66cd40f92263367f0076b690cb90174cc981f0c126eb395bc4e35cd8cb767d"