diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-20 15:21:07 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-20 15:21:07 +0000 |
commit | ece2fca00e3d848307107141eaeff98be812c4eb (patch) | |
tree | 9c8efa8c5714c1800db6a3b7bd33a0573a91d4b2 /TAO/performance-tests | |
parent | f1820a6b09db8786674deb072b0cc1172bb289f4 (diff) | |
download | ATCD-ece2fca00e3d848307107141eaeff98be812c4eb.tar.gz |
Fixed project files
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r-- | TAO/performance-tests/RTCorba/Oneways/Reliable/client.dsp | 2 | ||||
-rw-r--r-- | TAO/performance-tests/RTCorba/Oneways/Reliable/server.dsp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/client.dsp b/TAO/performance-tests/RTCorba/Oneways/Reliable/client.dsp index c7b570d2bbb..62fdd8b8beb 100644 --- a/TAO/performance-tests/RTCorba/Oneways/Reliable/client.dsp +++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/client.dsp @@ -62,7 +62,7 @@ LINK32=link.exe # PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir ""
-# PROP Intermediate_Dir ""
+# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/server.dsp b/TAO/performance-tests/RTCorba/Oneways/Reliable/server.dsp index e227ef830bd..e16cf024015 100644 --- a/TAO/performance-tests/RTCorba/Oneways/Reliable/server.dsp +++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/server.dsp @@ -62,7 +62,7 @@ LINK32=link.exe # PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir ""
-# PROP Intermediate_Dir ""
+# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|