diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-27 22:32:51 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-27 22:32:51 +0000 |
commit | 29f96c2a2f819f5bfd7e59e02c040024c048ba73 (patch) | |
tree | be26b5ddaa445c84b641d5bf617c9cb23195d2f4 /TAO/tests/NestedUpcall | |
parent | 96460403fa1141ef79dc107827c8a0c3da57b9d5 (diff) | |
download | ATCD-29f96c2a2f819f5bfd7e59e02c040024c048ba73.tar.gz |
Fixed some problems with the dsp project file.
Diffstat (limited to 'TAO/tests/NestedUpcall')
-rw-r--r-- | TAO/tests/NestedUpcall/MT_Client_Test/client.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/client.dsp b/TAO/tests/NestedUpcall/MT_Client_Test/client.dsp index 8b61d075f1b..b67232a6e74 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/client.dsp +++ b/TAO/tests/NestedUpcall/MT_Client_Test/client.dsp @@ -132,12 +132,12 @@ SOURCE=.\MT_Object_Impl.h # PROP Default_Filter "*.idl"
# Begin Source File
-SOURCE=.\NU MT_lient_Test.idl
-USERDEP__NU MT_L="..\..\..\tao_idl\tao_idl.exe"
+SOURCE=.\MT_Client_Test.idl
+USERDEP__MT_CL="..\..\..\tao_idl\tao_idl.exe"
-!IF "$(CFG)" == "MT_Client_Test Client - Win32 Release"
+!IF "$(CFG)" == "NU MT_Client_Test Client - Win32 Release"
-!ELSEIF "$(CFG)" == "MT_Client_Test Client - Win32 Debug"
+!ELSEIF "$(CFG)" == "NU MT_Client_Test Client - Win32 Debug"
# Begin Custom Build - Invoking TAO IDL compiler
InputPath=.\MT_Client_Test.idl
|