Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.vs
*.sln
*.suo
*.vcproj
*.vcxproj
*.vcxproj.filters
UpgradeLog*.htm
*.pyc
winpty.sdf
winpty.opensdf
Expand Down
6 changes: 6 additions & 0 deletions vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ if errorlevel 1 (
exit /b 1
)

REM -------------------------------------------------------------------------
REM -- Upgrade the project.
devenv winpty.sln /Upgrade 2>nul || (
echo warning: Solution upgrade not yet succeeded
)

REM -------------------------------------------------------------------------
REM -- Compile the project.

Expand Down