diff --git a/config.template b/config.template index 0186e50..a71d1ec 100644 --- a/config.template +++ b/config.template @@ -1,11 +1,9 @@ -# GSport configuration file - -s5d1 = -s5d2 = - -s6d1 = -s6d2 = - -s7d1 = - - +# GSport configuration file + +s5d1 = +s5d2 = + +s6d1 = +s6d2 = + +s7d1 = NoBoot.po diff --git a/lib/NoBoot.po b/lib/NoBoot.po new file mode 100644 index 0000000..0bba913 Binary files /dev/null and b/lib/NoBoot.po differ diff --git a/src/Makefile b/src/Makefile index f1bb650..ad74cbd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -51,6 +51,7 @@ gsportmac: $(OBJECTS) compile_time.o mkdir ../GSportDmg/GSport cp ../COPYING.txt ../GSportDmg/GSport cp -f parallel.rom ../GSportDmg/GSport + cp -f ../lib/NoBoot.po ../GSportDmg/GSport mv ../GSport.app ../GSportDmg/GSport cp -f ../config.template ../GSportDmg/GSport/config.txt cp ../GSport.html ../GSportDmg/GSport/GSport.html @@ -71,6 +72,7 @@ gsport.exe: $(OBJECTS) compile_time.o cp -f ../config.template ../GSport.app/config.txt cp -f ../lib/*.ttf ../GSport.app/lib cp -f ../lib/arch/win32/*.dll ../GSport.app + cp -f ../lib/NoBoot.po ../GSport.app cp -f GSport.bat ../GSport.app/GSport.bat cp -f parallel.rom ../GSport.app cp -f ../COPYING.txt ../GSport.app