We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77eb568 commit f1a8738Copy full SHA for f1a8738
1 file changed
winbuild/build.bat
@@ -1,10 +1,7 @@
1
-del /F /S /Q build
2
swig -DWIN32 -DWin64 -I%LSF_INCLUDE% -I%LSF_INCLUDE%\lsf -python ..\pythonlsf\lsf.i
3
msbuild lsf.sln -property:Configuration=Release
4
-mkdir build
5
-cp X64\Release\_lsf.pyd build\
6
-cp X64\Release\_lsf.lib build\
7
-cp X64\Release\_lsf.exp build\
8
-cp ..\pythonlsf\lsf.py build\
9
-del /F /S /Q x64
+cp X64\Release\_lsf.pyd ..\pythonlsf\
+cp X64\Release\_lsf.lib ..\pythonlsf\
+cp X64\Release\_lsf.exp ..\pythonlsf\
+
10
0 commit comments