diff options
author | Joachim Wilke <vdr@joachim-wilke.de> | 2010-12-31 15:21:23 +0100 |
---|---|---|
committer | Joachim Wilke <vdr@joachim-wilke.de> | 2011-02-12 13:49:37 +0100 |
commit | fa7160a58cfef98c59a8ad85ba8c0807388ce131 (patch) | |
tree | 54d47b938a1abf4488b02d08c48c1a1fdcc55341 /.project | |
parent | d7d78714373c0665adb27e6e636bc0c150d2275e (diff) | |
download | vdr-plugin-lcdproc-fa7160a58cfef98c59a8ad85ba8c0807388ce131.tar.gz vdr-plugin-lcdproc-fa7160a58cfef98c59a8ad85ba8c0807388ce131.tar.bz2 |
Add eclipse project files and .gitignore
- Works without modifications, if VDR sources are located
in <workspace>/vdr
Diffstat (limited to '.project')
-rw-r--r-- | .project | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..5189a1a --- /dev/null +++ b/.project @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>vdr-lcdproc</name> + <comment></comment> + <projects> + <project>vdr</project> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> + <triggers>clean,full,incremental,</triggers> + <arguments> + <dictionary> + <key>?name?</key> + <value></value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.append_environment</key> + <value>true</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.autoBuildTarget</key> + <value>all</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.buildArguments</key> + <value></value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.buildCommand</key> + <value>make</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.buildLocation</key> + <value>${workspace_loc:/vdr-plugin-lcdproc}</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.cleanBuildTarget</key> + <value>clean</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.contents</key> + <value>org.eclipse.cdt.make.core.activeConfigSettings</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.enableAutoBuild</key> + <value>false</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.enableCleanBuild</key> + <value>true</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.enableFullBuild</key> + <value>true</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.fullBuildTarget</key> + <value>all</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.stopOnError</key> + <value>true</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key> + <value>true</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.cdt.core.ccnature</nature> + <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> + <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> + <nature>org.eclipse.cdt.core.cnature</nature> + </natures> +</projectDescription> |