connectivity/com.nokia.tcf/native/TCFNative/TCFClient/copyLib.cmd
author timkelly
Mon, 02 Aug 2010 10:36:48 -0500
branchC3_BUILDER_WORK
changeset 1736 ba74c19c6de3
parent 60 9d2210c8eed2
permissions -rw-r--r--
fix bug 11762. Fix targettypes for MMP editor to retrieve properly depending on whether build config is SBsv1 or SBSv2.

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