> <compilerarg value="-D"/><compilerarg value="FIXLVL="FEB 17 > 2006""/>
Shouldn't this be: <compilerarg value="-DFIXLVL="FEB 17 2006""/> ?? > I've even tried defining the fix level in a property, and then using the > property name in the defineset value, but it was too smart for that. > > How can I force this thing to listen to me? If this doesn't work, doesn't the pre-processor support a "stringify" command, something like #NAME, that would be the quote around it automatically? If not, then use a header that contains a default value, and <replaceregex> it to whatever you want before the build, and <cc> will do its dependency magic to recompile only the necessary files. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]