mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
Updates for 0.7beta1.
This commit is contained in:
parent
5d9805c3e5
commit
7c17ede1ef
@ -162,7 +162,7 @@ clean:
|
|||||||
rm -f tools/*.o
|
rm -f tools/*.o
|
||||||
|
|
||||||
dist: all
|
dist: all
|
||||||
zip -r ssnes-win32-0.6.2.zip $(TARGET) ssnes.cfg snes.dll libxml2.dll iconv.dll zlib1.dll SDL.dll freetype6.dll xaudio-c.dll rsound.dll pthreadGC2.dll cg.dll cgGL.dll libjpeg-8.dll libpng15-15.dll python32.dll SDL_image.dll $(JTARGET)
|
zip -r ssnes-win32-0.7beta1.zip $(TARGET) ssnes.cfg snes.dll libxml2.dll iconv.dll zlib1.dll SDL.dll freetype6.dll xaudio-c.dll rsound.dll pthreadGC2.dll cg.dll cgGL.dll libjpeg-8.dll libpng15-15.dll python32.dll SDL_image.dll $(JTARGET)
|
||||||
|
|
||||||
libs:
|
libs:
|
||||||
wget https://github.com/downloads/Themaister/SSNES/SSNES-win32-libs.zip --no-check-certificate
|
wget https://github.com/downloads/Themaister/SSNES/SSNES-win32-libs.zip --no-check-certificate
|
||||||
|
@ -149,7 +149,7 @@ clean:
|
|||||||
rm -f tools/*.o
|
rm -f tools/*.o
|
||||||
|
|
||||||
dist: all
|
dist: all
|
||||||
zip -r ssnes-win64-0.6.2.zip $(TARGET) ssnes.cfg snes.dll xaudio-c.dll README.win32.txt $(JTARGET)
|
zip -r ssnes-win64-0.7beta1.zip $(TARGET) ssnes.cfg snes.dll xaudio-c.dll README.win32.txt $(JTARGET)
|
||||||
|
|
||||||
libs:
|
libs:
|
||||||
wget https://github.com/downloads/Themaister/SSNES/ssnes-win64-libs.zip --no-check-certificate
|
wget https://github.com/downloads/Themaister/SSNES/ssnes-win64-libs.zip --no-check-certificate
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
. qb/qb.params.sh
|
. qb/qb.params.sh
|
||||||
|
|
||||||
PACKAGE_NAME=ssnes
|
PACKAGE_NAME=ssnes
|
||||||
PACKAGE_VERSION=0.6.2
|
PACKAGE_VERSION=0.7beta1
|
||||||
|
|
||||||
# Adds a command line opt to ./configure --help
|
# Adds a command line opt to ./configure --help
|
||||||
# $1: Variable (HAVE_ALSA, HAVE_OSS, etc)
|
# $1: Variable (HAVE_ALSA, HAVE_OSS, etc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user