You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by lv...@apache.org on 2008/03/10 07:34:12 UTC

svn commit: r635451 - /harmony/enhanced/jdktools/branches/java6/modules/jpda/src/main/native/jdwp/windows/transport/makefile

Author: lvjing
Date: Sun Mar  9 23:34:11 2008
New Revision: 635451

URL: http://svn.apache.org/viewvc?rev=635451&view=rev
Log:
Apply patch for HARMONY-5586, [jdktools][jdwp] build script for windows misses to link SocketTransport_pd obj

Modified:
    harmony/enhanced/jdktools/branches/java6/modules/jpda/src/main/native/jdwp/windows/transport/makefile

Modified: harmony/enhanced/jdktools/branches/java6/modules/jpda/src/main/native/jdwp/windows/transport/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/branches/java6/modules/jpda/src/main/native/jdwp/windows/transport/makefile?rev=635451&r1=635450&r2=635451&view=diff
==============================================================================
--- harmony/enhanced/jdktools/branches/java6/modules/jpda/src/main/native/jdwp/windows/transport/makefile (original)
+++ harmony/enhanced/jdktools/branches/java6/modules/jpda/src/main/native/jdwp/windows/transport/makefile Sun Mar  9 23:34:11 2008
@@ -36,7 +36,8 @@
 
 BUILDFILES = \
     $(CMNTRANS)common\LastTransportError.obj \
-    $(CMNTRANS)dt_socket\SocketTransport.obj 
+    $(CMNTRANS)dt_socket\SocketTransport.obj \
+    dt_socket\SocketTransport_pd.obj
 
 VIRTFILES =