premake: Fix for VS IDE to open Resource.rc.

Signed-off-by: /dev/urandom <iw4x-dev-urandom@protonmail.com>
This commit is contained in:
/dev/urandom 2016-03-15 00:31:58 +01:00
parent e30dbfe880
commit d8d5f79d20
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -100,6 +100,9 @@ workspace "iw4x"
"%{prj.location}/src",
"./src"
}
resincludedirs {
"$(ProjectDir)src" -- fix for VS IDE
}
-- Pre-compiled header
pchheader "STDInclude.hpp" -- must be exactly same as used in #include directives