summaryrefslogtreecommitdiff
path: root/3.8.2/doc/cmake/html/_sources/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst.txt
diff options
context:
space:
mode:
Diffstat (limited to '3.8.2/doc/cmake/html/_sources/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst.txt')
-rw-r--r--3.8.2/doc/cmake/html/_sources/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/3.8.2/doc/cmake/html/_sources/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst.txt b/3.8.2/doc/cmake/html/_sources/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst.txt
deleted file mode 100644
index 1ff5bf0..0000000
--- a/3.8.2/doc/cmake/html/_sources/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-DEPLOYMENT_REMOTE_DIRECTORY
----------------------------
-
-Set the WinCE project ``RemoteDirectory`` in ``DeploymentTool`` and
-``RemoteExecutable`` in ``DebuggerTool`` in ``.vcproj`` files generated
-by the :generator:`Visual Studio 9 2008` and :generator:`Visual Studio 8 2005`
-generators. This is useful when you want to debug on remote WinCE device.
-For example:
-
-.. code-block:: cmake
-
- set_property(TARGET ${TARGET} PROPERTY
- DEPLOYMENT_REMOTE_DIRECTORY "\\FlashStorage")
-
-produces::
-
- <DeploymentTool RemoteDirectory="\FlashStorage" ... />
- <DebuggerTool RemoteExecutable="\FlashStorage\target_file" ... />