mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 01:25:23 +02:00
debugging build
This commit is contained in:
parent
45cd824d58
commit
56a4618482
3 changed files with 54 additions and 54 deletions
|
@ -17,14 +17,14 @@ end
|
|||
|
||||
# "eclipse" is the location of the basic PDE and plugins to compile against
|
||||
# This should include the org.eclipse.pde.build project
|
||||
eclipse = "c:/work/targets/OpenRSE-1.0/eclipse"
|
||||
eclipse = "../eclipse"
|
||||
|
||||
# "builder" is the location of the custom build scripts customTargets.xml and build.properties
|
||||
# (i.e. the contents of org.eclipse.rse.build)
|
||||
builder = "."
|
||||
|
||||
# "working" is where the build is actually done, does not need to exist
|
||||
working = "c:/temp/build"
|
||||
working = "../build"
|
||||
|
||||
# make these absolute paths
|
||||
eclipse = File.expand_path(eclipse)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<extension point="org.eclipse.help.toc">
|
||||
<toc file="toc.xml" primary="true"/>
|
||||
<index path="index"/>
|
||||
<index path="index/"/>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<extension point="org.eclipse.help.toc">
|
||||
<toc file="toc.xml" primary="true"/>
|
||||
<index path="index" />
|
||||
<index path="index/"/>
|
||||
</extension>
|
||||
|
||||
<!-- ============================================================================= -->
|
||||
|
|
Loading…
Add table
Reference in a new issue