Skip to content

Commit

Permalink
Disable Visual Studio support, currently not maintained/tested and kn…
Browse files Browse the repository at this point in the history
…own to be broken, needs structural work

    * brix11/lib/brix11/projects/msbuild.rb:
    * brix11/lib/brix11/projects/nmake.rb:
  • Loading branch information
jwillemsen committed Jan 29, 2024
1 parent a1da999 commit 9beaa5c
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 9beaa5c

Please sign in to comment.