diff options
author | Toby Gray <toby.gray@realvnc.com> | 2013-04-16 15:22:14 +0100 |
---|---|---|
committer | Ludovic Rousseau <ludovic.rousseau+github@gmail.com> | 2013-04-16 18:25:54 +0200 |
commit | 4ca748f654727b8a0bcdd0bd4df3cc94d0f43d3a (patch) | |
tree | 1059ec9f87b32d51c01fb2b6dfb9f44bc3ddedd6 /.private/bwince.cmd | |
parent | 85f1bed8e760ef89d2b90b735c8cf2e948bb2f0c (diff) | |
download | libusb-4ca748f654727b8a0bcdd0bd4df3cc94d0f43d3a.tar.gz |
WinCE: Include COPYING and license information in binary snapshots.
Diffstat (limited to '.private/bwince.cmd')
-rwxr-xr-x | .private/bwince.cmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.private/bwince.cmd b/.private/bwince.cmd index 555e3b2..91a0b2f 100755 --- a/.private/bwince.cmd +++ b/.private/bwince.cmd @@ -33,6 +33,7 @@ copy examples\listdevs.c %WINCE_TARGET_DIR%\examples\source copy examples\xusb.c %WINCE_TARGET_DIR%\examples\source copy msvc\stdint.h %WINCE_TARGET_DIR%\examples\source copy .private\wbs_wince.txt %WINCE_TARGET_DIR%\README.txt +copy COPYING %WINCE_TARGET_DIR%\COPYING rem Perform the rebuild for %%A in (%WINCE_TARGET_ARCHES%) do %MSBUILD_CMD% %WINCE_SLN% /property:Platform="%PLATFORM_PREFIX%%%A%PLATFORM_POSTFIX%" /property:Configuration=%MSBUILD_CONFIGURATION% /target:%MSBUILD_TARGET%" |