ack/mach/i386/pmfile

23 lines
284 B
Plaintext
Raw Normal View History

2006-07-20 23:24:28 +00:00
-- $Source$
-- $State$
-- $Revision$
2006-07-20 23:24:28 +00:00
local d = ROOTDIR.."mach/i386/"
include (d.."libem/pmfile")
include (d.."libend/pmfile")
2006-07-20 23:24:28 +00:00
mach_i386 = group {
proto_as,
proto_ncg { ARCHDIR = "i386" },
ego_descr,
2006-07-20 23:24:28 +00:00
}
support_i386 = group {
OPTIMISATION = "-O",
libem_i386,
libend_i386,
}