Skip to content

Commit

Permalink
Merge pull request #160 from jwillemsen/jwi-disablemsvc
Browse files Browse the repository at this point in the history
Disable Visual Studio support, currently not maintained/tested and kn…
  • Loading branch information
jwillemsen authored Jan 29, 2024
2 parents a1da999 + 9beaa5c commit 409b4b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brix11/lib/brix11/projects/msbuild.rb
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,6 @@ def base_build_arg(project, path, cmdargv, opts)
end
end

register(MSBuildVS2019::ID, MSBuildVS2019)
#register(MSBuildVS2019::ID, MSBuildVS2019)
end # Project
end # BRIX11
2 changes: 1 addition & 1 deletion brix11/lib/brix11/projects/nmake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,6 @@ def base_build_arg(project, path, cmdargv, opts)
end
end # Handler

register(NMake::ID, NMake)
#register(NMake::ID, NMake)
end # Project
end # BRIX11

0 comments on commit 409b4b3

Please sign in to comment.