From 07b6e3f4f24f2edf296f152b51558cd3c06e3b96 Mon Sep 17 00:00:00 2001 From: ZblCoder Date: Sun, 28 Dec 2014 18:41:37 +0000 Subject: [PATCH] LaserTank Build fix git-svn-id: svn://kolibrios.org@5277 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/LaserTank/trunk/Tupfile.lua | 2 +- programs/games/LaserTank/trunk/customMode.h | 25 --------------------- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 programs/games/LaserTank/trunk/customMode.h diff --git a/programs/games/LaserTank/trunk/Tupfile.lua b/programs/games/LaserTank/trunk/Tupfile.lua index 684f9f0d8e..3db5397ef4 100644 --- a/programs/games/LaserTank/trunk/Tupfile.lua +++ b/programs/games/LaserTank/trunk/Tupfile.lua @@ -9,5 +9,5 @@ tup.append_table(OBJS, tup.foreach_rule("memcmp.asm", "fasm %f %o", "%B.obj") ) table.insert(OBJS, "smalllibc/init.obj") -- ??? it doesn't work after fasm recompilation -compile_msvc{"smalllibc/func.cpp", "smalllibc/kosFile.cpp", "smalllibc/kosSyst.cpp", "smalllibc/math2.cpp", "smalllibc/mcsmemm.cpp", "smalllibc/purecall.cpp", "smalllibc/sprintf.cpp", "image.cpp", "render.cpp", "LaserTank.cpp" } +compile_msvc{"smalllibc/func.cpp", "smalllibc/func.h", "smalllibc/kosFile.h", "smalllibc/kosFile.cpp", "smalllibc/kosSyst.cpp", "smalllibc/mymath.h", "smalllibc/kosSyst.h", "smalllibc/math2.cpp", "smalllibc/mcsmemm.h", "smalllibc/mcsmemm.cpp", "smalllibc/purecall.cpp", "smalllibc/sprintf.cpp", "image.h", "image.cpp", "render.h", "render.cpp", "LaserTank.cpp" } link_msvc("LaserTank") diff --git a/programs/games/LaserTank/trunk/customMode.h b/programs/games/LaserTank/trunk/customMode.h deleted file mode 100644 index b0bd10a536..0000000000 --- a/programs/games/LaserTank/trunk/customMode.h +++ /dev/null @@ -1,25 +0,0 @@ -class CCustomMode // базовый класс -{ -protected: // спецификатор доступа к элементу value - -public: - CCustomMode() - { - - } - - ~CCustomMode() - { - - } - - void Process() - { - - } - - void Draw() - { - - } -}; \ No newline at end of file