view dmargs.c @ 2:9a8355b47e1c

Various improvements in the build system to add granularity for building different parts of the engine and tools.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 02:20:31 +0300
parents 32250b436bca
children
line wrap: on
line source

#include "dmargs.h"
#define TH_EXTERNAL 1
#define optarg_t DMOptArg
#define th_args_process dmArgsProcess
#define th_args_help dmArgsPrintHelp

#define THERR dmError
#define th_calloc dmCalloc
#define th_malloc dmMalloc
#define th_free dmFree

#include "dmargs_int.c"