diff 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
line wrap: on
line diff
--- a/tools/objlink.c	Wed Nov 22 01:04:41 2017 +0200
+++ b/tools/objlink.c	Wed Nov 22 01:33:21 2017 +0200
@@ -5,10 +5,10 @@
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
+#include "dmtool.h"
 #include "dmlib.h"
 #include "dmargs.h"
 #include "dmfile.h"
-#include "dmmutex.h"
 
 #define MAX_FILENAMES    (128)
 #define MAX_MEMBLOCKS    (128)