summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-31 01:26:15 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-31 01:26:15 +0000
commit730f431065a1a9520a3a2a123445da1ed1eb41cc (patch)
treea030392a06b059789168386e299f60c0e46b040d /examples/IPC_SAP
parent325710f06853b503de543dc7182cdb26caac3e16 (diff)
downloadATCD-730f431065a1a9520a3a2a123445da1ed1eb41cc.tar.gz
ChangeLogTag:Thu Jul 31 01:29:16 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r--examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc b/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
index c14d285a3a4..c10bf89a6a2 100644
--- a/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
+++ b/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
@@ -13,7 +13,7 @@ project(*server) : aceexe {
}
project(*Msg_Client) : aceexe {
- exename = FIFO-Msg-client.cpp
+ exename = FIFO-Msg-client
Source_Files {
FIFO-Msg-client.cpp
}