diff options
Diffstat (limited to 'oracle')
-rw-r--r-- | oracle/makefile | 10 | ||||
-rw-r--r-- | oracle/oracle-vc10.sln | 15 | ||||
-rw-r--r-- | oracle/oracle-vc11.sln | 15 | ||||
-rw-r--r-- | oracle/oracle-vc12.sln | 17 | ||||
-rw-r--r-- | oracle/oracle-vc8.sln | 15 | ||||
-rw-r--r-- | oracle/oracle-vc9.sln | 15 |
6 files changed, 5 insertions, 82 deletions
diff --git a/oracle/makefile b/oracle/makefile index ef0f8b9..4069f1a 100644 --- a/oracle/makefile +++ b/oracle/makefile @@ -19,11 +19,11 @@ $(dist): export extra_dist := $(name)-vc8.sln $(name)-vc9.sln \ $(name)-vc10.sln $(name)-vc11.sln $(name)-vc12.sln test.bat $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(tests))) $(call meta-automake) - $(call meta-vc8sln,$(name)-vc8.sln) - $(call meta-vc9sln,$(name)-vc9.sln) - $(call meta-vc10sln,$(name)-vc10.sln) - $(call meta-vc11sln,$(name)-vc11.sln) - $(call meta-vc12sln,$(name)-vc12.sln) + $(call meta-vc8sln1,$(name)) + $(call meta-vc9sln1,$(name)) + $(call meta-vc10sln1,$(name)) + $(call meta-vc11sln1,$(name)) + $(call meta-vc12sln1,$(name)) $(call meta-vctest,$(name)-vc10.sln,test.bat) $(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(tests))) diff --git a/oracle/oracle-vc10.sln b/oracle/oracle-vc10.sln deleted file mode 100644 index 9a5dc32..0000000 --- a/oracle/oracle-vc10.sln +++ /dev/null @@ -1,15 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -__projects__ -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution -__solution_configurations__ - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution -__project_configurations__ - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/oracle/oracle-vc11.sln b/oracle/oracle-vc11.sln deleted file mode 100644 index 436eeea..0000000 --- a/oracle/oracle-vc11.sln +++ /dev/null @@ -1,15 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -__projects__ -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution -__solution_configurations__ - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution -__project_configurations__ - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/oracle/oracle-vc12.sln b/oracle/oracle-vc12.sln deleted file mode 100644 index 446d701..0000000 --- a/oracle/oracle-vc12.sln +++ /dev/null @@ -1,17 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 -MinimumVisualStudioVersion = 10.0.40219.1 -__projects__ -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution -__solution_configurations__ - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution -__project_configurations__ - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/oracle/oracle-vc8.sln b/oracle/oracle-vc8.sln deleted file mode 100644 index f38bad2..0000000 --- a/oracle/oracle-vc8.sln +++ /dev/null @@ -1,15 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -__projects__ -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution -__solution_configurations__ - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution -__project_configurations__ - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/oracle/oracle-vc9.sln b/oracle/oracle-vc9.sln deleted file mode 100644 index 2ec9432..0000000 --- a/oracle/oracle-vc9.sln +++ /dev/null @@ -1,15 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -__projects__ -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution -__solution_configurations__ - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution -__project_configurations__ - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal |