From 78936b674fb94af1df4a7d91882348fffa9709e3 Mon Sep 17 00:00:00 2001 From: ZblCoder Date: Sun, 28 Dec 2014 20:23:11 +0000 Subject: [PATCH] LaserTank delete *.h from tupfile git-svn-id: svn://kolibrios.org@5280 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/LaserTank/trunk/Tupfile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/games/LaserTank/trunk/Tupfile.lua b/programs/games/LaserTank/trunk/Tupfile.lua index 3db5397ef..684f9f0d8 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/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" } +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" } link_msvc("LaserTank")