diff options
-rw-r--r-- | appveyor.yml | 2 | ||||
-rw-r--r-- | etc/32bits/libgdi32.a | bin | 0 -> 257548 bytes | |||
-rw-r--r-- | etc/32bits/libopengl32.a | bin | 0 -> 269090 bytes |
3 files changed, 2 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..013890d --- /dev/null +++ b/etc/32bits/libgdi32.a diff --git a/etc/32bits/libopengl32.a b/etc/32bits/libopengl32.a Binary files differnew file mode 100644 index 0000000..f0ec114 --- /dev/null +++ b/etc/32bits/libopengl32.a |