aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprops/app.props
diff options
context:
space:
mode:
authorGravatar ShizZy <shizzy@6bit.net>2013-09-04 22:09:15 -0400
committerGravatar ShizZy <shizzy@6bit.net>2013-09-04 22:09:15 -0400
commit86495a83c16538ddcab7da4ea68de38ee2d1837e (patch)
tree7f6b57ca0e01e972556f335b3000e2ffac6e0b96 /vsprops/app.props
parent518cbf2fb0a8fd82c2b69d471ed2e03d2d4024ed (diff)
various fixes to be able to build project
Diffstat (limited to 'vsprops/app.props')
-rw-r--r--vsprops/app.props14
1 files changed, 7 insertions, 7 deletions
diff --git a/vsprops/app.props b/vsprops/app.props
index 0b45648e..6a152b30 100644
--- a/vsprops/app.props
+++ b/vsprops/app.props
@@ -2,22 +2,22 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
- <GekkoBinDir>$(SolutionDir)bin\$(PlatformName)\</GekkoBinDir>
+ <AkiruBinDir>$(SolutionDir)bin\$(PlatformName)\</AkiruBinDir>
</PropertyGroup>
<PropertyGroup>
- <OutDir>$(GekkoBinDir)</OutDir>
+ <OutDir>$(AkiruBinDir)</OutDir>
<TargetName>$(ProjectName)$(Configuration)</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
<PostBuildEvent>
- <Command>xcopy "$(SolutionDir)data" "$(GekkoBinDir)" /Y /S /D
-xcopy "$(ExternalsDir)glew-1.6.0\bin$(PlatformArchitecture)\glew32.dll" "$(GekkoBinDir)" /Y /S /D
-xcopy "$(ExternalsDir)sdl-2.0.0\lib\$(PlatformName)\SDL.dll" "$(GekkoBinDir)" /Y /S /D</Command>
+ <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>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
- <BuildMacro Include="GekkoBinDir">
- <Value>$(GekkoBinDir)</Value>
+ <BuildMacro Include="AkiruBinDir">
+ <Value>$(AkiruBinDir)</Value>
</BuildMacro>
</ItemGroup>
</Project> \ No newline at end of file