--- /dev/null 2014-04-18 17:39:37.000000000 +0400 +++ new/test/java/awt/dnd/Win32TYMEDSelectionTest/Makefile 2014-04-18 17:39:35.693592100 +0400 @@ -0,0 +1,5 @@ +all: child.cpp + cl -o child.exe child.cpp user32.lib ole32.lib gdi32.lib + +clean: + rm -f child.exe child.obj