mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
Always define VERSION if not defined
This commit is contained in:
parent
01b01803ce
commit
85d34a7901
@ -14,11 +14,9 @@
|
||||
#endif
|
||||
|
||||
#ifndef VERSION
|
||||
#ifdef _MSC_VER
|
||||
// To include the git version number / commit in test.exe, compile outside of Visual Studio and make sure git is in the current PATH.
|
||||
/* To include the git version number / commit in test.exe, compile outside of Visual Studio and make sure git / sh is in the current PATH */
|
||||
#define VERSION ""
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define BUFSIZE 4000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user