diff options
| author | 2013-09-08 21:57:38 -0400 | |
|---|---|---|
| committer | 2013-09-08 21:57:38 -0400 | |
| commit | bfa6493324336066a1ef9d04f336faacae57d9f3 (patch) | |
| tree | 6ee53c03d3e8195b57bfa5931a2fde6b9ef2fc7d /vsprops | |
| parent | cleaned up VS project files (diff) | |
| download | yuzu-bfa6493324336066a1ef9d04f336faacae57d9f3.tar.gz yuzu-bfa6493324336066a1ef9d04f336faacae57d9f3.tar.xz yuzu-bfa6493324336066a1ef9d04f336faacae57d9f3.zip | |
renamed AkiruBinDir to EmuBinDir
Diffstat (limited to 'vsprops')
| -rw-r--r-- | vsprops/app.props | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vsprops/app.props b/vsprops/app.props index 69487d434..532fee05e 100644 --- a/vsprops/app.props +++ b/vsprops/app.props | |||
| @@ -2,25 +2,25 @@ | |||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ImportGroup Label="PropertySheets" /> | 3 | <ImportGroup Label="PropertySheets" /> |
| 4 | <PropertyGroup Label="UserMacros"> | 4 | <PropertyGroup Label="UserMacros"> |
| 5 | <AkiruBinDir>$(SolutionDir)bin\$(PlatformName)\</AkiruBinDir> | 5 | <EmuBinDir>$(SolutionDir)bin\$(PlatformName)\</EmuBinDir> |
| 6 | </PropertyGroup> | 6 | </PropertyGroup> |
| 7 | <PropertyGroup> | 7 | <PropertyGroup> |
| 8 | <OutDir>$(AkiruBinDir)</OutDir> | 8 | <OutDir>$(EmuBinDir)</OutDir> |
| 9 | <TargetName>$(ProjectName)$(Configuration)</TargetName> | 9 | <TargetName>$(ProjectName)$(Configuration)</TargetName> |
| 10 | </PropertyGroup> | 10 | </PropertyGroup> |
| 11 | <ItemDefinitionGroup> | 11 | <ItemDefinitionGroup> |
| 12 | <PostBuildEvent> | 12 | <PostBuildEvent> |
| 13 | <Command>xcopy "$(SolutionDir)data" "$(AkiruBinDir)" /Y /S /D | 13 | <Command>xcopy "$(SolutionDir)data" "$(EmuBinDir)" /Y /S /D |
| 14 | xcopy "$(ExternalsDir)glew-1.10.0\bin\Release\$(PlatformName)\glew32.dll" "$(AkiruBinDir)" /Y /S /D | 14 | xcopy "$(ExternalsDir)glew-1.10.0\bin\Release\$(PlatformName)\glew32.dll" "$(EmuBinDir)" /Y /S /D |
| 15 | xcopy "$(ExternalsDir)glfw-3.0.2\lib-msvc100\glfw3.dll" "$(AkiruBinDir)" /Y /S /D</Command> | 15 | xcopy "$(ExternalsDir)glfw-3.0.2\lib-msvc100\glfw3.dll" "$(EmuBinDir)" /Y /S /D</Command> |
| 16 | </PostBuildEvent> | 16 | </PostBuildEvent> |
| 17 | <Link> | 17 | <Link> |
| 18 | <AdditionalDependencies>comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> | 18 | <AdditionalDependencies>comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 19 | </Link> | 19 | </Link> |
| 20 | </ItemDefinitionGroup> | 20 | </ItemDefinitionGroup> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <BuildMacro Include="AkiruBinDir"> | 22 | <BuildMacro Include="EmuBinDir"> |
| 23 | <Value>$(AkiruBinDir)</Value> | 23 | <Value>$(EmuBinDir)</Value> |
| 24 | </BuildMacro> | 24 | </BuildMacro> |
| 25 | </ItemGroup> | 25 | </ItemGroup> |
| 26 | </Project> \ No newline at end of file | 26 | </Project> \ No newline at end of file |