Generate version.c in MSVC project

This commit is contained in:
Thomas Bernard
2018-02-20 02:50:43 +01:00
parent ae03cdfc34
commit d1426c61c5
7 changed files with 148 additions and 4 deletions

View File

@@ -63,10 +63,7 @@
#include "factory.h"
extern char Program_version[]; // generated in pversion.c
extern char SVN_revision[]; // generated in pversion.c
#ifdef _MSC_VER//TODO TEMP
#define SVN_revision "MSC_0000"
#endif
extern char SVN_revision[]; // generated in version.c
// Recherche un raccourci clavier:
word * Shortcut(word shortcut_number)