Skip to content

Commit

Permalink
added windows build files
Browse files Browse the repository at this point in the history
- added default solution file
- VS 2015 project file + VS filter file

project file is configured to use Intel compiler 13.0, applied 64-bit
arch only

Signed-off-by: Sergey Oblomov <[email protected]>
  • Loading branch information
soblomov committed May 26, 2016
1 parent 450af81 commit d245847
Show file tree
Hide file tree
Showing 4 changed files with 623 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libfabric.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

EXPORTS
fi_dupinfo = fi_dupinfo
fi_getinfo = fi_getinfo
fi_freeinfo = fi_freeinfo
fi_fabric = fi_fabric
fi_strerror = fi_strerror
fi_tostr = fi_tostr
22 changes: 22 additions & 0 deletions libfabric.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libfabric", "libfabric.vcxproj", "{6B3A874F-B14C-4F16-B7C3-31E94859AE3E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B3A874F-B14C-4F16-B7C3-31E94859AE3E}.Debug|x64.ActiveCfg = Debug|x64
{6B3A874F-B14C-4F16-B7C3-31E94859AE3E}.Debug|x64.Build.0 = Debug|x64
{6B3A874F-B14C-4F16-B7C3-31E94859AE3E}.Release|x64.ActiveCfg = Release|x64
{6B3A874F-B14C-4F16-B7C3-31E94859AE3E}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit d245847

Please sign in to comment.