Skip to content

Commit 1e5cc97

Browse files
committed
[WINDOWS] Setup a windows build, using the new structures
1 parent 9752a2c commit 1e5cc97

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+355
-0
lines changed

.gitmodules

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[submodule "Thunder"]
2+
path = Thunder
3+
url = [email protected]:rdkcentral/Thunder.git
4+
[submodule "ThunderNanoServices"]
5+
path = ThunderNanoServices
6+
url = [email protected]:rdkcentral/ThunderNanoServices.git
7+
[submodule "ThunderInterfaces"]
8+
path = ThunderInterfaces
9+
url = [email protected]:rdkcentral/ThunderInterfaces.git
10+
[submodule "ThunderClientLibraries"]
11+
path = ThunderClientLibraries
12+
url = [email protected]:rdkcentral/ThunderClientLibraries.git
13+
[submodule "rdkservices"]
14+
path = rdkservices
15+
url = [email protected]:rdkcentral/rdkservices.git

Directory.Build.props

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<ImportGroup Label="PropertySheets" />
3+
<PropertyGroup Label="UserMacros">
4+
<FrameworkPath>$(SolutionDir)Thunder\Source\</FrameworkPath>
5+
<ContractsPath>$(SolutionDir)ThunderInterfaces\</ContractsPath>
6+
<ClientsPath>$(SolutionDir)ThunderClientLibraries\Source\</ClientsPath>
7+
<ToolPath>$(SolutionDir)Thunder\tools\</ToolPath>
8+
<WindowsPath>$(SolutionDir)include\</WindowsPath>
9+
<WindowsLibraries>$(SolutionDir)lib\</WindowsLibraries>
10+
</PropertyGroup>
11+
</Project>

Thunder

Submodule Thunder added at daf0eb4

Thunder.sln

Lines changed: 324 additions & 0 deletions
Large diffs are not rendered by default.

ThunderClientLibraries

Submodule ThunderClientLibraries added at 15dd1ac

ThunderInterfaces

Submodule ThunderInterfaces added at b21e89f

ThunderNanoServices

Submodule ThunderNanoServices added at d19a76f
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)