connectivity/com.nokia.tcf/native/TCFNative/TCFClient/copyLib.cmd
author timkelly
Thu, 26 Aug 2010 09:45:25 -0500
changeset 1891 1c19331f819a
parent 60 9d2210c8eed2
permissions -rw-r--r--
fix problem constructing macros with values from mmps. Was causing .pro file imports to fail completely.

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