Lines Matching refs:dstPath
50 set dstPath=%destType%\Debug variable
52 set dstPath=%destType%\Release variable
58 if exist %dstPath% goto md3
59 mkdir %dstPath%
61 if exist %dstPath%\dll goto md4
62 mkdir %dstPath%\dll
64 if exist %dstPath%\lib goto md5
65 md %dstPath%\lib
67 if exist %dstPath%\examples goto md6
68 md %dstPath%\examples
73 copy %srcPath%\libusb-%version%.dll %dstPath%\dll
74 copy %srcPath%\libusb-%version%.pdb %dstPath%\dll
76 copy %srcPath%\libusb-%version%.lib %dstPath%\lib
95 copy %srcPath%\listdevs.exe %dstPath%\examples
96 copy %srcPath%\listdevs.pdb %dstPath%\examples
115 copy %srcPath%\xusb.exe %dstPath%\examples
116 copy %srcPath%\xusb.pdb %dstPath%\examples
147 copy %srcPath%\fxload.exe %dstPath%\examples
148 copy %srcPath%\fxload.pdb %dstPath%\examples
167 copy %srcPath%\hotplugtest.exe %dstPath%\examples
168 copy %srcPath%\hotplugtest.pdb %dstPath%\examples