Newer
Older
GameEngine / src / Editor / Editor.pro
@John Ryland John Ryland on 22 Aug 358 bytes save WIP
#
#  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