v0.4.1 updates.
This commit is contained in:
parent
d2f2ab6a9d
commit
d679f8b24f
|
@ -116,7 +116,7 @@ clean:
|
||||||
rm -f tools/*.o
|
rm -f tools/*.o
|
||||||
|
|
||||||
dist: all
|
dist: all
|
||||||
zip -r ssnes-win32-0.4.1-beta.zip $(TARGET) ssnes.cfg snes.dll libxml2.dll iconv.dll zlib1.dll SDL.dll freetype6.dll xaudio-c.dll rsound.dll pthreadGC2.dll README.win32.txt $(JTARGET)
|
zip -r ssnes-win32-0.4.1.zip $(TARGET) ssnes.cfg snes.dll libxml2.dll iconv.dll zlib1.dll SDL.dll freetype6.dll xaudio-c.dll rsound.dll pthreadGC2.dll README.win32.txt $(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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
. qb/qb.params.sh
|
. qb/qb.params.sh
|
||||||
|
|
||||||
PACKAGE_NAME=ssnes
|
PACKAGE_NAME=ssnes
|
||||||
PACKAGE_VERSION=0.4.1-beta
|
PACKAGE_VERSION=0.4.1
|
||||||
|
|
||||||
# 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)
|
||||||
|
|
2
ssnes.c
2
ssnes.c
|
@ -249,7 +249,7 @@ static void fill_pathname_noext(char *out_path, const char *in_path, const char
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define PACKAGE_VERSION "0.4.1-beta"
|
#define PACKAGE_VERSION "0.4.1"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "config.features.h"
|
#include "config.features.h"
|
||||||
|
|
Loading…
Reference in New Issue