connectivity/com.nokia.tcf/native/TCFNative/TCFClient/copyLib.cmd
author Ed Swartz <ed.swartz@nokia.com>
Wed, 30 Dec 2009 13:49:15 -0600
changeset 734 9cbe484c2715
parent 60 9d2210c8eed2
permissions -rw-r--r--
Set the other columns as explicitly using the default font, to work around the previous issue (but still pack columns, for consistency).

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