File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ rmdir /s /q libusb_src libusb
6
6
git clone https://github.com/libusb/libusb.git libusb_src || exit /b
7
7
cd libusb_src
8
8
9
- git remote add xlz https://github.com/xlz/libusb.git
10
- git fetch xlz || exit /b
11
- git merge xlz/winiso
12
-
13
9
set CONFIG = Release
14
10
set YEAR = 2013
15
11
set MSBUILD = " C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe"
@@ -22,4 +18,4 @@ copy libusb\libusb.h ..\libusb\include\libusb-1.0
22
18
mkdir ..\libusb\MS64\dll
23
19
copy x64\%CONFIG% \dll\*.lib ..\libusb\MS64\dll
24
20
copy x64\%CONFIG% \dll\*.dll ..\libusb\MS64\dll
25
- copy x64\%CONFIG% \dll\*.pdb ..\libusb\MS64\dll
21
+ copy x64\%CONFIG% \dll\*.pdb ..\libusb\MS64\dll
Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ rmdir /s /q libusb_src libusb
6
6
git clone https://github.com/libusb/libusb.git libusb_src || exit /b
7
7
cd libusb_src
8
8
9
- git remote add xlz https://github.com/xlz/libusb.git
10
- git fetch xlz || exit /b
11
- git merge xlz/winiso
12
-
13
9
set CONFIG = Release
14
10
set YEAR = 2015
15
11
set MSBUILD = " C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe"
You can’t perform that action at this time.
0 commit comments