Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaamo committed Jul 26, 2024
1 parent 7b0b39a commit 96350ca
Show file tree
Hide file tree
Showing 6 changed files with 7,237 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This doesn't really work, it fails to find glfw3.lib somehow...

name: MSBuild

Expand Down Expand Up @@ -53,3 +50,6 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} ${{env.SOLUTION_FILE_PATH}}

# Somewhere here we should https://github.com/marketplace/actions/makensis
# then publish the artefact
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
path = 3rdparty/openvr
url = https://github.com/ValveSoftware/openvr
branch = master
[submodule "3rdparty/glfw"]
path = 3rdparty/glfw
url = https://github.com/glfw/glfw
branch = master
[submodule "3rdparty/PlatformFolders"]
path = 3rdparty/PlatformFolders
url = https://github.com/sago007/PlatformFolders
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/glfw
Submodule glfw deleted from b35641
23 changes: 23 additions & 0 deletions 3rdparty/glfw/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright (c) 2002-2006 Marcus Geelnard

Copyright (c) 2006-2019 Camilla Löwy

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
distribution.

Loading

0 comments on commit 96350ca

Please sign in to comment.