File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ release: $(PRGNAME)$(EXESUFFIX)
101101 $(STRIP ) $(PRGNAME )$(EXESUFFIX )
102102
103103ipk : release
104- gm2xpkg -i -c pkg.cfg
104+ gm2xpkg -i -c -f pkg.cfg
105105
106106clean :
107107 rm -f $(PRGNAME )$(EXESUFFIX ) * .o
Original file line number Diff line number Diff line change 11# RACE for MiyooCFW
2- ## Neo Geo Pocket NGP/NGPC emu
2+ ## Neo Geo Pocket NGP/NGPC emulator
33
4+ ### Build manual
5+
6+ - target binary
47` make -j$(nproc) `
8+
9+ - distribution IPK package
10+ ` make -j$(nproc) ` ipk
Original file line number Diff line number Diff line change 11# NOTES:
22# # All variable values should be enclosed within double quotes: "<value>"
33# # CONFIGURATION FILE for `gm2xpkg` script version:
4- PKGVER =" 0.7 "
4+ PKGVER =" 0.9 "
55
66# EXEC commands (set to "1" anyone for desired outcome), you can instead use [OPTIONS] of `gm2xpkg`:
77PACKAGE =" "
@@ -15,7 +15,7 @@ VERBOSE=""
1515# ENV VAR.
1616# # Specific (mandatory to provide!)
1717TARGET =" race" # [filepath], replace with target's working binary path (<path>/<file_name>)
18- VERSION =" " # [string], replace with correct release version if exist of target binary
18+ VERSION =" v3 " # [string], replace with correct release version if exist of target binary
1919
2020# # Generic - common to all apps (better to not modify)
2121HOMEPATH =" " # [dirpath], target device fullpath home directory for installation process
You can’t perform that action at this time.
0 commit comments