kopia lustrzana https://github.com/f4exb/sdrangel
				
				
				
			
		
			
				
	
	
		
			47 wiersze
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Batchfile
		
	
	
			
		
		
	
	
			47 wiersze
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Batchfile
		
	
	
| SET libusbdir="D:\libusb-1.0.19\MinGW64"
 | |
| SET msys2dir="D:\msys64"
 | |
| 
 | |
| copy %msys2dir%\mingw64\bin\libbz2-1.dll %2
 | |
| copy %msys2dir%\mingw64\bin\libfreetype-6.dll %2
 | |
| copy %msys2dir%\mingw64\bin\libglib-2.0-0.dll %2
 | |
| copy %msys2dir%\mingw64\bin\libharfbuzz-0.dll %2
 | |
| copy %msys2dir%\mingw64\bin\libiconv-2.dll %2
 | |
| copy %msys2dir%\mingw64\bin\libintl-8.dll %2
 | |
| copy %msys2dir%\mingw64\bin\libpcre-1.dll %2
 | |
| copy %msys2dir%\mingw64\bin\libpcre16-0.dll %2
 | |
| copy %msys2dir%\mingw64\bin\libpng16-16.dll %2
 | |
| copy %msys2dir%\mingw64\bin\zlib1.dll %2
 | |
| move %2\icudt56.dll %2\libicudt56.dll
 | |
| copy app\%1\sdrangel.exe %2
 | |
| copy sdrbase\%1\sdrbase.dll %2
 | |
| copy cm256cc\%1\cm256cc.dll %2
 | |
| copy mbelib\%1\mbelib.dll %2
 | |
| copy dsdcc\%1\dsdcc.dll %2
 | |
| copy serialdv\%1\serialdv.dll %2
 | |
| copy nanomsg\%1\nanomsg.dll %2
 | |
| copy libhackrf\%1\libhackrf.dll %2
 | |
| copy librtlsdr\%1\librtlsdr.dll %2
 | |
| copy libairspy\%1\libairspy.dll %2
 | |
| copy libbladerf\%1\libbladerf.dll %2
 | |
| copy %libusbdir%\dll\libusb-1.0.dll %2
 | |
| mkdir %2\plugins
 | |
| mkdir %2\plugins\channel
 | |
| mkdir %2\plugins\samplesource
 | |
| copy plugins\channel\chanalyzer\%1\chanalyzer.dll %2\plugins\channel
 | |
| copy plugins\channel\demodam\%1\demodam.dll %2\plugins\channel
 | |
| copy plugins\channel\demodbfm\%1\demodbfm.dll %2\plugins\channel
 | |
| copy plugins\channel\demoddsd\%1\demoddsd.dll %2\plugins\channel
 | |
| copy plugins\channel\demodlora\%1\demodlora.dll %2\plugins\channel
 | |
| copy plugins\channel\demodnfm\%1\demodnfm.dll %2\plugins\channel
 | |
| copy plugins\channel\demodssb\%1\demodssb.dll %2\plugins\channel
 | |
| copy plugins\channel\demodwfm\%1\demodwfm.dll %2\plugins\channel
 | |
| copy plugins\channel\tcpsrc\%1\tcpsrc.dll %2\plugins\channel
 | |
| copy plugins\channel\udpsrc\%1\udpsrc.dll %2\plugins\channel
 | |
| copy plugins\samplesource\filesource\%1\inputfilesource.dll %2\plugins\samplesource
 | |
| copy plugins\samplesource\sdrdaemon\%1\inputsdrdaemon.dll %2\plugins\samplesource
 | |
| copy plugins\samplesource\sdrdaemonfec\%1\inputsdrdaemonfec.dll %2\plugins\samplesource
 | |
| copy plugins\samplesource\rtlsdr\%1\inputrtlsdr.dll %2\plugins\samplesource
 | |
| copy plugins\samplesource\hackrf\%1\inputhackrf.dll %2\plugins\samplesource
 | |
| copy plugins\samplesource\airspy\%1\inputairspy.dll %2\plugins\samplesource
 | |
| copy plugins\samplesource\bladerf\%1\inputbladerf.dll %2\plugins\samplesource
 |