annotate src/dmtool.h @ 2568:8ab923fe23ef

Add Make parameter/variable CHARGEN= for easier defining of the chargen ROM file path.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Mar 2022 00:04:30 +0200
parents bcd33c77c605
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1432
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 /*
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 * DMLib
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 * Get rid of the SDL_main for some commandline tools
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 * Programmed and designed by Matti 'ccr' Hamalainen
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 * (C) Copyright 2012 Tecnic Software productions (TNSP)
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 */
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 #ifndef DMTOOL_H
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 #define DMTOOL_H 1
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9
2404
bcd33c77c605 Cosmetic cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1432
diff changeset
10
1432
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 // Get rid of the SDL_main mess for some commandline tools
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 #define _SDL_main_h
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 #define SDL_main main
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14
2404
bcd33c77c605 Cosmetic cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1432
diff changeset
15
bcd33c77c605 Cosmetic cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1432
diff changeset
16 #endif // DMTOOL_H
bcd33c77c605 Cosmetic cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1432
diff changeset
17