summaryrefslogtreecommitdiff
path: root/CIAO/connectors
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-10-07 08:14:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-10-07 08:14:45 +0000
commit00824c79c3eaa7e493cb6723c9b7c5bc49e4881d (patch)
treec6ddbc2ee4644f8f921121da2bb7dc9a2677edb0 /CIAO/connectors
parent6e39c54ae39fb00593935706848dddd7d56d69e8 (diff)
downloadATCD-00824c79c3eaa7e493cb6723c9b7c5bc49e4881d.tar.gz
Mon Oct 7 08:15:16 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/dds4ccm/DDS4CCM-INSTALL.html: Document how with nmake we can generate Win64 projects
Diffstat (limited to 'CIAO/connectors')
-rw-r--r--CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html b/CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html
index 19ae7a921d0..564b00450e9 100644
--- a/CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html
+++ b/CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html
@@ -128,7 +128,9 @@ cd %CIAO_ROOT%/connectors/dds4ccm/examples/Shapes && devenv Shapes.sln
cd %CIAO_ROOT%/connectors/dds4ccm/examples/Shapes/descriptors && perl run_test.pl
</pre>
<h3>Building and Installing DDS4CCM on Windows using nmake</h3>
-When using nmake you can use the following steps
+When using nmake you can use the following steps. At the moment you want to compile for Windows 64bit, add
+<code>-value_template platforms=Win64</code> to the mwc.pl commands below.
+
<pre>
cd %CIAO_ROOT% && %ACE_ROOT%/bin/mwc.pl -type nmake -workers 4 CIAO_TAO_DAnCE.mwc
cd %CIAO_ROOT%/connectors/dds4ccm/examples/Shapes && %ACE_ROOT%/bin/mwc.pl -type nmake -workers 4