... and fixes the build back.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1036 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2009-09-19 22:47:10 +00:00
parent b12423d03b
commit b3f2deedac
4 changed files with 2 additions and 5 deletions

View File

@ -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 ###

BIN
gfx2.cfg

Binary file not shown.

3
help.c
View File

@ -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)
{

2
main.c
View File

@ -25,7 +25,7 @@
#include <string.h>
#include <signal.h>
#include <time.h>
//#include <unistd.h>
#include <unistd.h>
#include <SDL.h>
#include <SDL_image.h>