Newer
Older
GameEngine / src / Runtime / Runtime.pro
@John Ryland John Ryland on 22 Aug 304 bytes save more of the WIP
#
#  GameEngine and Editor
#  by John Ryland
#  Copyright (c) 2023
#

PROJECT     = Runtime
TARGET_BASE = $(OUTPUT_DIR)/install/usr/local/lib/libRuntime
TARGET_EXT  = .a
VERSION     = 0.9.8
BRIEF       = "Game Engine and Editor"

SOURCES     = SchemaFile.cpp

CXXFLAGS    = -g -std=c++11 -fno-exceptions