summaryrefslogtreecommitdiffstats
path: root/tags/cpp-sca-20060405/samples/Calculator/Client/runclient.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'tags/cpp-sca-20060405/samples/Calculator/Client/runclient.cmd')
-rw-r--r--tags/cpp-sca-20060405/samples/Calculator/Client/runclient.cmd14
1 files changed, 0 insertions, 14 deletions
diff --git a/tags/cpp-sca-20060405/samples/Calculator/Client/runclient.cmd b/tags/cpp-sca-20060405/samples/Calculator/Client/runclient.cmd
deleted file mode 100644
index 8aa6f24f65..0000000000
--- a/tags/cpp-sca-20060405/samples/Calculator/Client/runclient.cmd
+++ /dev/null
@@ -1,14 +0,0 @@
-@echo off
-rem Runs the client after setting the SCA environment variables to use the
-rem CalculatorSubsystem
-setlocal
-set SCA4CPP_SYSTEM_ROOT=%~d0%~p0\..\..\runtime
-
-rem Only need to specify the subsystem (and not the moduleComponent as well) because
-rem there is only one moduleComponent in the subsystem - it is a very simple sample.
-set SCA4CPP_DEFAULT_MODULE=CalculatorSubsystem
-
-rem Run the client
-%~d0%~p0\debug\Client.exe %*
-
-endlocal \ No newline at end of file