diff options
author | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-02 19:57:42 +0000 |
---|---|---|
committer | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-02 19:57:42 +0000 |
commit | 91ddb0e20c1ae6781ababb45e3b33092171746f5 (patch) | |
tree | 0ac0820f33ddc6dab63ed4e798ae32f29733db80 /examples/IPC_SAP | |
parent | 6c3fdc2159a1a8af793175d009b74bc3c01e2cd1 (diff) | |
download | ATCD-91ddb0e20c1ae6781ababb45e3b33092171746f5.tar.gz |
Wed Jul 02 14:57:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r-- | examples/IPC_SAP/SOCK_SAP/sock_sap.mpc | 2 | ||||
-rw-r--r-- | examples/IPC_SAP/SSL_SAP/SSL_SAP.mpc | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc b/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc index 8ed8780b6a6..655a4573cda 100644 --- a/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc +++ b/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc @@ -1,7 +1,7 @@ project(*C_inclient) : aceexe { exename = C-inclient Source_Files { - C_inclient.cpp + C-inclient.cpp } } diff --git a/examples/IPC_SAP/SSL_SAP/SSL_SAP.mpc b/examples/IPC_SAP/SSL_SAP/SSL_SAP.mpc index efae4a6e180..e9beaff3960 100644 --- a/examples/IPC_SAP/SSL_SAP/SSL_SAP.mpc +++ b/examples/IPC_SAP/SSL_SAP/SSL_SAP.mpc @@ -1,39 +1,39 @@ -project(*client) : aceexe { +project(*client) : aceexe, ssl { exename = client Source_Files { SSL-client.cpp } } -project(*client_simple) : aceexe { +project(*client_simple) : aceexe, ssl { exename = client-simple Source_Files { SSL-client-simple.cpp } } -project(*server) : aceexe { +project(*server) : aceexe, ssl { exename = server Source_Files { SSL-server.cpp } } -project(*server_fancy) : aceexe { +project(*server_fancy) : aceexe, ssl { exename = server-fancy Source_Files { SSL-server-fancy.cpp } } -project(*server_poll) : aceexe { +project(*server_poll) : aceexe, ssl { exename = server-poll Source_Files { SSL-server-poll.cpp } } -project(*server_simple) : aceexe { +project(*server_simple) : aceexe, ssl { exename = server-simple Source_Files { SSL-server-simple.cpp |