Hamlib/scripts
Nate Bargmann 0eda2b55d1 No longer rely on pkg-config for libusb
Use AC_CHECK_LIB macro to search for libusb rather than rely on
pkg-config.  Preserve environment variables LIBUSB_CFLAGS and
LIBUSB_LIBS as user precious variables.  Two features,
--with-xml-support and --enable-usrp still rely on pkg-config so only
invoke pkg-config when either or both of these features are selected.
Only the Winradio g313 model uses libdl so test for it only when
Winradio backend is enabled.
2013-10-30 22:29:50 -05:00
..
build-VB.NET.sh Remove dependency on libltdl 2013-09-18 22:58:00 -05:00
build-win32.sh No longer rely on pkg-config for libusb 2013-10-30 22:29:50 -05:00
Makefile.am Distribute scripts/ in source releases. 2011-06-20 22:26:27 -05:00
README.build-VB.NET Add build-VB.NET.sh and README files to scripts/ 2011-06-20 21:35:06 -05:00
README.build-win32 No longer rely on pkg-config for libusb 2013-10-30 22:29:50 -05:00
README.scripts Add build-VB.NET.sh and README files to scripts/ 2011-06-20 21:35:06 -05:00

The scripts/ directory will contain helper scripts for building Hamlib
binary releases for Win32 and possibly other target platforms.  EAch
script should be accompanied by a companion README file with information
on the script and build requirements.

Scripts:

build-win32.sh for building Win32 DLLs and EXEs for use with MS VC++.

build-VB.NET.sh for building Win32 DLLs and EXEs for use with MS VB.NET
2002 Framework 1.1