From f3e89194114d36f50a16749c20b92c741eb58e48 Mon Sep 17 00:00:00 2001 From: Vlad Mironov Date: Thu, 20 Sep 2012 23:28:22 +0000 Subject: =?UTF-8?q?=D0=9D=D0=B5=20=D0=BD=D1=83=D0=B6=D0=BD=D0=BE=20=D1=83?= =?UTF-8?q?=D0=B4=D0=B0=D0=BB=D1=8F=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D1=8B=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0,=20=D0=BE?= =?UTF-8?q?=D0=BD=D0=B8=20=D0=BD=D1=83=D0=B6=D0=BD=D1=8B=20=D0=B4=D1=80?= =?UTF-8?q?=D1=83=D0=B3=D0=B8=D0=BC=20=D1=80=D0=B0=D0=B7=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D1=87=D0=B8=D0=BA=D0=B0=D0=BC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@1616 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TrafficCounter/.cproject | 183 +++++++++++++++++++++++++++++++++++++++ plugins/TrafficCounter/.project | 70 +++++++++++++++ 2 files changed, 253 insertions(+) create mode 100644 plugins/TrafficCounter/.cproject create mode 100644 plugins/TrafficCounter/.project (limited to 'plugins/TrafficCounter') diff --git a/plugins/TrafficCounter/.cproject b/plugins/TrafficCounter/.cproject new file mode 100644 index 0000000000..1e4cee6f19 --- /dev/null +++ b/plugins/TrafficCounter/.cproject @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/TrafficCounter/.project b/plugins/TrafficCounter/.project new file mode 100644 index 0000000000..9662d3935a --- /dev/null +++ b/plugins/TrafficCounter/.project @@ -0,0 +1,70 @@ + + + TrafficCounter + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + ?name? + + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.buildArguments + + + + org.eclipse.cdt.make.core.buildCommand + make + + + org.eclipse.cdt.make.core.buildLocation + ${workspace_loc:/tcounter/Debug} + + + org.eclipse.cdt.make.core.contents + org.eclipse.cdt.make.core.activeConfigSettings + + + org.eclipse.cdt.make.core.enableAutoBuild + false + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.stopOnError + true + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + true + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + -- cgit v1.2.3