connectivity/com.nokia.tcf/native/TCFNative/TCFCommSerial/copyBinaries.cmd
author timkelly
Thu, 05 Aug 2010 15:32:59 -0500
branchC3_BUILDER_WORK
changeset 1781 6b0252f3c70e
parent 60 9d2210c8eed2
permissions -rw-r--r--
put back Version getSBSv2Version(boolean forceScan) in ISDKManager. Tracebuilder uses it, and could be an important API.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
60
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     1
echo off
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     2
echo Copy binaries to ..\..\..\os\win32\x86
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     3
copy /V %1\TCFCommSerial.dll ..\..\..\os\win32\x86
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     4
copy /V %1\TCFCommSerial.lib ..\..\..\os\win32\x86
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     5
copy /V %1\TCFCommSerial.map ..\..\..\os\win32\x86