... and fixes the build back.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1036 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
b12423d03b
commit
b3f2deedac
2
Makefile
2
Makefile
@ -260,7 +260,7 @@ else
|
||||
JOYCOPT =
|
||||
endif
|
||||
|
||||
COPT += -DSVN_revision="$(shell svnversion .)" -DProgram_Revision="$(Label)"
|
||||
COPT += -DSVN_revision='"$(shell svnversion .)"' -DProgram_version='"$(LABEL)"'
|
||||
|
||||
### And now for the real build rules ###
|
||||
|
||||
|
||||
3
help.c
3
help.c
@ -46,9 +46,6 @@
|
||||
#include "hotkeys.h"
|
||||
#include "errors.h"
|
||||
|
||||
extern char SVN_revision[]; // generated in version.c
|
||||
extern char Program_version[]; // generated in pversion.c
|
||||
|
||||
// Recherche un raccourci clavier:
|
||||
word * Shortcut(word shortcut_number)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user