libaltos: Add pre-built windows dll binaries
authorKeith Packard <keithp@keithp.com>
Thu, 22 Oct 2020 05:01:47 +0000 (22:01 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 22 Oct 2020 05:05:55 +0000 (22:05 -0700)
Current Debian unstable builds versions that don't run on all Windows
10 machines.

Signed-off-by: Keith Packard <keithp@keithp.com>
libaltos/Makefile.am
libaltos/altos.dll [new file with mode: 0755]
libaltos/altos64.dll [new file with mode: 0755]

index eb5eb6774fc5e42fa8b14dc1b428e1dd7fd919c4..8c57b3f9d92f4d7a23e4a9fd28977c46d03074aa 100644 (file)
@@ -85,11 +85,12 @@ MINGLIBS=-lsetupapi -lws2_32
 
 fat: all altos.dll altos64.dll
 
-altos.dll: $(WINDOWS_SRC) $(WINDOWS_H)
-       $(MINGCC32) -o $@ $(MINGFLAGS) -shared $(WINDOWS_SRC) $(MINGLIBS)
+#altos.dll: $(WINDOWS_SRC) $(WINDOWS_H)
+#      $(MINGCC32) -o $@ $(MINGFLAGS) -shared $(WINDOWS_SRC) $(MINGLIBS)
 
-altos64.dll: $(WINDOWS_SRC) $(WINDOWS_H)
-       $(MINGCC64) -o $@ $(MINGFLAGS) -shared $(WINDOWS_SRC) $(MINGLIBS)
+#altos64.dll: $(WINDOWS_SRC) $(WINDOWS_H)
+#      $(MINGCC64) -o $@ $(MINGFLAGS) -shared $(WINDOWS_SRC) $(MINGLIBS)
 
 clean-local:
-       -rm -rf libaltosJNI *.class *.java classlibaltos.stamp $(SWIG_FILE) libaltos_wrap.c altos.dll altos64.dll
+       -rm -rf libaltosJNI *.class *.java classlibaltos.stamp $(SWIG_FILE) libaltos_wrap.c
+#      -rm -rf  altos.dll altos64.dll  
diff --git a/libaltos/altos.dll b/libaltos/altos.dll
new file mode 100755 (executable)
index 0000000..ed0e477
Binary files /dev/null and b/libaltos/altos.dll differ
diff --git a/libaltos/altos64.dll b/libaltos/altos64.dll
new file mode 100755 (executable)
index 0000000..e0edc1d
Binary files /dev/null and b/libaltos/altos64.dll differ