Introducing debug mode, Console and Memory windows

This commit is contained in:
2020-08-05 14:33:04 -05:00
parent 952605a8a4
commit 61bee38e3d
9 changed files with 550 additions and 35 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ default:
@echo
@echo "Planet Virtual Boy Emulator"
@echo " https://www.planetvb.com/"
@echo " August 4, 2020"
@echo " August 5, 2020"
@echo
@echo "Intended build environment: Debian i386 or amd64"
@echo " gcc-multilib"
@@ -84,8 +84,8 @@ native:
pack:
$(eval jarname = "pvbemu_`date +%Y%m%d`.jar")
@echo " Bundling into $(jarname)"
@jar -cfe $(jarname) Main *.class \
app images locale native src util vue makefile license.txt
@jar -cfe $(jarname) Main *.class license.txt \
app images locale native util vue
# Performs a full build and packages it into a .jar
.PHONY: release