Skip to content

Commit

Permalink
Pause at the end of build and clobber command-line scripts so that th…
Browse files Browse the repository at this point in the history
…e window won't dissapear on double-click
  • Loading branch information
milang committed Feb 8, 2011
1 parent 4082f3f commit 148a776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions p4.net_build.cmd
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@"%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" /nologo /maxcpucount /consoleloggerparameters:ShowCommandLine;ShowTimestamp /target:Build "%~dp0src/p4.net.proj"
@pause
1 change: 1 addition & 0 deletions p4.net_clobber.cmd
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@"%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" /nologo /maxcpucount /consoleloggerparameters:ShowCommandLine;ShowTimestamp /target:Clobber "%~dp0src/p4.net.proj"
@pause

0 comments on commit 148a776

Please sign in to comment.