comparison ply2bin.cpp @ 35:d0cd281934a3

Add TOOL_LDFLAGS.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 26 Nov 2019 07:22:35 +0200
parents 1a0e823283e4
children 7b138613e2fc
comparison
equal deleted inserted replaced
34:c0b85b0615d2 35:d0cd281934a3
4 // (C) Copyright 2019 Tecnic Software productions (TNSP) 4 // (C) Copyright 2019 Tecnic Software productions (TNSP)
5 // 5 //
6 // See file "COPYING" for license information. 6 // See file "COPYING" for license information.
7 // 7 //
8 #include <SDL.h> 8 #include <SDL.h>
9
10 // Get rid of the SDL_main mess for some commandline tools
11 #define _SDL_main_h
12 #define SDL_main main
13
9 #include "dmutil.h" 14 #include "dmutil.h"
10 #include "dmmodel.h" 15 #include "dmmodel.h"
11 16
12 17
13 bool dmFWriteFloatLE(FILE *fh, const float val) 18 bool dmFWriteFloatLE(FILE *fh, const float val)