summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-08-06 14:42:42 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-08-06 14:42:42 +0000
commit4dc1b4a1e428dcea81964e80496aa0709f80421d (patch)
treec7700a7fb9c038af2fcdeb7001ef31787fe53feb
parent0505f5dce80046f6cb2cd981979d4a15fa11347f (diff)
downloadATCD-4dc1b4a1e428dcea81964e80496aa0709f80421d.tar.gz
ChangeLogTag:Mon Aug 6 09:49:39 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/tao/RTPortableServer/TAO_RTPortableServer.dsp2
2 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index e343b806e00..14680b292d7 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Mon Aug 6 09:49:39 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/RTPortableServer/TAO_RTPortableServer.dsp: Fixed a build
+ problem in Release builds. Should have nailed the problem by
+ now.
+
Sun Aug 5 16:58:39 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/DLL_ORB/Makefile: Thanks to Ossama for helping to fix the
@@ -6,7 +12,7 @@ Sun Aug 5 16:58:39 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Sun Aug 5 16:00:28 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/Oneway_Buffering/Test.idl: Changed the oneway in the
- Test.idl to a twoway call.
+ Test.idl to a twoway call.
Sun Aug 05 15:12:31 2001 Balachandran Natarajan <bala@cs.wustl.edu>
diff --git a/TAO/tao/RTPortableServer/TAO_RTPortableServer.dsp b/TAO/tao/RTPortableServer/TAO_RTPortableServer.dsp
index 85005cde09f..714ec1891b4 100644
--- a/TAO/tao/RTPortableServer/TAO_RTPortableServer.dsp
+++ b/TAO/tao/RTPortableServer/TAO_RTPortableServer.dsp
@@ -56,7 +56,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 ace.lib TAO.lib TAO_PortableServer.lib TAO_RTCORBA.lib /nologo /dll /machine:I386 /out:"..\..\..\bin\TAO_RTPortableServer.dll" /libpath:"..\..\tao" /libpath:"..\..\..\ace" /libpath:"..\..\tao\PortableServer" /libpath:"..\..\..\tao\RTCORBA"
+# ADD LINK32 ace.lib TAO.lib TAO_PortableServer.lib TAO_RTCORBA.lib /nologo /dll /machine:I386 /out:"..\..\..\bin\TAO_RTPortableServer.dll" /libpath:"..\\" /libpath:"..\..\..\ace" /libpath:"..\PortableServer" /libpath:"..\RTCORBA"
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "RTPortableServer - Win32 Debug"