Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc.

git-svn-id: svn://kolibrios.org@7134 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2017-12-20 00:51:00 +00:00
parent 70ef44fcc1
commit 2c778124e3
70 changed files with 148 additions and 8737 deletions

View File

@@ -1,6 +1,8 @@
if tup.getconfig("NO_FASM") ~= "" or (tup.getconfig("NO_MSVC") ~= "" and tup.getconfig("NO_GCC") ~= "") then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_fasm.lua")
OBJS = tup.foreach_rule("*.asm", "fasm %f %o", "%B.obj")
OBJS = tup.foreach_rule("*.asm", FASM .. " %f %o", "%B.obj")
if tup.getconfig("NO_GCC") == ""
then tup.rule(OBJS, "kos32-ar rcs %o %f", "sound.lib")
else tup.rule(OBJS, "link.exe /lib /out:%o %f", "sound.lib")