comparison tools/dumpmod.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 0185bf5819c0
children 93d1050eac99
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 2006-2015 Tecnic Software productions (TNSP) 4 * (C) Copyright 2006-2015 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 "jss.h" 9 #include "jss.h"
9 #include "jssmod.h" 10 #include "jssmod.h"
10 #include "dmargs.h" 11 #include "dmargs.h"
11 #include "dmmutex.h" 12 #include "dmmutex.h"
12 13