This website requires JavaScript.
Explore
Help
Sign In
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
c4bbe52d24
ack
/
mach
/
pdp
/
cv
/
build.lua
9 lines
131 B
Lua
Raw
Normal View
History
Unescape
Escape
Made the cgg and the cg code generator work; use this to beat the PDP/11 backend into shape. It now generates binaries --- no idea whether they work or not.
2018-02-23 21:31:46 +00:00
cprogram
{
name
=
"
cv
"
,
Rework all the ackbuilder scripts not to use wildcards, because we can't expand them without luaposix, which isn't available (easily) on OSX or Windows.
2022-07-14 21:57:54 +00:00
srcs
=
{
"
./cv.c
"
}
,
Made the cgg and the cg code generator work; use this to beat the PDP/11 backend into shape. It now generates binaries --- no idea whether they work or not.
2018-02-23 21:31:46 +00:00
deps
=
{
"
h+emheaders
"
,
"
modules/src/object+lib
"
,
}
}
Reference in a new issue
Copy permalink