connectivity/com.nokia.tcf/native/TCFNative/TCFClient/copyLib.cmd
author wpaul
Thu, 09 Sep 2010 16:46:06 -0500
changeset 1978 9e45f0e58c6e
parent 60 9d2210c8eed2
permissions -rw-r--r--
cleaned up old classic TRK/DE-isms: removed TRK Program Output Console, TRK Communications Log Console, Symbian Rom Log Console removed option to log rom log warnings - these are handled in EDC now if a module is not found removed TRK timeout launch setting removed default processor mode setting
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
REM copy /V %1\TCFClient.dll ..\..\..\os\win32\x86 already done by project settings
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     4
copy /V %1\TCFClient.map ..\..\..\os\win32\x86
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     5
copy /V %1\TCFClient.lib ..\..\..\os\win32\x86
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     6
echo Copy binaries to ..\..\..\..\com.nokia.tcf\os\win32\x86
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     7
copy /V ..\..\..\os\win32\x86\TCFClient.dll ..\..\..\..\com.nokia.tcf\os\win32\x86
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     8
copy /V  ..\..\..\os\win32\x86\TCFClient.map ..\..\..\..\com.nokia.tcf\os\win32\x86
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
     9
copy /V  ..\..\..\os\win32\x86\TCFClient.lib ..\..\..\..\com.nokia.tcf\os\win32\x86
9d2210c8eed2 Commit changes for 2.1.0
chpeckha
parents:
diff changeset
    10