diff options
author | Vlad Mironov <mironych@googlemail.com> | 2013-02-21 15:59:28 +0000 |
---|---|---|
committer | Vlad Mironov <mironych@googlemail.com> | 2013-02-21 15:59:28 +0000 |
commit | 3b4342ead0909ee9f5d515db932272f901708a3a (patch) | |
tree | 7d79f463c8b05e5c14fa8fa1fa532e6facc90047 /plugins/TrafficCounter/.project | |
parent | df14d39c07a22130218388e7ce421710580408be (diff) |
с-plus-plusification
git-svn-id: http://svn.miranda-ng.org/main/trunk@3671 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TrafficCounter/.project')
-rw-r--r-- | plugins/TrafficCounter/.project | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/TrafficCounter/.project b/plugins/TrafficCounter/.project index 9662d3935a..ebb10d548f 100644 --- a/plugins/TrafficCounter/.project +++ b/plugins/TrafficCounter/.project @@ -27,7 +27,7 @@ </dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildLocation</key>
- <value>${workspace_loc:/tcounter/Debug}</value>
+ <value>${workspace_loc:/TrafficCounter/Release}</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.contents</key>
@@ -64,6 +64,7 @@ </buildSpec>
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>
+ <nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
|