add pkgingo's (Win32) Minimaid driver.

* new makefile config option "HAVE_MINIMAID"
* update all Visual Studio projects
This commit is contained in:
freem
2014-08-02 00:38:20 -07:00
committed by Jonathan Payne
parent 1f979fff5f
commit 194c8de8f8
10 changed files with 235 additions and 0 deletions
+4
View File
@@ -400,6 +400,10 @@ if WINDOWS
if HAVE_PARALLEL_PORT
Lights += arch/Lights/LightsDriver_Win32Parallel.cpp arch/Lights/LightsDriver_Win32Parallel.h
endif
if HAVE_MINIMAID
Lights += arch/Lights/LightsDriver_Win32Minimaid.cpp arch/Lights/LightsDriver_Win32Minimaid.h
endif
if !HAVE_PTHREAD
Threads += arch/Threads/Threads_Win32.cpp arch/Threads/Threads_Win32.h