premake: Fix for VS IDE to open Resource.rc.
Signed-off-by: /dev/urandom <iw4x-dev-urandom@protonmail.com>
This commit is contained in:
parent
e30dbfe880
commit
d8d5f79d20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user