Skip to content

Commit

Permalink
rel: Finish Release-22.06
Browse files Browse the repository at this point in the history
  • Loading branch information
vonericsen committed Jul 29, 2022
2 parents 7a41cd0 + bdca0f1 commit fddfa2c
Show file tree
Hide file tree
Showing 114 changed files with 6,700 additions and 4,979 deletions.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ task:
matrix:
image_family: freebsd-13-0
image_family: freebsd-12-3
image_family: freebsd-11-4
install_script: pkg install -y git meson
submodules_script: git submodule update --init --recursive --progress
release_script:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
6 changes: 3 additions & 3 deletions Make/UEFI/copy_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ if [ -d "$1" ]; then
#copy UEFI makefiles for openSeaChest
cp -r "$openSeaChestBaseDir/Make/UEFI/openSeaChest"* "$openSeaChestPkgDir"
#now copy opensea-libs
"$openSeaChestBaseDir"/opensea-common/Make/UEFI/copy_files.sh "$1"
"$openSeaChestBaseDir"/opensea-transport/Make/UEFI/copy_files.sh "$1"
"$openSeaChestBaseDir"/opensea-operations/Make/UEFI/copy_files.sh "$1"
"$openSeaChestBaseDir"/subprojects/opensea-common/Make/UEFI/copy_files.sh "$1"
"$openSeaChestBaseDir"/subprojects/opensea-transport/Make/UEFI/copy_files.sh "$1"
"$openSeaChestBaseDir"/subprojects/opensea-operations/Make/UEFI/copy_files.sh "$1"

else
echo "Cannot find specified path: $1"
Expand Down
12 changes: 6 additions & 6 deletions Make/VS.2013/OpenSeaChest.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenSeaChest_Basics", "Open
{02F57AFA-58A6-49D3-8F17-C658CDE630BF} = {02F57AFA-58A6-49D3-8F17-C658CDE630BF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Win_getopt", "..\..\wingetopt\VS.2013\Win_getopt.vcxproj", "{621B44CE-B314-4E05-B214-5DC70F2B4798}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Win_getopt", "..\..\subprojects\wingetopt\VS.2013\Win_getopt.vcxproj", "{621B44CE-B314-4E05-B214-5DC70F2B4798}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opensea-common", "..\..\opensea-common\Make\VS.2013\opensea-common\opensea-common\opensea-common.vcxproj", "{02F57AFA-58A6-49D3-8F17-C658CDE630BF}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opensea-common", "..\..\subprojects\opensea-common\Make\VS.2013\opensea-common\opensea-common\opensea-common.vcxproj", "{02F57AFA-58A6-49D3-8F17-C658CDE630BF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opensea-transport-Lib", "..\..\opensea-transport\Make\VS.2013\opensea-transport\opensea-transport\opensea-transport.vcxproj", "{394BD68F-7AF9-4C27-9B40-5819F24A5B64}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opensea-transport-Lib", "..\..\subprojects\opensea-transport\Make\VS.2013\opensea-transport\opensea-transport\opensea-transport.vcxproj", "{394BD68F-7AF9-4C27-9B40-5819F24A5B64}"
ProjectSection(ProjectDependencies) = postProject
{02F57AFA-58A6-49D3-8F17-C658CDE630BF} = {02F57AFA-58A6-49D3-8F17-C658CDE630BF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opensea-transport-DLL", "..\..\opensea-transport\Make\VS.2013\opensea-transport\opensea-transport-DLL\opensea-transport-DLL.vcxproj", "{EC785B2D-14C3-4AAF-AF33-595BFC96343C}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opensea-transport-DLL", "..\..\subprojects\opensea-transport\Make\VS.2013\opensea-transport\opensea-transport-DLL\opensea-transport-DLL.vcxproj", "{EC785B2D-14C3-4AAF-AF33-595BFC96343C}"
ProjectSection(ProjectDependencies) = postProject
{02F57AFA-58A6-49D3-8F17-C658CDE630BF} = {02F57AFA-58A6-49D3-8F17-C658CDE630BF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opensea-operations-Lib", "..\..\opensea-operations\Make\VS.2013\opensea-operations\opensea-operations\opensea-operations.vcxproj", "{9F3EACCC-FD87-407F-81B3-51F67C463106}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opensea-operations-Lib", "..\..\subprojects\opensea-operations\Make\VS.2013\opensea-operations\opensea-operations\opensea-operations.vcxproj", "{9F3EACCC-FD87-407F-81B3-51F67C463106}"
ProjectSection(ProjectDependencies) = postProject
{394BD68F-7AF9-4C27-9B40-5819F24A5B64} = {394BD68F-7AF9-4C27-9B40-5819F24A5B64}
{02F57AFA-58A6-49D3-8F17-C658CDE630BF} = {02F57AFA-58A6-49D3-8F17-C658CDE630BF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opensea-operations-DLL", "..\..\opensea-operations\Make\VS.2013\opensea-operations\opensea-operations-DLL\opensea-operations-DLL.vcxproj", "{D73F51F3-3C0C-4E82-A0C2-10823534A5D8}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opensea-operations-DLL", "..\..\subprojects\opensea-operations\Make\VS.2013\opensea-operations\opensea-operations-DLL\opensea-operations-DLL.vcxproj", "{D73F51F3-3C0C-4E82-A0C2-10823534A5D8}"
ProjectSection(ProjectDependencies) = postProject
{EC785B2D-14C3-4AAF-AF33-595BFC96343C} = {EC785B2D-14C3-4AAF-AF33-595BFC96343C}
{02F57AFA-58A6-49D3-8F17-C658CDE630BF} = {02F57AFA-58A6-49D3-8F17-C658CDE630BF}
Expand Down
32 changes: 16 additions & 16 deletions Make/VS.2013/OpenSeaChest_Basics/OpenSeaChest_Basics.vcxproj

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions Make/VS.2013/OpenSeaChest_Configure/OpenSeaChest_Configure.vcxproj

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions Make/VS.2013/OpenSeaChest_Erase/OpenSeaChest_Erase.vcxproj

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions Make/VS.2013/OpenSeaChest_Firmware/OpenSeaChest_Firmware.vcxproj

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions Make/VS.2013/OpenSeaChest_Format.c/OpenSeaChest_Format.c.vcxproj

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit fddfa2c

Please sign in to comment.