# # GameEngine and Editor # by John Ryland # Copyright (c) 2023 # PROJECT = Editor TARGET_BASE = $(OUTPUT_DIR)/install/usr/local/lib/libEditor TARGET_EXT = .a VERSION = 0.9.8 BRIEF = "Game Engine and Editor" SOURCES = SchemaEdit.cpp XmlTokenizer.cpp XmlParser.cpp INCLUDES = ../Runtime CXXFLAGS = -g -std=c++11 -fno-exceptions