[xiph-commits] r17500 - trunk/oggdsf/src/lib/plugin/AxPlayer
cristianadam at svn.xiph.org
cristianadam at svn.xiph.org
Sat Oct 9 16:42:11 PDT 2010
Author: cristianadam
Date: 2010-10-09 16:42:11 -0700 (Sat, 09 Oct 2010)
New Revision: 17500
Modified:
trunk/oggdsf/src/lib/plugin/AxPlayer/AxPlayer.vcproj
trunk/oggdsf/src/lib/plugin/AxPlayer/dllmain.cpp
Log:
Fixed compilation error, due to deleted file.
Modified: trunk/oggdsf/src/lib/plugin/AxPlayer/AxPlayer.vcproj
===================================================================
--- trunk/oggdsf/src/lib/plugin/AxPlayer/AxPlayer.vcproj 2010-10-09 23:34:34 UTC (rev 17499)
+++ trunk/oggdsf/src/lib/plugin/AxPlayer/AxPlayer.vcproj 2010-10-09 23:42:11 UTC (rev 17500)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="windows-1250"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="9,00"
Name="AxPlayer"
ProjectGUID="{C2C1F096-2541-4B13-A57E-52F2368A0E36}"
RootNamespace="AxPlayer"
@@ -29,6 +29,7 @@
>
<Tool
Name="VCPreBuildEventTool"
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -49,7 +50,7 @@
HeaderFileName=""Generated Files\AxPlayer_i.h""
DLLDataFileName=""
InterfaceIdentifierFileName=""Generated Files\AxPlayer_i.c""
- ProxyFileName=""Generated Files\AxPlayer_p.c""
+ ProxyFileName=""
ValidateParameters="true"
/>
<Tool
@@ -81,7 +82,7 @@
Name="VCLinkerTool"
RegisterOutput="true"
IgnoreImportLibrary="true"
- AdditionalDependencies="ddraw.lib d3d9.lib "
+ AdditionalDependencies="ddraw.lib d3d9.lib gdiplus.lib"
LinkIncremental="2"
ModuleDefinitionFile=".\AxPlayer.def"
GenerateDebugInformation="true"
@@ -124,6 +125,7 @@
>
<Tool
Name="VCPreBuildEventTool"
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -144,7 +146,7 @@
HeaderFileName=""Generated Files\AxPlayer_i.h""
DLLDataFileName=""
InterfaceIdentifierFileName=""Generated Files\AxPlayer_i.c""
- ProxyFileName=""Generated Files\AxPlayer_p.c""
+ ProxyFileName=""
/>
<Tool
Name="VCCLCompilerTool"
@@ -174,7 +176,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
- AdditionalDependencies="ddraw.lib d3d9.lib"
+ AdditionalDependencies="ddraw.lib d3d9.lib gdiplus.lib"
LinkIncremental="2"
ModuleDefinitionFile=".\AxPlayer.def"
GenerateDebugInformation="true"
@@ -218,6 +220,7 @@
>
<Tool
Name="VCPreBuildEventTool"
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -238,7 +241,7 @@
HeaderFileName=""Generated Files\AxPlayer_i.h""
DLLDataFileName=""
InterfaceIdentifierFileName=""Generated Files\AxPlayer_i.c""
- ProxyFileName=""Generated Files\AxPlayer_p.c""
+ ProxyFileName=""
ValidateParameters="true"
/>
<Tool
@@ -270,7 +273,7 @@
Name="VCLinkerTool"
RegisterOutput="true"
IgnoreImportLibrary="true"
- AdditionalDependencies="ddraw.lib d3d9.lib"
+ AdditionalDependencies="ddraw.lib d3d9.lib gdiplus.lib"
LinkIncremental="1"
ModuleDefinitionFile=".\AxPlayer.def"
GenerateDebugInformation="true"
@@ -316,6 +319,7 @@
>
<Tool
Name="VCPreBuildEventTool"
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -336,7 +340,7 @@
HeaderFileName=""Generated Files\AxPlayer_i.h""
DLLDataFileName=""
InterfaceIdentifierFileName=""Generated Files\AxPlayer_i.c""
- ProxyFileName=""Generated Files\AxPlayer_p.c""
+ ProxyFileName=""
/>
<Tool
Name="VCCLCompilerTool"
@@ -366,7 +370,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
- AdditionalDependencies="ddraw.lib d3d9.lib"
+ AdditionalDependencies="ddraw.lib d3d9.lib gdiplus.lib"
LinkIncremental="1"
ModuleDefinitionFile=".\AxPlayer.def"
GenerateDebugInformation="true"
@@ -430,46 +434,6 @@
>
</File>
<File
- RelativePath=".\dlldatax.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- CompileAsManaged="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- CompileAsManaged="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- CompileAsManaged="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- CompileAsManaged="0"
- />
- </FileConfiguration>
- </File>
- <File
RelativePath=".\dllmain.cpp"
>
<FileConfiguration
@@ -580,10 +544,6 @@
>
</File>
<File
- RelativePath=".\dlldatax.h"
- >
- </File>
- <File
RelativePath=".\dllmain.h"
>
</File>
Modified: trunk/oggdsf/src/lib/plugin/AxPlayer/dllmain.cpp
===================================================================
--- trunk/oggdsf/src/lib/plugin/AxPlayer/dllmain.cpp 2010-10-09 23:34:34 UTC (rev 17499)
+++ trunk/oggdsf/src/lib/plugin/AxPlayer/dllmain.cpp 2010-10-09 23:42:11 UTC (rev 17500)
@@ -4,7 +4,6 @@
#include "resource.h"
#include "AxPlayer_i.h"
#include "dllmain.h"
-#include "dlldatax.h"
#include "common/util.h"
More information about the commits
mailing list