diff -r 000000000000 -r da028ec9cc07 modules.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules.c Fri Mar 13 22:51:48 2015 +0000 @@ -0,0 +1,28 @@ +/* $Header$ + * + * DO NOT EDIT + * automagically generated from the projectDefinition: jv_statascripteditor. + * + * Warning: once you modify this file, do not rerun + * stmkmp or projectDefinition-build again - otherwise, your changes are lost. + */ +typedef void (*vf)(); + +extern void _StataScriptEditor_Init(); +extern void _StataScriptEditorMain_Init(); +extern void _StataScriptLogImporter_Init(); +extern void _StataScriptLogParser_Init(); +extern void _jv_137statascripteditor_Init(); + + +static vf modules[] = { + _StataScriptEditor_Init, +_StataScriptEditorMain_Init, +_StataScriptLogImporter_Init, +_StataScriptLogParser_Init, +_jv_137statascripteditor_Init, + + (vf)0 +}; + +vf *__modules__ = modules;