mirror of
https://github.com/yquake2/extractfunctions.git
synced 2024-11-12 23:44:31 +00:00
abe6536eba
structtables for his savegame system
27 lines
945 B
Text
27 lines
945 B
Text
2011-07-19 Knightmare <knightmare66@yahoo.com>
|
|
|
|
Added -t option to export data type
|
|
|
|
Changed command line syntax to:
|
|
|
|
Extractfuncs <file1> [<file2> ..] [-t <structname>] [-o <func_list> <func_decs>] [-d <define>]
|
|
|
|
Added skipping the parsing of macros with parameters (not relevant to extraction)
|
|
|
|
2001-12-07 Timothee Besset <ttimo@idsoftware.com>
|
|
|
|
Imported from the Wolf MP version, Mac/Linux friendly version
|
|
Fixed argbase bug in *nix main
|
|
Escape BoxOnPlaneSide on linux (taken out by preprocessing)
|
|
|
|
2001-11-02 Timothee Besset <ttimo@idsoftware.com>
|
|
|
|
Modified extractfuncs to works on linux
|
|
Would still need to integrate it correctly with the build system
|
|
Changed the command line syntax of the linux ver:
|
|
screwup [-o <basename>] <file1> [<file2> ..]
|
|
|
|
if none specified, <basename> is "g_funcs"
|
|
|
|
on linux at least, those header files need to be tweaked by hand
|
|
because unresolved externs are not ignored by gcc (otherwise harmless on win32)
|