comparison tools/objlink.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 ed04fb6da07c
children a2b45dddfe79
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 2002-2012 Tecnic Software productions (TNSP) 4 * (C) Copyright 2002-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 "dmfile.h" 11 #include "dmfile.h"
11 #include "dmmutex.h"
12 12
13 #define MAX_FILENAMES (128) 13 #define MAX_FILENAMES (128)
14 #define MAX_MEMBLOCKS (128) 14 #define MAX_MEMBLOCKS (128)
15 15
16 16