Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-03-20 21:41:38 +0000
committereutarass2009-03-20 21:41:38 +0000
commit3b54f9ccafcbb711968647adaccc4fdf99b6e0f1 (patch)
tree025e11624074a0c63de6f14cad4fab22c689733c /examples
parent7808c4f49effb9a5a4bb577b647fc11b2f862fe7 (diff)
downloadorg.eclipse.tcf-3b54f9ccafcbb711968647adaccc4fdf99b6e0f1.tar.gz
org.eclipse.tcf-3b54f9ccafcbb711968647adaccc4fdf99b6e0f1.tar.xz
org.eclipse.tcf-3b54f9ccafcbb711968647adaccc4fdf99b6e0f1.zip
TCF Agent: made changes to allow the build system to include/exclude individual services by using command line options like -DSERVICE_Memory=0
TCF Agent: added conditional compilation variables: SERVICE_MemoryMap, ENABLE_DebugContext. TCF Agent: removed unnecessary #include "mdep.h", since it is included by config.h
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
index fbaaa834c..2a42a1250 100644
--- a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
+++ b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
@@ -23,6 +23,8 @@
#ifndef D_config
#define D_config
+#include "mdep.h"
+
#if defined(WIN32) || defined(__CYGWIN__)
# define TARGET_UNIX 0
#elif defined(_WRS_KERNEL)

Back to the top