diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-13 22:51:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 22:51:22 -0400 |
commit | 96e8f580258d776139f843b853dee3e5fda948d3 (patch) | |
tree | f057581db5e3cfeb5e8198e987c37fd3e9904c57 /pyopengl/bld.bat | |
parent | 0cb474ef4c20773917b3e0230c819e822bcb2dcb (diff) | |
download | astroconda-dev-96e8f580258d776139f843b853dee3e5fda948d3.tar.gz |
Initial commit of pyopengl (#159)
Diffstat (limited to 'pyopengl/bld.bat')
-rw-r--r-- | pyopengl/bld.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyopengl/bld.bat b/pyopengl/bld.bat new file mode 100644 index 0000000..85a7bc3 --- /dev/null +++ b/pyopengl/bld.bat @@ -0,0 +1,2 @@ +%PYTHON% setup.py install +if errorlevel 1 exit 1 |