Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: third_party/libusb/src/msvc/ddk_build.cmd

Issue 10332075: Adding use_system_libusb option for third_party/libusb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review changes. Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/libusb/src/msvc/config.h ('k') | third_party/libusb/src/msvc/inttypes.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @rem default builds static library. 1 @rem default builds static library.
2 @rem you can pass the following arguments (case insensitive): 2 @rem you can pass the following arguments (case insensitive):
3 @rem - "DLL" to build a DLL instead of a static library 3 @rem - "DLL" to build a DLL instead of a static library
4 @rem - "/MT" to build a static library compatible with MSVC's /MT option (LIBCMT vs MSVCRT) 4 @rem - "/MT" to build a static library compatible with MSVC's /MT option (LIBCMT vs MSVCRT)
5 @echo off 5 @echo off
6 6
7 if Test%BUILD_ALT_DIR%==Test goto usage 7 if Test%BUILD_ALT_DIR%==Test goto usage
8 8
9 rem process commandline parameters 9 rem process commandline parameters
10 set TARGET=LIBRARY 10 set TARGET=LIBRARY
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 cd ..\..\msvc 97 cd ..\..\msvc
98 echo lsusb build failed 98 echo lsusb build failed
99 goto done 99 goto done
100 100
101 :usage 101 :usage
102 echo ddk_build must be run in a WDK build environment 102 echo ddk_build must be run in a WDK build environment
103 pause 103 pause
104 goto done 104 goto done
105 105
106 :done 106 :done
OLDNEW
« no previous file with comments | « third_party/libusb/src/msvc/config.h ('k') | third_party/libusb/src/msvc/inttypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698