From ed0d23722a862f3604eab64cebce5fc5648863ba Mon Sep 17 00:00:00 2001 From: ZblCoder Date: Sun, 28 Dec 2014 23:10:27 +0000 Subject: [PATCH] LaserTank build fix git-svn-id: svn://kolibrios.org@5284 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/LaserTank/trunk/Tupfile.lua | 2 +- programs/games/LaserTank/trunk/smalllibc/func.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/games/LaserTank/trunk/Tupfile.lua b/programs/games/LaserTank/trunk/Tupfile.lua index 684f9f0d8e..6c70ca5f0e 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/kosFile.cpp", "smalllibc/kosSyst.cpp", "smalllibc/math2.cpp", "smalllibc/mcsmemm.cpp", "smalllibc/sprintf.cpp", "image.cpp", "render.cpp", "LaserTank.cpp" } link_msvc("LaserTank") diff --git a/programs/games/LaserTank/trunk/smalllibc/func.h b/programs/games/LaserTank/trunk/smalllibc/func.h index ed83d4536f..3ab4fe6c6b 100644 --- a/programs/games/LaserTank/trunk/smalllibc/func.h +++ b/programs/games/LaserTank/trunk/smalllibc/func.h @@ -3,7 +3,7 @@ #include "kosSyst.h" #include "kosFile.h" -#include "MCSMEMM.H" +#include "mcsmemm.H" #include