LaserTank Build fix

git-svn-id: svn://kolibrios.org@5277 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
ZblCoder 2014-12-28 18:41:37 +00:00
parent fb06cf5f79
commit 07b6e3f4f2
2 changed files with 1 additions and 26 deletions

View File

@ -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")

View File

@ -1,25 +0,0 @@
class CCustomMode // áàçîâûé êëàññ
{
protected: // ñïåöèôèêàòîð äîñòóïà ê ýëåìåíòó value
public:
CCustomMode()
{
}
~CCustomMode()
{
}
void Process()
{
}
void Draw()
{
}
};