Done a major overhaul of the way target include files are installed and
how platform libraries are built. The ARCH pm variable has now been renamed PLATFORM (which is more accurate) and a different ARCH variable added, which represents the CPU family rather than the hardware platform.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
-- $Source$
|
||||
-- $State$
|
||||
-- $Revision$
|
||||
|
||||
local d = ROOTDIR.."lang/basic/lib/"
|
||||
|
||||
lang_basic_runtime = acklibrary {
|
||||
ACKINCLUDES = {PARENT, "%ROOTDIR%h", "%ROOTDIR%include/_tail_cc"},
|
||||
ACKINCLUDES = {PARENT, "%ROOTDIR%h"},
|
||||
|
||||
ackfile (d.."fif.e"),
|
||||
ackfile (d.."fef.e"),
|
||||
@@ -40,5 +41,5 @@ lang_basic_runtime = acklibrary {
|
||||
ackfile (d.."trap.c"),
|
||||
ackfile (d.."write.c"),
|
||||
|
||||
install = pm.install("%BINDIR%%PLATIND%/%ARCH%/tail_bc")
|
||||
install = pm.install("%BINDIR%%PLATIND%/%PLATFORM%/tail_bc")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user