aboutsummaryrefslogtreecommitdiff
path: root/bcl.sln
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2021-04-04 19:13:24 -0600
committerGavin Howard <yzena.tech@gmail.com>2021-04-04 19:13:24 -0600
commitf7a6430c6abbfbc713eec85a54a1f19aab64dab9 (patch)
tree3d5c55fe4034c54ff1d269ab4f73e5ba3b0651e5 /bcl.sln
parent40d0351155b4a36afe3541dd626d8b1eeaa7f714 (diff)
downloadbc-f7a6430c6abbfbc713eec85a54a1f19aab64dab9.tar.gz
Start the process of making bc/dc work on Windows
This requires some code to make things match POSIX and especially making inline an empty string because Microsoft's compiler is picky about functions marked inline.
Diffstat (limited to 'bcl.sln')
-rw-r--r--bcl.sln31
1 files changed, 31 insertions, 0 deletions
diff --git a/bcl.sln b/bcl.sln
new file mode 100644
index 00000000..77009a43
--- /dev/null
+++ b/bcl.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.31129.286
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bcl", "bcl.vcxproj", "{D2CC3DCF-7919-4DEF-839D-E9B897EC3E8E}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {D2CC3DCF-7919-4DEF-839D-E9B897EC3E8E}.Debug|x64.ActiveCfg = Debug|x64
+ {D2CC3DCF-7919-4DEF-839D-E9B897EC3E8E}.Debug|x64.Build.0 = Debug|x64
+ {D2CC3DCF-7919-4DEF-839D-E9B897EC3E8E}.Debug|x86.ActiveCfg = Debug|Win32
+ {D2CC3DCF-7919-4DEF-839D-E9B897EC3E8E}.Debug|x86.Build.0 = Debug|Win32
+ {D2CC3DCF-7919-4DEF-839D-E9B897EC3E8E}.Release|x64.ActiveCfg = Release|x64
+ {D2CC3DCF-7919-4DEF-839D-E9B897EC3E8E}.Release|x64.Build.0 = Release|x64
+ {D2CC3DCF-7919-4DEF-839D-E9B897EC3E8E}.Release|x86.ActiveCfg = Release|Win32
+ {D2CC3DCF-7919-4DEF-839D-E9B897EC3E8E}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {591735E0-C314-4BFF-A595-E9999B49CB25}
+ EndGlobalSection
+EndGlobal