summaryrefslogtreecommitdiff
path: root/pymssql/bld.bat
blob: 209edf845f5ac99186231cb81c7730b13d257406 (plain) (blame)
1
2
3
4
5
6
7
8
9
del _mssql.c
"%PYTHON%" setup.py build_ext -I "%PREFIX%"\include -L "%PREFIX%"\lib
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt

:: 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.