quakeforge/tools/qwaq
Bill Currie 02b3dde83b Make QuakePascal programs runnable.
Generate a mini-main function (".main", to avoid namespace pollution) that
calls the function named by "program", and make qwaq check for ".main" as
well as "main". If both are present, ".main" will take priority.
2011-01-12 23:39:22 +09:00
..
.gdbinit why not? 2001-06-27 05:48:25 +00:00
Makefile.am oops, forgot about this 2003-09-20 05:24:57 +00:00
builtins.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
defs.qc Tweak qwaq a bit so it can be used to run Ruamoko Scheme 2005-05-01 11:46:20 +00:00
main.c Make QuakePascal programs runnable. 2011-01-12 23:39:22 +09:00
main.qc Property list tests are working. 2011-01-10 12:26:11 +09:00
progs.src.in Fix qwaq for the recent Array(Private) tweaks. 2010-12-13 19:10:05 +09:00
qwaq.h make gcc more anal about prototypes, string constants and function 2003-01-06 18:28:13 +00:00
test.r compile time protocol support seems to be complete now. fortunatly, protocols had never been written out so the corrections to the protocol related stuctures do not need a progs version bump. runtime protocol support hasn't been fully tested yet. 2004-11-11 00:34:00 +00:00