enable openmp in MSVC2008+standalone project files

needed dll: http://www.mediafire.com/?dqlpppu2vqdd0yl
(put into wesnoth project root/execution dir)
This commit is contained in:
Anonymissimus 2011-06-27 16:13:16 +00:00
parent 52f4069198
commit c829161d59
4 changed files with 7 additions and 4 deletions

View file

@ -46,6 +46,7 @@
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
OpenMP="true"
UsePrecompiledHeader="0"
WarningLevel="4"
DebugInformationFormat="4"

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Version="9,00"
Name="wesnoth"
ProjectGUID="{65ACA13F-5F5C-4768-A89A-ECF6C16F1512}"
RootNamespace="wesnoth"
@ -47,7 +47,7 @@
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
OpenMP="false"
OpenMP="true"
UsePrecompiledHeader="0"
WarningLevel="4"
DebugInformationFormat="4"

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Version="9,00"
Name="wesnothd"
ProjectGUID="{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}"
RootNamespace="wesnothd"
@ -47,6 +47,7 @@
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
OpenMP="true"
UsePrecompiledHeader="0"
WarningLevel="4"
DebugInformationFormat="4"

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="windows-1250"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Version="9,00"
Name="wesnothlib"
ProjectGUID="{4A16638B-127B-4AE8-8E0B-4B211B96F976}"
RootNamespace="wesnothlib"
@ -46,6 +46,7 @@
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
OpenMP="true"
WarningLevel="4"
DebugInformationFormat="4"
DisableSpecificWarnings="4127;4512"