Merge branch 'hotfix' into drunk
This commit is contained in:
@@ -17,6 +17,9 @@ all: $(OUTDIR) dll
|
|||||||
debug: export CXXFLAGS+=-g
|
debug: export CXXFLAGS+=-g
|
||||||
debug: clean all
|
debug: clean all
|
||||||
|
|
||||||
|
ifeq ($(OS),Windows_NT)
|
||||||
|
release: export CXXFLAGS+=-static-libgcc -static-libstdc++
|
||||||
|
endif
|
||||||
release: clean all package
|
release: clean all package
|
||||||
|
|
||||||
#For use on my machine ONLY
|
#For use on my machine ONLY
|
||||||
|
|||||||
@@ -23,3 +23,4 @@ TODO: Add a screenshot of the game to README.md
|
|||||||
TODO: joystick/gamepad support
|
TODO: joystick/gamepad support
|
||||||
TODO: add the tilesheet to the map system
|
TODO: add the tilesheet to the map system
|
||||||
TODO: Better collision logic
|
TODO: Better collision logic
|
||||||
|
TODO: cleaner shutdowns
|
||||||
Reference in New Issue
Block a user