connectivity/com.nokia.tcf/native/TCFNative/TCFClient/copyLib.cmd
author stechong
Wed, 07 Apr 2010 11:58:17 -0500
changeset 1166 4e2ef6f4eab3
parent 60 9d2210c8eed2
permissions -rw-r--r--
Improved handling of auto-generated connection name in remote connections wizard.

echo off
echo Copy binaries to ..\..\..\os\win32\x86
REM copy /V %1\TCFClient.dll ..\..\..\os\win32\x86 already done by project settings
copy /V %1\TCFClient.map ..\..\..\os\win32\x86
copy /V %1\TCFClient.lib ..\..\..\os\win32\x86
echo Copy binaries to ..\..\..\..\com.nokia.tcf\os\win32\x86
copy /V ..\..\..\os\win32\x86\TCFClient.dll ..\..\..\..\com.nokia.tcf\os\win32\x86
copy /V  ..\..\..\os\win32\x86\TCFClient.map ..\..\..\..\com.nokia.tcf\os\win32\x86
copy /V  ..\..\..\os\win32\x86\TCFClient.lib ..\..\..\..\com.nokia.tcf\os\win32\x86