Closed GoogleCodeExporter closed 8 years ago
I could not find a cleaner solution than to require a .h file that defines a
unique class prefix. I have suggested a "Run Script Build Phase" that will
create this file and define the prefix automatically based on the system clock.
This should be unique enough in practice.
The script looks like this:
date "+#define SY_CLASS_PREFIX netnuedgesymbiosis%Y%m%d%H%M%S"
>${SOURCE_ROOT}/SymbiosisClassPrefix.h
This change was made for 1.3b.
Original comment by malstro...@gmail.com
on 30 Aug 2011 at 10:33
Original issue reported on code.google.com by
malstro...@gmail.com
on 11 Jul 2011 at 10:55