File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,9 @@ windows_manifest: check_rscr
165165# CGO_ENABLED="1" CC="/usr/bin/x86_64-w64-mingw32-gcc" CXX="/usr/bin/x86_64-w64-mingw32-g++" GOOS="windows" GOARCH="amd64" CGO_LDFLAGS="-lmingw32 -lSDL2" CGO_CFLAGS="-D_REENTRANT" go build -tags "release" -gcflags $(compileFlags) -ldflags="-s -w -H=windowsgui" -o gopher2600_windows_amd64.exe .
166166
167167cross_windows : generate windows_manifest
168- CGO_ENABLED=" 1" CC=" /usr/bin/x86_64-w64-mingw32-gcc" CXX=" /usr/bin/x86_64-w64-mingw32-g++" GOOS=" windows" GOARCH=" amd64" CGO_LDFLAGS=" -static -static-libgcc -static-libstdc++ -L/usr/local/x86_64-w64-mingw32/lib" $(goBinary ) build -tags " static imguifreetype release" -gcflags $(compileFlags ) -ldflags " -s -w -H=windows" -o gopher2600_windows_amd64.exe .
168+ CGO_ENABLED=" 1" CC=" /usr/bin/x86_64-w64-mingw32-gcc" CXX=" /usr/bin/x86_64-w64-mingw32-g++" GOOS=" windows" GOARCH=" amd64" CGO_LDFLAGS=" -static -static-libgcc -static-libstdc++ -L/usr/local/x86_64-w64-mingw32/lib" $(goBinary ) build -tags " static imguifreetype release" -gcflags $(compileFlags ) -ldflags " -s -w -H=windowsgui" -o gopher2600_windows_amd64.exe .
169+ rm rsrc_windows_amd64.syso
169170
170171cross_windows_statsview : generate windows_manifest
171172 CGO_ENABLED=" 1" CC=" /usr/bin/x86_64-w64-mingw32-gcc" CXX=" /usr/bin/x86_64-w64-mingw32-g++" GOOS=" windows" GOARCH=" amd64" CGO_LDFLAGS=" -static -static-libgcc -static-libstdc++" $(goBinary ) build -tags " static imguifreetype release statsview" -gcflags $(compileFlags ) -ldflags " -s -w -H=windowsgui" -o gopher2600_statsview_windows_amd64.exe .
173+ rm rsrc_windows_amd64.syso
You can’t perform that action at this time.
0 commit comments