comparison tools/data2inc.c @ 1432:a9516570cc26

Improve build, so that we can build the tools and tests with minimal depencies (e.g. without libSDL linking when possible.) And this also on Win32 MinGW.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 22 Nov 2017 01:33:21 +0200
parents b117047ad8f3
children d8a83582f78f
comparison
equal deleted inserted replaced
1431:ed04fb6da07c 1432:a9516570cc26
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2003,2009-2012 Tecnic Software productions (TNSP) 4 * (C) Copyright 2003,2009-2012 Tecnic Software productions (TNSP)
5 * 5 *
6 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
7 */ 7 */
8 #include "dmtool.h"
8 #include "dmlib.h" 9 #include "dmlib.h"
9 #include "dmargs.h" 10 #include "dmargs.h"
10 #include "dmmutex.h" 11 #include "dmmutex.h"
11 12
12 #define RA_LINEBUF (16) 13 #define RA_LINEBUF (16)