summaryrefslogtreecommitdiffstats
path: root/vsprops
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-09 03:57:38 +0200
committerShizZy <shizzy@6bit.net>2013-09-09 03:57:38 +0200
commitbfa6493324336066a1ef9d04f336faacae57d9f3 (patch)
tree6ee53c03d3e8195b57bfa5931a2fde6b9ef2fc7d /vsprops
parentcleaned up VS project files (diff)
downloadyuzu-bfa6493324336066a1ef9d04f336faacae57d9f3.tar
yuzu-bfa6493324336066a1ef9d04f336faacae57d9f3.tar.gz
yuzu-bfa6493324336066a1ef9d04f336faacae57d9f3.tar.bz2
yuzu-bfa6493324336066a1ef9d04f336faacae57d9f3.tar.lz
yuzu-bfa6493324336066a1ef9d04f336faacae57d9f3.tar.xz
yuzu-bfa6493324336066a1ef9d04f336faacae57d9f3.tar.zst
yuzu-bfa6493324336066a1ef9d04f336faacae57d9f3.zip
Diffstat (limited to 'vsprops')
-rw-r--r--vsprops/app.props14
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 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
- <AkiruBinDir>$(SolutionDir)bin\$(PlatformName)\</AkiruBinDir>
+ <EmuBinDir>$(SolutionDir)bin\$(PlatformName)\</EmuBinDir>
</PropertyGroup>
<PropertyGroup>
- <OutDir>$(AkiruBinDir)</OutDir>
+ <OutDir>$(EmuBinDir)</OutDir>
<TargetName>$(ProjectName)$(Configuration)</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
<PostBuildEvent>
- <Command>xcopy "$(SolutionDir)data" "$(AkiruBinDir)" /Y /S /D
-xcopy "$(ExternalsDir)glew-1.10.0\bin\Release\$(PlatformName)\glew32.dll" "$(AkiruBinDir)" /Y /S /D
-xcopy "$(ExternalsDir)glfw-3.0.2\lib-msvc100\glfw3.dll" "$(AkiruBinDir)" /Y /S /D</Command>
+ <Command>xcopy "$(SolutionDir)data" "$(EmuBinDir)" /Y /S /D
+xcopy "$(ExternalsDir)glew-1.10.0\bin\Release\$(PlatformName)\glew32.dll" "$(EmuBinDir)" /Y /S /D
+xcopy "$(ExternalsDir)glfw-3.0.2\lib-msvc100\glfw3.dll" "$(EmuBinDir)" /Y /S /D</Command>
</PostBuildEvent>
<Link>
<AdditionalDependencies>comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <BuildMacro Include="AkiruBinDir">
- <Value>$(AkiruBinDir)</Value>
+ <BuildMacro Include="EmuBinDir">
+ <Value>$(EmuBinDir)</Value>
</BuildMacro>
</ItemGroup>
</Project> \ No newline at end of file