mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-17 11:36:43 -04:00
* Fixed MP3 playback with libmpg123
* Finally removed the dependency on libstdc++ with TDM GCC, reducing the size of the exe from 153kB to 87kB
This commit is contained in:
parent
f00c41f26c
commit
56f6487206
13 changed files with 63 additions and 53 deletions
|
@ -8,5 +8,4 @@
|
|||
#define VERSION_B 0
|
||||
#define VERSION_C 1
|
||||
#define VERSION_STR "1.0.1"
|
||||
/* You should fill the revision in if you're compiling from the trunk */
|
||||
#define REVISION 0
|
|
@ -1,4 +1,12 @@
|
|||
#include "config.h"
|
||||
/* Name of package */
|
||||
#define PACKAGE "libvitaboy"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION_A 1
|
||||
#define VERSION_B 0
|
||||
#define VERSION_C 1
|
||||
#define VERSION_STR "1.0.1"
|
||||
#define REVISION 0
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION VERSION_A,VERSION_B,VERSION_C,REVISION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue