* SDK location can now set in makefile * Mixer requirements added to readme * Uncommented previously broken mixer example from docs as this functionality is now working * Fixed windows build & runtime info in README
6 lines
162 B
Makefile
6 lines
162 B
Makefile
!if [set SDKPath=C:\Program^ Files\XMOS\tusbaudiosdk]
|
|
!endif
|
|
|
|
all:
|
|
msbuild host_usb_mixer_control.vcxproj /property:Configuration=Release /property:Platform=x64
|