From b3f2deedacae08c49f76d629a74fa57832942984 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 19 Sep 2009 22:47:10 +0000 Subject: [PATCH] ... and fixes the build back. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1036 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Makefile | 2 +- gfx2.cfg | Bin 10217 -> 10212 bytes help.c | 3 --- main.c | 2 +- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 8617ae2d..1174246d 100644 --- a/Makefile +++ b/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 ### diff --git a/gfx2.cfg b/gfx2.cfg index eacf653bdb5c66e77dd7093073d60b5dd73ddf00..49832a9795d375d126a1448981593ccddc9abb4f 100644 GIT binary patch delta 345 zcmWm9H%~%w6o&EVf3Hd$j56qAOs*iJSn1e%!-Bo{-V651cktRjf|ChfLBq%-+5}!%li_Co0bJIYx8km2& zEoP994Lb!mD8xw-#keS;lrqYx09A<_4_7kcCB2x4-z#u~mGr}lij5EO`Q%r}MVU{^b=2>8oC6-xXl{MDcV3RGj*ZrO1>e{$Hq)$ delta 220 zcmZ9^Jqp5L3>)K#bwF!JOS2dMTJz{U@UGi5qFr1d%VR17UB^v@q{{2XCBTh@XDyk7|0R? z0}KmrVc<8{FDL@xJgp$;aQ+;=?tjjQnbm^O}eq=Vq^jGrlw^TD~B1>-i@$VWR R)nt`#dmtwEq;-`?^aV&uBgFs! diff --git a/help.c b/help.c index 7dc1079a..f5e75e5b 100644 --- a/help.c +++ b/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) { diff --git a/main.c b/main.c index 4b6576aa..7d7ef312 100644 --- a/main.c +++ b/main.c @@ -25,7 +25,7 @@ #include #include #include -//#include +#include #include #include