Skip to content

Commit f1a8738

Browse files
author
jxgao
committed
update
1 parent 77eb568 commit f1a8738

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

winbuild/build.bat

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
del /F /S /Q build
21
swig -DWIN32 -DWin64 -I%LSF_INCLUDE% -I%LSF_INCLUDE%\lsf -python ..\pythonlsf\lsf.i
32
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
3+
cp X64\Release\_lsf.pyd ..\pythonlsf\
4+
cp X64\Release\_lsf.lib ..\pythonlsf\
5+
cp X64\Release\_lsf.exp ..\pythonlsf\
6+
107

0 commit comments

Comments
 (0)