Sure. They're attached. Below is a snippet from the output of building project 'simulator', target 'Linux-Debug'. Notice that schema-gen gets executed twice.
I also noticed that the output for the pre-build steps appears before the "--- Build: ... ---" line for that project (minor issue).
Thanks for looking at it.
~ray
PS: I'm running svn 5456 on Fedora. I believe this also happens with 8.02 on XP.
-------------- Build: Linux-Debug in Build-tools ---------------
Linking stage skipped (build target has no object files to link)
Running project post-build steps
exe/revision -o ../revision.h -p ..
Running project pre-build steps
../build-tools/exe/schema-gen --make schema/schema.def --table schema/table.cpp --ids schema/ids.h
./schema/table.cpp: up to date
./schema/ids.h: up to date
Running project pre-build steps
../build-tools/exe/schema-gen --make schema/schema.def --table schema/table.cpp --ids schema/ids.h
./schema/table.cpp: up to date
./schema/ids.h: up to date
-------------- Build: Linux-Debug in simulator ---------------
g++ -O3 -Wall -fexceptions -ffast-math -g -DENABLE_DEBUG_OUTPUT -Wall -I.. -I. -c /home/ray/projects/vst/src/code/engine/main.cpp -o .o/debug/main.o
[attachment deleted by admin]