mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-15 08:11:22 +00:00
* Finally removed the dependency on libstdc++ with TDM GCC, reducing the size of the exe from 153kB to 87kB
11 lines
No EOL
239 B
C
11 lines
No EOL
239 B
C
/* config.h - libvitaboy build configuration */
|
|
|
|
/* 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 |