From 9420c184091cdcd897ebe49daf9f7e28aadc5aa4 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Sat, 16 Jun 2012 16:21:00 +0000 Subject: [PATCH] clicks fix for autobuid git-svn-id: svn://kolibrios.org@2796 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/clicks/trunk/clicks.c | 2 +- programs/games/clicks/trunk/compile_eng.bat | 6 +++--- programs/games/clicks/trunk/compile_rus.bat | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/programs/games/clicks/trunk/clicks.c b/programs/games/clicks/trunk/clicks.c index 682b6722b..730ec74f4 100644 --- a/programs/games/clicks/trunk/clicks.c +++ b/programs/games/clicks/trunk/clicks.c @@ -3,7 +3,7 @@ #include "lib\kolibri.h" #include "lib\random.h" #include "lib\boxes.txt" -#include "lang.h" +#include "lang.h--" system_colors sc; diff --git a/programs/games/clicks/trunk/compile_eng.bat b/programs/games/clicks/trunk/compile_eng.bat index 975e14e1d..656a2a19d 100644 --- a/programs/games/clicks/trunk/compile_eng.bat +++ b/programs/games/clicks/trunk/compile_eng.bat @@ -1,8 +1,8 @@ -del lang.h -echo #define LANG_ENG 1 >lang.h +del lang.h-- +echo #define LANG_ENG 1 >lang.h-- ..\C--\C-- clicks.c del clicks rename clicks.com clicks del warning.txt -del lang.h +del lang.h-- pause \ No newline at end of file diff --git a/programs/games/clicks/trunk/compile_rus.bat b/programs/games/clicks/trunk/compile_rus.bat index 1b43cd0e3..a43163ff2 100644 --- a/programs/games/clicks/trunk/compile_rus.bat +++ b/programs/games/clicks/trunk/compile_rus.bat @@ -1,8 +1,8 @@ -del lang.h -echo #define LANG_RUS 1 >lang.h +del lang.h-- +echo #define LANG_RUS 1 >lang.h-- ..\C--\C-- clicks.c del clicks rename clicks.com clicks del warning.txt -del lang.h +del lang.h-- pause \ No newline at end of file