makefile updates

This commit is contained in:
anton.gurov 2019-11-11 11:33:34 +03:00
parent becf7ea143
commit 02c621e54f
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ build.game.win64:
cp $(CWD)/config.json $(DISTFOLDER) && \
cp -r $(CWD)/resources $(DISTFOLDER) && \
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ $(GO) build -o $(DISTFOLDER)/game.exe -ldflags $(LDFLAGS) $(CWD)/cmd/game/main.go && \
strip $(DISTFOLDER)/game.exe && \
/usr/bin/x86_64-w64-mingw32-strip $(DISTFOLDER)/game.exe && \
cd $(DISTFOLDER) && zip -r ../$(PROJECT_NAME)-$(OS)-${PKG_VER}.zip . -x *.git*
build.game.mac:

View File

@ -1,5 +1,5 @@
{
"version": "v0.0.1.5",
"version": "v0.0.1.5-1-gbecf7ea",
"title": "Alchemyst",
"sizeX": 100,
"sizeY": 47,