Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] ids in .cproject

Hi,

we prepare the migration of our managed build projects from our current
IDE to Eclipse CDT. Therefore we read all project build properties for
all configurations from the project description files of our IDE and try
to extend the .cproject files with the equivalent settings.  

Here is an extract of the .cproject file for build properties set on the
file ABCTest.c:

...
<fileInfo
id="cdt.managedbuild.config.gnu.exe.debug.1338609081.761170479" name="
ABCTest.c" rcbsApplicability="disable" resourcePath="src/ABCTest.c"
toolsToInvok
e="cdt.managedbuild.tool.gnu.c.compiler.exe.debug.2129512843.912733452">
<tool
id="cdt.managedbuild.tool.gnu.c.compiler.exe.debug.2129512843.912733452"
n
ame="GCC C Compiler"
superClass="cdt.managedbuild.tool.gnu.c.compiler.exe.debug.
2129512843">
<option id="gnu.c.compiler.option.preprocessor.def.symbols.353474233"
superClass
="gnu.c.compiler.option.preprocessor.def.symbols"
valueType="definedSymbols">
<listOptionValue builtIn="false" value="DEBUG_DEFINE"/>
<listOptionValue builtIn="false" value="DEBUG_DEFINE2"/>
</option>
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.2143323675"
superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
</tool>
...

The readable id "cdt.managedbuild.config.gnu.exe.debug" is extended by
the numeric values "1338609081.761170479". Could anybody explain me how
these values are generated?

Thanks in advance!
Johannes


Back to the top