Skip to content

Commit

Permalink
Added release.Windows.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
xingworld committed Nov 29, 2018
1 parent c0eecd0 commit 1a5547e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions c/cl.clean.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
del /s *.obj
del /s *.manifest
del /s *.ilk
del /s *.pdb
del /s *.exe
del /s *.dll
if exist output rd /s /q output
del /s *.obj >nul 2>&1
del /s *.manifest >nul 2>&1
del /s *.ilk >nul 2>&1
del /s *.pdb >nul 2>&1
del /s *.exe >nul 2>&1
del /s *.dll >nul 2>&1
if exist output rd /s /q output >nul 2>&1
4 changes: 2 additions & 2 deletions c/release.Windows.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
del /s "..\lib\Windows\miner.Windows.x64.debug.dll"
del /s "..\lib\Windows\miner.Windows.x64.release.dll"
del /s "..\lib\Windows\miner.Windows.x64.debug.dll" >nul 2>&1
del /s "..\lib\Windows\miner.Windows.x64.release.dll" >nul 2>&1

.\cl.clean.bat
.\cl.dll.Windows.x64.debug.bat
Expand Down

0 comments on commit 1a5547e

Please sign in to comment.