diff options
author | ShizZy <shizzy@6bit.net> | 2013-09-09 02:36:24 +0200 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2013-09-09 02:36:24 +0200 |
commit | dbd4a97914ca70d38254c2c3fa23166969cb38f1 (patch) | |
tree | 327b67e01225b2416a552e57554baafa969b24bb /vsprops | |
parent | removed ignored specific libraries section from project file (diff) | |
download | yuzu-dbd4a97914ca70d38254c2c3fa23166969cb38f1.tar yuzu-dbd4a97914ca70d38254c2c3fa23166969cb38f1.tar.gz yuzu-dbd4a97914ca70d38254c2c3fa23166969cb38f1.tar.bz2 yuzu-dbd4a97914ca70d38254c2c3fa23166969cb38f1.tar.lz yuzu-dbd4a97914ca70d38254c2c3fa23166969cb38f1.tar.xz yuzu-dbd4a97914ca70d38254c2c3fa23166969cb38f1.tar.zst yuzu-dbd4a97914ca70d38254c2c3fa23166969cb38f1.zip |
Diffstat (limited to 'vsprops')
-rw-r--r-- | vsprops/app.props | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprops/app.props b/vsprops/app.props index 6a152b304..69487d434 100644 --- a/vsprops/app.props +++ b/vsprops/app.props @@ -14,6 +14,9 @@ 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> + <Link> + <AdditionalDependencies>comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> + </Link> </ItemDefinitionGroup> <ItemGroup> <BuildMacro Include="AkiruBinDir"> |