From 3ef676f02feb656bb40d60db2c371d7e575596a2 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 17 Nov 2010 01:08:45 +0000 Subject: [PATCH] procstream is run in the normal course of a build, but none of the other gen tasks are, so let's split out the generation of C++ streamable classes into a genstream class rather than letting it run on the build server which causes breakage like just now when Ray changed something that caused differently generated C++ streamable classes to be generated on build1. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6280 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index 5566dece8..e01cef6c3 100644 --- a/build.xml +++ b/build.xml @@ -283,15 +283,7 @@ - - - - - - - - + @@ -321,6 +313,17 @@ + + + + + + + + + +