mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-15 10:36:44 -04:00
Various library changes
This commit is contained in:
parent
74169b403b
commit
aa9ef65d64
12 changed files with 463 additions and 47 deletions
12
Libraries/libvitaboy/config.h
Normal file
12
Libraries/libvitaboy/config.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* config.h - libvitaboy build configuration */
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE "libvitaboy"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION_A 0
|
||||
#define VERSION_B 0
|
||||
#define VERSION_C 1
|
||||
#define VERSION_STR "0.0.1"
|
||||
/* You should fill the revision in if you're compiling from the trunk */
|
||||
#define REVISION 0
|
Loading…
Add table
Add a link
Reference in a new issue