From 1fc0fa056d79237d343840adfe12ea0b06cf4543 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Tue, 15 Nov 2005 12:52:04 -0500 Subject: [svn-r11724] Purpose: Maintenance on Windows Description: Add in conversion .dsp to .vcproj for objcopy.dsp and objcopydll.dsp Solution: Platforms tested: Misc. update: --- windows/batch_net/convert_to_vcproj.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/batch_net/convert_to_vcproj.bat b/windows/batch_net/convert_to_vcproj.bat index 320eb16..d430fe9 100755 --- a/windows/batch_net/convert_to_vcproj.bat +++ b/windows/batch_net/convert_to_vcproj.bat @@ -86,6 +86,8 @@ echo ************************************************************ >> convert.log convert.js %1\windows\test\extenddll\extenddll.dsp %1\windows\test\extenddll\extenddll.vcproj >> convert.log convert.js %1\windows\test\external\external.dsp %1\windows\test\external\external.vcproj >> convert.log convert.js %1\windows\test\externaldll\externaldll.dsp %1\windows\test\externaldll\externaldll.vcproj >> convert.log + convert.js %1\windows\test\objcopy\objcopy.dsp %1\windows\test\objcopy\objcopy.vcproj >> convert.log + convert.js %1\windows\test\objcopydll\objcopydll.dsp %1\windows\test\objcopydll\objcopydll.vcproj >> convert.log convert.js %1\windows\test\file_handle\file_handle.dsp %1\windows\test\file_handle\file_handle.vcproj >> convert.log convert.js %1\windows\test\file_handledll\file_handledll.dsp %1\windows\test\file_handledll\file_handledll.vcproj >> convert.log convert.js %1\windows\test\fillval\fillval.dsp %1\windows\test\fillval\fillval.vcproj >> convert.log -- cgit v0.12