diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-01-03 01:42:49 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-01-03 01:42:49 +0000 |
| commit | 2d25d7dfdc824a2fcd31d1a7ee459e2be4fb8880 (patch) | |
| tree | ac7efde9586e813aff5d3e1a7967d74ae46f1f45 /Source | |
| parent | 264056972d753e4018ea46472b5f657c75dc4b8a (diff) | |
MusicMod: Forgot a file
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1737 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinWX/DolphinWX.vcproj | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/Source/Core/DolphinWX/DolphinWX.vcproj b/Source/Core/DolphinWX/DolphinWX.vcproj index d8e3b8c8e3..1f4ce8b35f 100644 --- a/Source/Core/DolphinWX/DolphinWX.vcproj +++ b/Source/Core/DolphinWX/DolphinWX.vcproj @@ -30,6 +30,7 @@ <Tool
Name="VCPreBuildEventTool"
CommandLine=""$(ProjectDir)..\Common\SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)..\Common\src\svnrev_template.h" "$(ProjectDir)..\Common\src\svnrev.h""
+ ExcludedFromBuild="false"
/>
<Tool
Name="VCCustomBuildTool"
@@ -89,15 +90,16 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalOptions="/NODEFAULTLIB:msvcrt.lib"
AdditionalDependencies="comctl32.lib rpcrt4.lib winmm.lib LZO.lib"
OutputFile="../../../Binary/Win32/DolphinWx.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\Externals\wxWidgets\lib;..\..\..\Externals\LZO\win32\$(ConfigurationName)"
- GenerateDebugInformation="true"
+ IgnoreAllDefaultLibraries="false"
+ IgnoreDefaultLibraryNames="msvcprt msvcrt libcmt libcpmt"
+ GenerateDebugInformation="false"
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="true"
+ GenerateMapFile="false"
MapFileName="$(TargetDir)linkermap.map"
SubSystem="2"
BaseAddress="0x00400000"
@@ -129,6 +131,7 @@ Name="VCPostBuildEventTool"
Description="Copying Data\* to $(TargetDir)"
CommandLine="xcopy "$(SolutionDir)..\Data" "$(TargetDir)" /s /e /q /d
echo Copying External .dlls
xcopy "$(SolutionDir)..\Externals\Cg\*.dll" "$(TargetDir)" /s /e /q /d
xcopy "$(SolutionDir)..\Externals\SDL\win32\*.dll" "$(TargetDir)" /s /e /q /d
xcopy "$(SolutionDir)..\Externals\WiiUse\Win32\*.dll" "$(TargetDir)" /s /e /q /d
"
+ ExcludedFromBuild="false"
/>
</Configuration>
<Configuration
@@ -143,6 +146,7 @@ <Tool
Name="VCPreBuildEventTool"
CommandLine=""$(ProjectDir)..\Common\SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)..\Common\src\svnrev_template.h" "$(ProjectDir)..\Common\src\svnrev.h""
+ ExcludedFromBuild="true"
/>
<Tool
Name="VCCustomBuildTool"
@@ -255,6 +259,7 @@ <Tool
Name="VCPreBuildEventTool"
CommandLine=""$(ProjectDir)..\Common\SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)..\Common\src\svnrev_template.h" "$(ProjectDir)..\Common\src\svnrev.h""
+ ExcludedFromBuild="true"
/>
<Tool
Name="VCCustomBuildTool"
@@ -350,6 +355,7 @@ Name="VCPostBuildEventTool"
Description="Copying Data\* to $(TargetDir)"
CommandLine="xcopy "$(SolutionDir)..\Data" "$(TargetDir)" /s /e /q /d
echo Copying External .dlls
xcopy "$(SolutionDir)..\Externals\Cg\*.dll" "$(TargetDir)" /s /e /q /d
xcopy "$(SolutionDir)..\Externals\SDL\win32\*.dll" "$(TargetDir)" /s /e /q /d
xcopy "$(SolutionDir)..\Externals\WiiUse\Win32\*.dll" "$(TargetDir)" /s /e /q /d
"
+ ExcludedFromBuild="true"
/>
</Configuration>
<Configuration
@@ -693,10 +699,18 @@ Name="Resources"
>
<File
+ RelativePath="..\..\..\Installer\Dolphin.ico"
+ >
+ </File>
+ <File
RelativePath=".\resources\Dolphin.xpm"
>
</File>
<File
+ RelativePath=".\DolphinWX.rc"
+ >
+ </File>
+ <File
RelativePath=".\resources\Flag_Europe.xpm"
>
</File>
@@ -713,6 +727,10 @@ >
</File>
<File
+ RelativePath=".\resource.h"
+ >
+ </File>
+ <File
RelativePath=".\resources\Toolbar_FileOpen.xpm"
>
</File>
@@ -914,14 +932,6 @@ </File>
</Filter>
<File
- RelativePath="..\..\..\Installer\Dolphin.ico"
- >
- </File>
- <File
- RelativePath=".\DolphinWX.rc"
- >
- </File>
- <File
RelativePath=".\src\main.cpp"
>
</File>
@@ -986,10 +996,6 @@ >
</File>
<File
- RelativePath=".\resource.h"
- >
- </File>
- <File
RelativePath=".\Src\SConscript"
>
</File>
|
