OHPen
04-04-2008, 11:08 AM
Hi all,
actually I'm working on a project where i have to process a non c file with with a typical standard c preprocessor in order to rename some strings, etc.
the file i have to process is a java source file.
i just want to merge "#define"-declarations with the java source file and afterwards the preprocessor should do the replace work for me and produce a new java source file with renamed methods, fields, etc.
i know that i could use cpp with the according switch but i would prefare a standalone console tool, to simplify the process.
any ideas what i could use on a standard win32 system ?
thx in advance,
OHPen
actually I'm working on a project where i have to process a non c file with with a typical standard c preprocessor in order to rename some strings, etc.
the file i have to process is a java source file.
i just want to merge "#define"-declarations with the java source file and afterwards the preprocessor should do the replace work for me and produce a new java source file with renamed methods, fields, etc.
i know that i could use cpp with the according switch but i would prefare a standalone console tool, to simplify the process.
any ideas what i could use on a standard win32 system ?
thx in advance,
OHPen

