text stringlengths 0 834k |
|---|
copy msvc\stdint.h E:\dailies\%DATE%\examples\source |
copy .private\wbs.txt E:\dailies\%DATE%\README.txt |
set ORG_BUILD_ALT_DIR=%BUILD_ALT_DIR% |
set ORG_BUILDARCH=%_BUILDARCH% |
set ORG_PATH=%PATH% |
set ORG_BUILD_DEFAULT_TARGETS=%BUILD_DEFAULT_TARGETS% |
set 386=1 |
set AMD64= |
set BUILD_DEFAULT_TARGETS=-386 |
set _AMD64bit= |
set _BUILDARCH=x86 |
set PATH=%BASEDIR%\bin\x86;%BASEDIR%\bin\x86\x86 |
cd msvc |
call ddk_build |
cd .. |
@echo off |
copy Win32\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS32\static |
copy Win32\Release\examples\listdevs.exe E:\dailies\%DATE%\examples\bin32 |
copy Win32\Release\examples\xusb.exe E:\dailies\%DATE%\examples\bin32 |
copy Win32\Release\examples\fxload.exe E:\dailies\%DATE%\examples\bin32 |
cd msvc |
call ddk_build DLL |
cd .. |
@echo off |
copy Win32\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS32\dll |
copy Win32\Release\dll\libusb-1.0.dll E:\dailies\%DATE%\MS32\dll |
copy Win32\Release\dll\libusb-1.0.pdb E:\dailies\%DATE%\MS32\dll |
set 386= |
set AMD64=1 |
set BUILD_DEFAULT_TARGETS=-amd64 |
set _AMD64bit=true |
set _BUILDARCH=AMD64 |
set PATH=%BASEDIR%\bin\x86\amd64;%BASEDIR%\bin\x86 |
cd msvc |
call ddk_build |
cd .. |
@echo off |
copy x64\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS64\static |
copy x64\Release\examples\listdevs.exe E:\dailies\%DATE%\examples\bin64 |
copy x64\Release\examples\xusb.exe E:\dailies\%DATE%\examples\bin64 |
copy x64\Release\examples\fxload.exe E:\dailies\%DATE%\examples\bin64 |
cd msvc |
call ddk_build DLL |
cd .. |
@echo off |
copy x64\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS64\dll |
copy x64\Release\dll\libusb-1.0.dll E:\dailies\%DATE%\MS64\dll |
copy x64\Release\dll\libusb-1.0.pdb E:\dailies\%DATE%\MS64\dll |
set BUILD_ALT_DIR=%ORG_BUILD_ALT_DIR% |
set _BUILDARCH=%ORG_BUILDARCH% |
set PATH=%ORG_PATH% |
set BUILD_DEFAULT_TARGETS=%ORG_BUILD_DEFAULT_TARGETS% |
goto done |
:usage |
echo must be run in a WXP build environment! |
:done |
cd %IWD%",28.5842696629,73,0.7637578616 |
302,d02d0dfa7b7bde27d70326b50c8ba092d3cc08f0,3823,cmd,Batchfile,src/cmd/System/slb.cmd,Matese/ScriptLib,72f058808b965790e8334e483a5d05de45a1a807,['MIT'],1.0,2021-10-06T22:23:20.000Z,2021-10-06T22:23:20.000Z,src/cmd/System/slb.cmd,Matese/ScriptLib,72f058808b965790e8334e483a5d05de45a1a807,['MIT'],,,,src/cmd/System/slb.cmd,Matese/ScriptLib,72f058808b965790e8334e483a5d05de45a1a807,['MIT'],,,,"::slb.cmd Version 0.1 |
::...................................................................................................................... |
:: Description: |
:: ScriptLib command invoker |
:: |
:: History: |
:: - v0.1 2021-09-21 Initial versioned release with embedded documentation |
:: |
:: Remarks: |
:: Inspired by |
:: -> https://stackoverflow.com/questions/935609/batch-parameters-everything-after-1 |
::...................................................................................................................... |
::.................................................................................. |
:: The main entry point for the script |
:: |
@ECHO OFF |
SETLOCAL |
:: parse command |
SET _cmd=%~1 |
IF ""%_cmd%""==""chkred"" SET _cmd=slb-git-chkred |
IF ""%_cmd%""==""config"" SET _cmd=slb-git-config |
IF ""%_cmd%""==""depend"" SET _cmd=slb-git-depend |
IF ""%_cmd%""==""getter"" SET _cmd=slb-git-getter |
IF ""%_cmd%""==""lister"" SET _cmd=slb-git-lister |
IF ""%_cmd%""==""puller"" SET _cmd=slb-git-puller |
IF ""%_cmd%""==""scfdng"" SET _cmd=slb-git-scfdng |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.