[BACK]Return to config.mk CVS log [TXT][DIR] Up to [contributed] / brogue-ce

File: [contributed] / brogue-ce / config.mk (download)

Revision 1.1, Thu May 27 20:31:34 2021 UTC (2 years, 10 months ago) by rubenllorente
Branch point for: MAIN

Initial revision

# Where to look for game data files (found in 'bin'). Must be without trailing slashes!
DATADIR := .

# Include terminal support. Requires ncurses
TERMINAL := NO

# Include graphical support. Requires SDL2 and SDL2_image
GRAPHICS := YES
# Path to sdl2-config script
SDL_CONFIG := sdl2-config

# Select web brogue mode. Requires POSIX system.
WEBBROGUE := NO

# Enable debugging mode. See top of Rogue.h for features
DEBUG := NO

# Declare this is a release build
RELEASE := NO

# Configure the executable to run from a macOS .app bundle (only works in graphical mode)
MAC_APP := NO