aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/projectM/cwrapper/projectM-cwrapper.vcproj
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-20 19:07:39 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-20 19:07:39 +0000
commit006ad9e3c96fa4c692bb494c9aa421efa464ad26 (patch)
tree1776f6a4848f6f0d856d87b56eea378a0fa0b186 /src/lib/projectM/cwrapper/projectM-cwrapper.vcproj
parent39cff2441c45040c9260a6f5eba5b8debd66604e (diff)
downloadusdx-006ad9e3c96fa4c692bb494c9aa421efa464ad26.tar.gz
usdx-006ad9e3c96fa4c692bb494c9aa421efa464ad26.tar.xz
usdx-006ad9e3c96fa4c692bb494c9aa421efa464ad26.zip
projectm 2.0 is supported
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2254 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/projectM/cwrapper/projectM-cwrapper.vcproj')
-rw-r--r--src/lib/projectM/cwrapper/projectM-cwrapper.vcproj27
1 files changed, 12 insertions, 15 deletions
diff --git a/src/lib/projectM/cwrapper/projectM-cwrapper.vcproj b/src/lib/projectM/cwrapper/projectM-cwrapper.vcproj
index 94e848d7..6f6ef4c1 100644
--- a/src/lib/projectM/cwrapper/projectM-cwrapper.vcproj
+++ b/src/lib/projectM/cwrapper/projectM-cwrapper.vcproj
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="9,00"
Name="projectM-cwrapper"
ProjectGUID="{8E653284-12F3-4A90-9D0D-4195557051F7}"
RootNamespace="projectMcwrapper"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -40,14 +41,13 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="&quot;D:\daten\ultrastar\libprojectM\libprojectM-1.2.0\projectM&quot;;&quot;D:\daten\ultrastar\libprojectM\libs\pthreads\Pre-built.2\include&quot;"
+ AdditionalIncludeDirectories="&quot;D:\daten\projectM-2.0.1-Source&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PROJECTMCWRAPPER_EXPORTS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
@@ -61,11 +61,13 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="libprojectM.lib"
+ AdditionalDependencies="projectM.lib"
LinkIncremental="2"
- AdditionalLibraryDirectories="&quot;D:\daten\ultrastar\libprojectM\libprojectM-1.2.0\projectM\Debug&quot;"
+ AdditionalLibraryDirectories="&quot;D:\daten\projectM-2.0.1-Source\build\Debug&quot;"
GenerateDebugInformation="true"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -87,9 +89,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -118,13 +117,12 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="&quot;D:\daten\ultrastar\libprojectM\libprojectM-1.2.0\projectM&quot;;&quot;D:\daten\ultrastar\libprojectM\libs\pthreads\Pre-built.2\include&quot;"
+ AdditionalIncludeDirectories="&quot;D:\daten\projectM-2.0.1-Source&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PROJECTMCWRAPPER_EXPORTS"
ExceptionHandling="1"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
@@ -138,13 +136,15 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="libprojectM.lib"
+ AdditionalDependencies="projectM.lib"
LinkIncremental="1"
- AdditionalLibraryDirectories="&quot;D:\daten\ultrastar\libprojectM\libprojectM-1.2.0\projectM\Release&quot;"
+ AdditionalLibraryDirectories="&quot;D:\daten\projectM-2.0.1-Source\build\Release&quot;"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -166,9 +166,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>