blob: 45ab2f40ac4d37c7168e5ec4f9f791b895c49b38 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
del _mssql.c
"%PYTHON%" setup.py build_ext -I "%PREFIX%"\include -L "%PREFIX%"\lib
if errorlevel 1 exit 1
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.
:: See
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
|