forked from KolibriOS/kolibrios
LaserTank build fix
git-svn-id: svn://kolibrios.org@5284 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
1aaf816951
commit
ed0d23722a
@ -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")
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#include "kosSyst.h"
|
||||
#include "kosFile.h"
|
||||
#include "MCSMEMM.H"
|
||||
#include "mcsmemm.H"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user