comparison tools/gentab.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 5b8245e5f785
children e3f0eaf23f4f
comparison
equal deleted inserted replaced
1431:ed04fb6da07c 1432:a9516570cc26
1 #include "dmtool.h"
1 #include "dmlib.h" 2 #include "dmlib.h"
2 #include "dmargs.h" 3 #include "dmargs.h"
3 #include "dmcurves.h" 4 #include "dmcurves.h"
4 #include <math.h> 5 #include <math.h>
5 6