From 1f22b3b226bead49328be112157b0acbc121730e Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Sun, 26 Oct 2014 15:36:39 +0100 Subject: Add opengl32.a and gdi32.a --- appveyor.yml | 2 ++ etc/32bits/libgdi32.a | Bin 0 -> 257548 bytes etc/32bits/libopengl32.a | Bin 0 -> 269090 bytes 3 files changed, 2 insertions(+) create mode 100644 etc/32bits/libgdi32.a create mode 100644 etc/32bits/libopengl32.a diff --git a/appveyor.yml b/appveyor.yml index bc7df49..ed0256b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,8 @@ install: - 7z x cargo-nightly-i686-w64-mingw32.tar - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - SET PATH=%PATH%;%CD%\cargo-nightly-i686-w64-mingw32\bin + - mkdir %HOMEDRIVE%%HOMEPATH%\.rust + - cp etc/32bits/* %HOMEDRIVE%%HOMEPATH%\.rust build: false diff --git a/etc/32bits/libgdi32.a b/etc/32bits/libgdi32.a new file mode 100644 index 0000000..013890d Binary files /dev/null and b/etc/32bits/libgdi32.a differ diff --git a/etc/32bits/libopengl32.a b/etc/32bits/libopengl32.a new file mode 100644 index 0000000..f0ec114 Binary files /dev/null and b/etc/32bits/libopengl32.a differ -- cgit v1.2.3