From efcbdb7a0347b4399cbabacf3cbea432eeafb17b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 17 May 2011 01:24:51 +0000 Subject: Gats::Object now has a strToGats function, it's pretty slick, it takes a string and produces a fully formed gats tree. Also, gatscon now can interact with a server directly. --- default.bld | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'default.bld') diff --git a/default.bld b/default.bld index 35302dd..a2e7e23 100644 --- a/default.bld +++ b/default.bld @@ -1,4 +1,6 @@ +execute("mkdir -p tmp"); + action "default" { build: [targets("header-links"), "libgats.a"]; @@ -78,6 +80,9 @@ rule "unit" include "qt4.bld"; QTDIR = "/opt/qt-4"; +MOC_DIR = "tmp"; +RCC_DIR = "tmp"; +UI_DIR = "tmp"; target "gatscon" { @@ -89,7 +94,7 @@ target "gatscon" CXXFLAGS += "-Isrc/gatscon"; - CXXFLAGS += "-I. -Ilibbu++"; + CXXFLAGS += "-I. -Ilibbu++ -Itmp"; LDFLAGS += "-L. -lgats -Llibbu++ -lbu++"; } -- cgit v1.2.3