warzone2100/build_tools/code-generators
Giel van Schijndel 46002d39d9 Use WZ_DECL_MAY_ALIAS for the BASE_STATS "derived" structures because we perform "type punning" on these pointers in a similar fashion to the BASE_OBJECT hierarchy.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6177 4a71c877-e1ca-e34f-864e-861f7616d084
2008-10-16 13:49:05 +00:00
..
Makefile Pass the output file as a command line parameter (and fall back to stdout if none is provided) 2008-07-09 16:05:41 +00:00
c_sqliteload_cg.pm Make sure to #include <sqlite3.h> instead of "lib/sqlite3/sqlite3.h" 2008-09-16 20:21:50 +00:00
c_structdef_cg.pm Use WZ_DECL_MAY_ALIAS for the BASE_STATS "derived" structures because we perform "type punning" on these pointers in a similar fashion to the BASE_OBJECT hierarchy. 2008-10-16 13:49:05 +00:00
db-lang.pl * Don't manually maintain a line-count variable as Perl does this (I found out while reading the Camel book) automatically in the $. variable 2008-10-01 14:53:46 +00:00
sql_tabledef_cg.pm Don't generate SQL code (that's SQL statements for table definitions as well as SQLite loading code) for fields of type C-only-field 2008-07-12 20:36:45 +00:00
test_code.tpl * Add new %macro, %macroprefix and %macrosuffix directives to the mini database schema meta language 2008-07-11 14:02:17 +00:00
test_code.tpl.sql.c Make sure to #include <sqlite3.h> instead of "lib/sqlite3/sqlite3.h" 2008-09-16 20:21:50 +00:00
test_code.tpl.struct.h * Print from a template for the C struct definition code generator as well 2008-07-09 13:57:26 +00:00