connectivity/com.nokia.tcf/native/TCFNative/TCFCommTCP/copyBinaries.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).
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\TCFCommTCP.dll ..\..\..\os\win32\x86
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     4
copy /V %1\TCFCommTCP.lib ..\..\..\os\win32\x86
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     5
copy /V %1\TCFCommTCP.map ..\..\..\os\win32\x86