Turns out that the compiler needs access to the libpc headers too; refactor
authorDavid Given <dg@cowlark.com>
Mon, 18 Jun 2018 20:17:38 +0000 (22:17 +0200)
committerDavid Given <dg@cowlark.com>
Mon, 18 Jun 2018 20:17:38 +0000 (22:17 +0200)
commit698613cd7d9d2c17688473fe11e09257940eb266
treea76ef6f47f24076515949311692e8771a7cc7fff
parent11854f4dfea1efe7fdf33afe80292a75963a8e3d
Turns out that the compiler needs access to the libpc headers too; refactor
into a separate target to avoid build loops and make it work.
lang/pc/comp/build.lua
lang/pc/comp/proto.main [deleted file]
lang/pc/comp/proto.make [deleted file]
lang/pc/include/build.lua [new file with mode: 0644]
lang/pc/include/pc.h [moved from lang/pc/libpc/pc.h with 100% similarity]
lang/pc/include/pc_err.h [moved from lang/pc/libpc/pc_err.h with 100% similarity]
lang/pc/include/pc_file.h [moved from lang/pc/libpc/pc_file.h with 100% similarity]
lang/pc/include/pc_math.h [moved from lang/pc/libpc/pc_math.h with 100% similarity]
lang/pc/libpc/Makefile [deleted file]
lang/pc/libpc/build.lua
plat/build.lua